Update ports

pull/22/head
ant31 2015-12-16 17:43:26 +01:00
parent 6012230110
commit 958c770bef
5 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
- hosts: kube-master
roles:
# System
- { role: apps/k8s-kubedns, tags: 'kubedns' }
- { role: apps/k8s-kubedns, tags: ['kubedns', 'kube-system'] }
# Databases
- { role: apps/k8s-postgres, tags: 'postgres' }
@ -14,13 +14,13 @@
- { role: apps/k8s-rabbitmq, tags: 'rabbitmq' }
# Monitoring
- { role: apps/k8s-influxdb, tags: 'influxdb'}
- { role: apps/k8s-heapster, tags: 'heapster'}
- { role: apps/k8s-kubedash, tags: 'kubedash'}
- { role: apps/k8s-influxdb, tags: ['influxdb', 'kube-system']}
- { role: apps/k8s-heapster, tags: ['heapster', 'kube-system']}
- { role: apps/k8s-kubedash, tags: ['kubedash', 'kube-system']}
# logging
- { role: apps/k8s-kube-logstash, tags: 'kube-logstash'}
# Console
- { role: apps/k8s-fabric8, tags: 'fabric8' }
- { role: apps/k8s-kube-ui, tags: 'kube-ui' }
- { role: apps/k8s-kube-ui, tags: ['kube-ui', 'kube-system']}

@ -1 +1 @@
Subproject commit 2ef9669d6d78e81c4e6de75cce239cabc99f00ad
Subproject commit eaab0692ed375420e183d18392ce79a4c6ed2069

@ -1 +1 @@
Subproject commit dc088e25efcd040e127543b861448aa0d219eac9
Subproject commit fbd3ff4afc2fbf4a5fd0dad11a5f19ba11f0b7df

View File

@ -11,7 +11,7 @@ spec:
command:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --master=http://127.0.0.1:{{kube_apiserver_insecure_port}}
- --service-account-private-key-file={{ kube_cert_dir }}/apiserver-key.pem
- --root-ca-file={{ kube_cert_dir }}/ca.pem
- --v={{ kube_log_level | default('2') }}

View File

@ -11,7 +11,7 @@ spec:
command:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --master=http://127.0.0.1:{{kube_apiserver_insecure_port}}
- --v={{ kube_log_level | default('2') }}
livenessProbe:
httpGet: