@@ -31,6 +31,7 @@ spec:
hostNetwork: true
hostPID: true
hostIPC: true
+ priorityClassName: system-node-critical
containers:
- name: config
image: "{{ openshift_daemonset_config_image }}"
@@ -13,6 +13,7 @@ spec:
scheduler.alpha.kubernetes.io/critical-pod: ''
name: "{{ openshift_descheduler_cronjob_name }}"
spec:
+ priorityClassName: system-cluster-critical
- name: descheduler
image: "{{ openshift_descheduler_image }}"
@@ -29,6 +29,7 @@ spec:
annotations:
serviceAccountName: "{{ daemonset_serviceAccount }}"
nodeSelector:
{{ fluentd_nodeselector_key }}: "{{ fluentd_nodeselector_value }}"
@@ -34,6 +34,7 @@ spec:
# Must be hostNetwork in order to schedule before any network plugins are loaded.
# The sync container is a temporary config loop until Kubelet dynamic config is implemented. It refreshes
serviceAccountName: sdn
- name: openvswitch
image: " "
@@ -32,6 +32,7 @@ spec:
# The network container launches the openshift-sdn process, the kube-proxy, and the local DNS service.
# It relies on an up to date node-config.yaml being present.