We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node-role.kubernetes.io/master
1 parent fae92e5 commit 34d2d70Copy full SHA for 34d2d70
bundle/manifests/kubernetes-nmstate-operator.clusterserviceversion.yaml
@@ -218,11 +218,6 @@ spec:
218
- key: node-role.kubernetes.io/control-plane
219
operator: Exists
220
weight: 10
221
- - preference:
222
- matchExpressions:
223
- - key: node-role.kubernetes.io/master
224
- operator: Exists
225
- weight: 1
226
containers:
227
- args:
228
- --zap-time-encoding=iso8601
deploy/operator/operator.yaml
@@ -36,11 +36,6 @@ spec:
36
matchExpressions:
37
38
39
- - weight: 1
40
- preference:
41
42
43
44
priorityClassName: system-cluster-critical
45
securityContext:
46
runAsNonRoot: true
0 commit comments