Merge pull request #73220 from yujuhong/gce-os-labels

GCE: update addon DaemonSets to select node OS
This commit is contained in:
Kubernetes Prow Robot
2019-01-29 18:22:21 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ spec:
# END_PROMETHEUS_TO_SD
nodeSelector:
beta.kubernetes.io/fluentd-ds-ready: "true"
beta.kubernetes.io/os: linux
terminationGracePeriodSeconds: 60
tolerations:
- operator: "Exists"

View File

@@ -89,4 +89,5 @@ spec:
# END_PROMETHEUS_TO_SD
nodeSelector:
beta.kubernetes.io/metadata-proxy-ready: "true"
beta.kubernetes.io/os: linux
terminationGracePeriodSeconds: 30