We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
NAME="Rocky Linux" VERSION="9.1 (Blue Onyx)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="9.1" PLATFORM_ID="platform:el9"
ansible --version
ansible [core 2.12.5]
python --version
Python 3.10.8
Kubespray version (commit) (git rev-parse --short HEAD):
git rev-parse --short HEAD
c553912
Anything else do we need to know: Kubespray doesn't add new nodes into /etc/hosts of current nodes after cluster scale with scale.yml.
Patch:
diff -up ./roles/kubernetes/preinstall/tasks/main.yml.orig ./roles/kubernetes/preinstall/tasks/main.yml --- ./roles/kubernetes/preinstall/tasks/main.yml.orig 2022-06-14 11:58:09.119000000 +0300 +++ ./roles/kubernetes/preinstall/tasks/main.yml 2022-06-14 13:34:37.684303600 +0300 @@ -65,8 +65,6 @@ - bootstrap-os - import_tasks: 0090-etchosts.yml - when: - - not dns_late tags: - bootstrap-os - etchosts
Please fix this bug. Thank you
The text was updated successfully, but these errors were encountered:
Thanks, @lystor
If you pleasure, would you please submit a PR :-)
Sorry, something went wrong.
Thanks for this great project. I can help on this issue.
Successfully merging a pull request may close this issue.
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):Anything else do we need to know:
Kubespray doesn't add new nodes into /etc/hosts of current nodes after cluster scale with scale.yml.
Patch:
Please fix this bug.
Thank you
The text was updated successfully, but these errors were encountered: