Похожие чаты

Guys I have an Ansible for activating a k8s master: -

name: Activate Master node
hosts: all
tasks:
- name: Export2
shell: kubectl version | base64 | tr -d '\n'
register: output
#become: yes
- name: Exec all
shell: kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version={{ output.stdout }}"
~
I will execute this as root. but the last command will not execute with an error like this:
fatal: [185.255.91.121]: FAILED! => {"changed": true, "cmd": "kubectl apply -f \"https://cloud.weave.works/k8s/net?k8s-version=Q2xpZW50IFZlcnNpb246IHZlcnNpb24uSW5mb3tNYWpvcjoiMSIsIE1pbm9yOiIyMiIsIEdpdFZlcnNpb246InYxLjIyLjAiLCBHaXRDb21taXQ6ImMyYjUyMzdjY2Q5YzBmMWQ2MDBkMzA3MjYzNGNhNjZjZWZkZjI3MmYiLCBHaXRUcmVlU3RhdGU6ImNsZWFuIiwgQnVpbGREYXRlOiIyMDIxLTA4LTA0VDE4OjAzOjIwWiIsIEdvVmVyc2lvbjoiZ28xLjE2LjYiLCBDb21waWxlcjoiZ2MiLCBQbGF0Zm9ybToibGludXgvYW1kNjQifQo=\"", "delta": "0:00:00.077468", "end": "2021-08-08 07:17:20.846559", "msg": "non-zero return code", "rc": 1, "start": "2021-08-08 07:17:20.769091", "stderr": "The connection to the server localhost:8080 was refused - did you specify the right host or port?", "stderr_lines": ["The connection to the server localhost:8080 was refused - did you specify the right host or port?"], "stdout": "", "stdout_lines": []}
But I can execute it manually on the target server. what can be the reason?

17 ответов

28 просмотров

Read the error message

Ehsan- Автор вопроса
Raptor Blue Bear
Read the error message

I've read that error message, but the same command will execute manually What should be the reason?

Ehsan- Автор вопроса
Sharuzzaman Ahmat Raslan
Using which user when it works?

and I run playbook using -i root@myserver

Ehsan- Автор вопроса
Ehsan
Is there any clue?

Yes, your kubeconfig is not being picked up. Hence the localhost:8080 (the unconfigured default)

Ehsan- Автор вопроса
Raptor Blue Bear
Yes, your kubeconfig is not being picked up. Hence...

So why that command executes on target server manually?

Ehsan- Автор вопроса
Ehsan
screenshot

Check your environment variables. Probably kubeconfig is setup for login shell but not for your ansible

Ehsan
screenshot Same command through Ansible

Same thing applies. When the command runs as the Ansible user it is not using the kubeconfig. Fix that

Ehsan- Автор вопроса
Sathya Bhat
Check your environment variables. Probably kubecon...

Thats it, my playbook can not recognize KUBECONFIG inside .bashrc

Ehsan
Thats it, my playbook can not recognize KUBECONFIG...

That's because ansible isn't really doing things through the shell, it's transferring modules and executing scripts that it transfers, not using a login shell.

Ehsan- Автор вопроса

define KUBECONFIG environment variable in your playbook.

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
is that okay?
Samurai 🇯🇵
21
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
А вот это что за конструкция? Вернее, она тут нафига?
Serjone
10
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Здравствуйте товарищи. А где вы смотрите маркеры/фенотипы клеток, чтобы подобрать антитело для задачи? Есть какой-то ресурс/база данных, или всё ручками по статьям? Мне нужно ...
Abruhmed
14
Мужики. привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных элементов...
Kraszx
2
Карта сайта