瀏覽代碼

Run console pods on the master

Update the node selector for the console so that it runs on the masters.
Samuel Padgett 7 年之前
父節點
當前提交
dcea0d62f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"}