Merge "[k8s] Make metrics-server work without DNS"

This commit is contained in:
Zuul 2020-02-25 14:02:51 +00:00 committed by Gerrit Code Review
commit 2ab711adf7
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