Browse Source

Merge pull request #8119 from derekwaynecarr/critical-pod-updates

mark control plane components backed by static pods as critical
OpenShift Merge Robot 7 years ago
parent
commit
b3c637b280

+ 2 - 0
roles/etcd/files/etcd.yaml

@@ -6,6 +6,8 @@ metadata:
   labels:
   labels:
     openshift.io/control-plane: "true"
     openshift.io/control-plane: "true"
     openshift.io/component: etcd
     openshift.io/component: etcd
+  annotations:
+    scheduler.alpha.kubernetes.io/critical-pod: ''
 spec:
 spec:
   restartPolicy: Always
   restartPolicy: Always
   hostNetwork: true
   hostNetwork: true

+ 2 - 0
roles/openshift_control_plane/files/apiserver.yaml

@@ -6,6 +6,8 @@ metadata:
   labels:
   labels:
     openshift.io/control-plane: "true"
     openshift.io/control-plane: "true"
     openshift.io/component: api
     openshift.io/component: api
+  annotations:
+    scheduler.alpha.kubernetes.io/critical-pod: ''
 spec:
 spec:
   restartPolicy: Always
   restartPolicy: Always
   hostNetwork: true
   hostNetwork: true

+ 2 - 0
roles/openshift_control_plane/files/controller.yaml

@@ -6,6 +6,8 @@ metadata:
   labels:
   labels:
     openshift.io/control-plane: "true"
     openshift.io/control-plane: "true"
     openshift.io/component: controllers
     openshift.io/component: controllers
+  annotations:
+    scheduler.alpha.kubernetes.io/critical-pod: ''
 spec:
 spec:
   restartPolicy: Always
   restartPolicy: Always
   hostNetwork: true
   hostNetwork: true