Przeglądaj źródła

control plane components derived from static pods must be marked critical

Derek Carr 7 lat temu
rodzic
commit
e0a5020675

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

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

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

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

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

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