calico talks to apiserver with https

This commit is contained in:
Smaine Kahlouch
2015-12-18 22:22:52 +01:00
parent b81a064242
commit e7e03bae9f
3 changed files with 27 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ spec:
command:
- /hyperkube
- apiserver
- --insecure-bind-address=0.0.0.0
- --etcd-servers={% for srv in groups['etcd'] %}http://{{ srv }}:2379{% if not loop.last %},{% endif %}{% endfor %}
- --admission-control=NamespaceLifecycle,NamespaceExists,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota