Skip to content
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

Issue when I try to add new worker node with scale.yml #11020

Closed
step-team-jf opened this issue Mar 18, 2024 · 6 comments
Closed

Issue when I try to add new worker node with scale.yml #11020

step-team-jf opened this issue Mar 18, 2024 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@step-team-jf
Copy link

What happened?

Hi,

I try to add a new node in our on-premises cluster.

Following the documentation:

  1. I executed the facts.yml playbook (without any issue)
  2. I tried to execute the scale.yml playbook and an error related to files download occured (see ansible run output)

I guess I missed something, could you help me to solve this issue

Regards
Jean

What did you expect to happen?

New Worker node added to the cluster

How can we reproduce it (as minimally and precisely as possible)?

Add a new worker node with the following command on a running cluster :

ansible-playbook -i inventory/icluster/hosts.yaml --become --become-user=root -e kube_version=v1.28.7 --limit=iworker6 scale.yml

The cluster has access to internet and all worker are in the same network (all ports open)

OS

Ansible host

Linux 5.15.0-97-generic x86_64
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Worker

Linux 5.15.0-100-generic x86_64
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Version of Ansible

ansible [core 2.16.4]
  config file = /home/sia/kubespray/ansible.cfg
  configured module search path = ['/home/sia/kubespray/library']
  ansible python module location = /home/sia/.local/lib/python3.10/site-packages/ansible
  ansible collection location = /home/sia/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/sia/.local/bin/ansible
  python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3)
  jinja version = 3.1.2
  libyaml = True

Version of Python

Python 3.10.12

Version of Kubespray (commit)

a1cf829

Network plugin used

calico

Full inventory with variables

inventory.txt

Command used to invoke ansible

ansible-playbook -i inventory/icluster/hosts.yaml --become --become-user=root -e kube_version=v1.28.7 --limit=iworker6 scale.yml

Output of ansible run

ansible_los_18_03.txt

Anything else we need to know

No response

@step-team-jf step-team-jf added the kind/bug Categorizes issue or PR as related to a bug. label Mar 18, 2024
@step-team-jf
Copy link
Author

HI,

FYI, it seems that the following commit solved this issue c8e343a

Jean

@VannTen
Copy link
Contributor

VannTen commented Mar 19, 2024

Please use gist.github.com to share logs.
This looks like a duplicate of #10912

@VannTen
Copy link
Contributor

VannTen commented Mar 19, 2024

/triage duplicate

@k8s-ci-robot k8s-ci-robot added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Mar 19, 2024
@step-team-jf
Copy link
Author

Hi @VannTen ,

I will close thi issue as the c8e343a solve the it

Jean

@ryantking
Copy link

@step-team-jf Is your linked commit available anywhere? It looks like its not merged anywhere in this repository

@VannTen
Copy link
Contributor

VannTen commented Apr 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

4 participants