-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxy_env not defined when running remove-node.yml #6430
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
nniehoff
pushed a commit
to nniehoff/kubespray
that referenced
this issue
Jul 18, 2020
k8s-ci-robot
pushed a commit
that referenced
this issue
Jul 22, 2020
erulabs
added a commit
to kubesail/kubespray
that referenced
this issue
Jul 29, 2020
* 'master' of https://github.com/kubernetes-sigs/kubespray: Documentation for Ingress (kubernetes-sigs#6378) Fix ansible-lint E301 for commands fetching data (kubernetes-sigs#6465) Fix shellcheck url (kubernetes-sigs#6462) Fix ansible-lint E305 (kubernetes-sigs#6459) Fix ansible-lint E404 (kubernetes-sigs#6417) Update README.md and openstack.md (kubernetes-sigs#6455) Add noqa and disable .ansible-lint global exclusions (kubernetes-sigs#6410) Move healthz check to secure ports (kubernetes-sigs#6446) Update multus version & crio conf (kubernetes-sigs#6444) Fix remove etcd broken with etcdctl_api 3 (kubernetes-sigs#6448) update cinder csi manifests (kubernetes-sigs#6434) Update docker package to 19.03.12 (kubernetes-sigs#6439) * add proxy_env definition to remove_node.yml resolving kubernetes-sigs#6430 (kubernetes-sigs#6431)
LuckySB
pushed a commit
to southbridgeio/kubespray
that referenced
this issue
Sep 16, 2020
k8s-ci-robot
pushed a commit
that referenced
this issue
Sep 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
proxy_env is not defined when running remove-node. I was able to successfully remove a node by pulling the proxy_env definition from cluster.yml
Environment:
Cloud provider or hardware configuration:
Private Openstack cloud instances
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):Network plugin used:
Calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):https://paste.ubuntu.com/p/VhxHhRDBKt/
Command used to invoke ansible:
ansible-playbook -i /kubespray/inventory/testing/hosts.yml -f 20 -u ubuntu -b -e node-3.testing.com remove-node.yml
Output of ansible run:
https://paste.ubuntu.com/p/brd9yMFjGZ/
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: