bind metadata proxy to 0.0.0.0

This commit is contained in:
Shihang Zhang
2020-07-27 18:14:33 -07:00
committed by Mike Danese
parent a0eb9d146a
commit 38f040c0a8
2 changed files with 3 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ spec:
containers:
- name: metadata-proxy
image: k8s.gcr.io/metadata-proxy:v0.1.12
args: ["--addr=0.0.0.0:988"]
securityContext:
privileged: true
# Request and limit resources to get guaranteed QoS.