-
Notifications
You must be signed in to change notification settings - Fork 31
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
Closed
sergeiwaigant
wants to merge
27
commits into
kube-vip:main
from
sergeiwaigant:feat(kube-vip)/toBool-helper-for-cp-enable-check
Closed
feat(kube-vip): toBool-helper-for-cp-enable-check #37
sergeiwaigant
wants to merge
27
commits into
kube-vip:main
from
sergeiwaigant:feat(kube-vip)/toBool-helper-for-cp-enable-check
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sergei Waigant <[email protected]>
…tps://github.com/sergeiwaigant/kube-vip-helm-charts into feat(kube-vip)/toBool-helper-for-cp-enable-check
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
Thank you! |
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
…tps://github.com/sergeiwaigant/kube-vip-helm-charts into feat(kube-vip)/toBool-helper-for-cp-enable-check
Can someone explain me how to do that sign-off? somehow the commants in the check are not helping to solve that :D |
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]>
…tps://github.com/sergeiwaigant/kube-vip-helm-charts into feat(kube-vip)/toBool-helper-for-cp-enable-check
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]>
…tps://github.com/sergeiwaigant/kube-vip-helm-charts into feat(kube-vip)/toBool-helper-for-cp-enable-check
Signed-off-by: Sergei Waigant <[email protected]>
Signed-off-by: Sergei Waigant <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 astring
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
orinteger
to setcp_enable
.