-
Notifications
You must be signed in to change notification settings - Fork 108
🐛 Fix leader elect helm chart args #288
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
🐛 Fix leader elect helm chart args #288
Conversation
Fix small typo in helm chart for leader election related arguments
Welcome @nikParasyr! |
Hi @nikParasyr. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexander-demicev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
@furkatgofurov7 The failed test seems unrelated with the changes of this PR. Specifically it fails on:
This issue could be related to it => kubernetes-sigs/cluster-api-addon-provider-helm#129, although im not sure which version of caaph is the CI trying to install |
/retest |
@nikParasyr I think you are right, the new release was cut recently, and we started seeing the same errors in other PRs in the repo. @alexander-demicev we do not specify caaph version in the repo AFAIK, but rather use the latest version (which happens to be v0.1.0-alpha.10) coming from CAPI ? |
Reached out to caaph maintainers on slack to ask what is up with latest release images, xref: https://kubernetes.slack.com/archives/C05AWPWF2HL/p1697643138969759 |
/retest |
2 similar comments
/retest |
/retest |
CAAPH still is failing. Opened a new issue to tackle it => kubernetes-sigs/cluster-api-addon-provider-helm#131 |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 82f676d046b836ff56e15dc80803c8081d351440
|
What this PR does / why we need it:
Fix small typo in helm chart for leader election
related arguments
Related logs:
Would be nice if we can get a new helm chart version released after it is merged (although not critical to have)