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
I would like the following parameters to be configurable via ansible variables:
- name: vip_leaseduration value: "5" - name: vip_renewdeadline value: "3" - name: vip_retryperiod value: "1"
Relevant file:
kubespray/roles/kubernetes/node/templates/manifests/kube-vip.manifest.j2
Lines 50 to 55 in 9648300
Some users have to increase the values to ~5x of their defaults, to prevent the kube-vip IP from being unreliable and jumping between nodes.
Reference: kube-vip/kube-vip#453 (comment)
The text was updated successfully, but these errors were encountered:
Thanks @blackliner If it's possible, welcome to provide a PR to improve. :-)
Sorry, something went wrong.
/assign
KubeKyrie
Successfully merging a pull request may close this issue.
What would you like to be added
I would like the following parameters to be configurable via ansible variables:
Relevant file:
kubespray/roles/kubernetes/node/templates/manifests/kube-vip.manifest.j2
Lines 50 to 55 in 9648300
Why is this needed
Some users have to increase the values to ~5x of their defaults, to prevent the kube-vip IP from being unreliable and jumping between nodes.
Reference: kube-vip/kube-vip#453 (comment)
The text was updated successfully, but these errors were encountered: