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

feat(kube-vip): toBool-helper-for-cp-enable-check #37

Conversation

sergeiwaigant
Copy link
Contributor

@sergeiwaigant sergeiwaigant commented Jul 4, 2024

I am writing Ansible Roles to setup k3s with different options like metallb and kube-vip.
One can choose then just by enablind certain features in the role to get a single or multo-node k3s cluster up an unning.

When using the helm-chart you have to be very precise to give the cp_enable as a string and if not, the helm install will fail with an error "helm-controller 'error calling eq: invalid type for comparison'"

This PR will handle that case and you will be able to give a string, boolean or integer to set cp_enable.

@sergeiwaigant sergeiwaigant changed the title feat(kube-vip)/toBool-helper-for-cp-enable-check feat(kube-vip): toBool-helper-for-cp-enable-check Jul 4, 2024
@thebsdbox
Copy link
Contributor

Thank you!

@sergeiwaigant
Copy link
Contributor Author

sergeiwaigant commented Jul 4, 2024

Can someone explain me how to do that sign-off? somehow the commants in the check are not helping to solve that :D

dgiebert and others added 21 commits July 5, 2024 01:04
Signed-off-by: Dominic Giebert <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Olivier Jobert <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Angelo Conforti <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Canwu Yao <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: William Vandervalk <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Jiri Kremser <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
This is the env var for --servicesElection

Signed-off-by: Markus Frosch <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
fixes kube-vip#19

Signed-off-by: Markus Frosch <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Dominic Giebert <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Dominic Giebert <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Olivier Jobert <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Angelo Conforti <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
@sergeiwaigant sergeiwaigant deleted the feat(kube-vip)/toBool-helper-for-cp-enable-check branch July 5, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants