Pārlūkot izejas kodu

Merge pull request #6882 from spadgett/console-node-selector

Automatic merge from submit-queue.

Run console pods on the master

Update the node selector for the console so that it runs on the masters.

/assign @sdodson
OpenShift Merge Robot 7 gadi atpakaļ
vecāks
revīzija
b04394c517
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      roles/openshift_web_console/defaults/main.yml

+ 1 - 1
roles/openshift_web_console/defaults/main.yml

@@ -1,2 +1,2 @@
 ---
-openshift_web_console_nodeselector: "{{ openshift_hosted_infra_selector | default('region=infra') | map_from_pairs }}"
+openshift_web_console_nodeselector: {"node-role.kubernetes.io/master":"true"}