Merge "[k8s] Make metrics-server work without DNS" into stable/train

This commit is contained in:
Zuul 2020-02-27 02:29:05 +00:00 committed by Gerrit Code Review
commit bba459ad6a
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ data:
install-${CHART_NAME}-values.yaml: |
image:
repository: ${CONTAINER_INFRA_PREFIX:-gcr.io/google_containers/}metrics-server-amd64
args:
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
---
apiVersion: batch/v1