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
Since Kubespray 2.27 :
When using dns_mode: none the configmap after been templated has a regression on the forward instruction :
dns_mode: none
Before :
forward . 10.XX.0.3 {
After :
forward . {
This lead to the nodelocaldns to not work correctly.
It seems relate to this commit : 31e56ab
The IP should be correctly template like in the version 2.26 of kubespray
Deploy a cluster with args :
dns_mode: none enable_nodelocaldns: true #enable_nodelocaldns_secondary: false nodelocaldns_ip: 10.XX.0.10 nodelocaldns_health_port: 9254
and look at the nodelocaldns configmap generated
ubuntu
ansible==9.3.0
11.11
2.27.0
calico
None
ansible-playbook -i inventories upgrade_cluster.yml -b -v --become --become-user=root -e skip_downloads=true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Since Kubespray 2.27 :
When using
dns_mode: none
the configmap after been templated has a regression on the forward instruction :Before :
After :
This lead to the nodelocaldns to not work correctly.
It seems relate to this commit : 31e56ab
What did you expect to happen?
The IP should be correctly template like in the version 2.26 of kubespray
How can we reproduce it (as minimally and precisely as possible)?
Deploy a cluster with args :
and look at the nodelocaldns configmap generated
OS
ubuntu
Version of Ansible
ansible==9.3.0
Version of Python
11.11
Version of Kubespray (commit)
2.27.0
Network plugin used
calico
Full inventory with variables
None
Command used to invoke ansible
ansible-playbook -i inventories upgrade_cluster.yml -b -v --become --become-user=root -e skip_downloads=true
Output of ansible run
None
Anything else we need to know
No response
The text was updated successfully, but these errors were encountered: