Merge "Tolerate unready endpoints for apiserver service"

This commit is contained in:
Zuul 2018-07-23 15:31:11 +00:00 committed by Gerrit Code Review
commit 3feb79f612
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ apiVersion: v1
kind: Service
metadata:
name: {{ .Values.service.name }}
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec:
ports:
{{ if .Values.network.kubernetes_apiserver.enable_node_port }}