Skip to content
Snippets Groups Projects
Unverified Commit 85fa6af3 authored by my-git9's avatar my-git9 Committed by GitHub
Browse files

cleanup: replace node-role.kubernetes.io/master (#9627)


Signed-off-by: default avatarxin.li <xin.li@daocloud.io>

Signed-off-by: default avatarxin.li <xin.li@daocloud.io>
parent 1c4db613
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ spec:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
volumes:
- name: calico-apiserver-certs
secret:
......
......@@ -31,6 +31,8 @@ spec:
operator: Exists
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
serviceAccountName: calico-kube-controllers
priorityClassName: system-cluster-critical
# The controllers must run in the host network namespace so that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment