Explorar el Código

Merge pull request #1365 from pat2man/patch-2

Specify default namespace when creating router
Brenton Leanhardt hace 9 años
padre
commit
b97f68b5b9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      roles/openshift_router/tasks/main.yml

+ 1 - 0
roles/openshift_router/tasks/main.yml

@@ -3,6 +3,7 @@
   command: >
     {{ openshift.common.admin_binary }} router
     --create --replicas={{ openshift.master.infra_nodes | length }}
+    --namespace=default
     --service-account=router {{ ortr_selector }}
     --credentials={{ openshift_master_config_dir }}/openshift-router.kubeconfig {{ ortr_images }}
   register: ortr_results