-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Update kube-addon-manager image to v9.1.2 #98974
Conversation
@dekkagaijin: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/assign liggitt |
/cc @MrHohn @spencer-p |
@dekkagaijin: GitHub didn't allow me to request PR reviews from the following users: spencer-p. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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.
Approval for the gce change.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dekkagaijin, MrHohn 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 |
@@ -9,7 +9,7 @@ spec: | |||
hostNetwork: true | |||
containers: | |||
- name: kube-addon-manager | |||
image: {{kube_docker_registry}}/kube-addon-manager:v9.1.1 | |||
image: {{kube_docker_registry}}/kube-addon-manager:v9.1.2 |
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.
do we want 9.1.2 or the current 9.1.3?
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.
looks like 9.1.2 is the latest in prod: https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-addon-manager/images.yaml
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.
oh. uh... ok... cc @spencer-p re: #96969 (comment)
/retest |
1 similar comment
/retest |
/retest |
harharhar |
Saw this error message from kubelet (for this run):
So I realized we might need to adjust the GCR repo as well. Let me find the updated one quickly. |
Looks like it is updated to be @dekkagaijin Mind updating to use that? |
@MrHohn good catch |
@liggitt all green, PTAL |
/lgtm |
Updates the addon-manager to use the image with the fix implemented in #93762
/kind bug