diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 08:04:58 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 08:04:58 -0500 |
commit | b97f68b5b9f044b560baff0607fc423431f0a8cc (patch) | |
tree | e11bdc8c0be0ae7e66a37be81258750c2dddd7e1 /roles/openshift_router | |
parent | 39fc2154a5ba751b1a1550486fe33943019e8528 (diff) | |
parent | 90be1dd3b04a9c24ee9e7da8bd5511ef2985ef65 (diff) | |
download | openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.gz openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.bz2 openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.xz openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.zip |
Merge pull request #1365 from pat2man/patch-2
Specify default namespace when creating router
Diffstat (limited to 'roles/openshift_router')
-rw-r--r-- | roles/openshift_router/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_router/tasks/main.yml b/roles/openshift_router/tasks/main.yml index 355cbf84b..40365d04d 100644 --- a/roles/openshift_router/tasks/main.yml +++ b/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 |