mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
Merge pull request #66630 from dekkagaijin/bump-proxy
Automatic merge from submit-queue (batch tested with PRs 66225, 66648, 65799, 66630, 66619). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bump to k8s.gcr.io/metadata-proxy:v0.1.10 This PR bumps the metadata-proxy to a version which is compatible with `gcloud`'s GCE Metadata access_token logic. ```release-note NONE ```
This commit is contained in:
commit
921edffc0b
@ -44,7 +44,7 @@ spec:
|
||||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: metadata-proxy
|
||||
image: k8s.gcr.io/metadata-proxy:v0.1.9
|
||||
image: k8s.gcr.io/metadata-proxy:v0.1.10
|
||||
securityContext:
|
||||
privileged: true
|
||||
# Request and limit resources to get guaranteed QoS.
|
||||
|
Loading…
Reference in New Issue
Block a user