Merge pull request #28 from mattmoyer/work-around-1.16

Work around k8s 1.16 limitations of priorityClassName.
This commit is contained in:
Matt Moyer 2020-07-27 09:44:22 -05:00 committed by GitHub
commit 349dd98a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,9 @@ spec:
hostPath:
path: /etc/kubernetes/pki
type: DirectoryOrCreate
priorityClassName: system-cluster-critical
#! "system-cluster-critical" cannot be used outside the kube-system namespace until Kubernetes >= 1.17,
#! so we skip setting this for now (see https://github.com/kubernetes/kubernetes/issues/60596).
#! priorityClassName: system-cluster-critical
nodeSelector:
node-role.kubernetes.io/master: ""
tolerations: