Unverified Commit 921edffc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 6715f139 1a6ccd07
...@@ -44,7 +44,7 @@ spec: ...@@ -44,7 +44,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: metadata-proxy - name: metadata-proxy
image: k8s.gcr.io/metadata-proxy:v0.1.9 image: k8s.gcr.io/metadata-proxy:v0.1.10
securityContext: securityContext:
privileged: true privileged: true
# Request and limit resources to get guaranteed QoS. # Request and limit resources to get guaranteed QoS.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment