소스 검색

control plane components derived from static pods must be marked critical

Derek Carr 7 년 전
부모
커밋
e0a5020675
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      roles/etcd/files/etcd.yaml
  2. 2 0
      roles/openshift_control_plane/files/apiserver.yaml
  3. 2 0
      roles/openshift_control_plane/files/controller.yaml

+ 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