-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Spotinst: Bump controller image #6129
Spotinst: Bump controller image #6129
Conversation
Hi @liranp. Thanks for your PR. I'm waiting for a kubernetes 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. |
/ok-to-test |
Hi @liranp, thanks so much for the bump! Can you also adjust the version here so kops picks up your changes? Thanks!
|
@@ -97,7 +97,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: spotinst-kubernetes-cluster-controller | |||
image: spotinst/kubernetes-cluster-controller:1.0.16 | |||
image: spotinst/kubernetes-cluster-controller:1.0.18 |
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.
When we update this, we also need to update this: https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go#L450
(I hope we're going to make all this much better with bundles real-soon-now, but for now that's what we need...)
Also, I recommend making the version in bootstrap channel builder 1.0.18-kops.1
, because in the past we've had a problem where we wanted to update the manifest, but the image itself didn't change versions. The kops.1
suffix lets you do that, but otherwise there's nothing we can do...
Thanks @liranp - would be great if you could update bootstrapchannelbuilder at the same time, to ensure the updates get applied to existing clusters (and I'm thinking about exactly how to use bundles right now to make this better). Also, does this need to be cherry-picked to 1.11? |
@mikesplain, @justinsb: Thank you! Sorry for missing this file. I've updated it as well. Regarding your question, it'd be great to see it in version 1.11.0, but if this is a problem we can wait. |
Thanks for the patch fix @liranp! We can add /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liranp, mikesplain 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 |
I'll also open a cherry pick up for you |
@mikesplain Perfect, thank you! |
…29-origin-release-1.11 Automated cherry pick of #6129: feat: bump controller version to 1.0.18
This PR bumps the Spotinst cluster controller to version 1.0.18.