Skip to content

Commit

Permalink
refactor unit files to accommodate 0.15+ changes.
Browse files Browse the repository at this point in the history
[basically kubernetes/kubernetes#6380]

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Apr 14, 2015
1 parent f93e135 commit 3e9bff0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions master.yaml
Expand Up @@ -162,8 +162,10 @@ coreos:
ExecStartPre=/usr/bin/chmod +x /opt/bin/kube-apiserver
ExecStart=/opt/bin/kube-apiserver \
--allow_privileged=true \
--address=0.0.0.0 \
--port=8080 \
--insecure_bind_address=0.0.0.0 \
--insecure_port=8080 \
--kubelet_https=true \
--secure_port=6443 \
--portal_net=10.100.0.0/16 \
--etcd_servers=http://127.0.0.1:2379 \
--public_address_override=__MASTER_IP__ \
Expand Down
5 changes: 4 additions & 1 deletion node.yaml
Expand Up @@ -160,7 +160,10 @@ coreos:
--cluster_domain=k8s \
--logtostderr=true \
--config=/opt/kubernetes/manifests/ \
--cadvisor_port=4194
--cadvisor_port=4194 \
--port=10250 \
--healthz_bind_address=0.0.0.0 \
--healthz_port=10248
Restart=always
RestartSec=10
update:
Expand Down

0 comments on commit 3e9bff0

Please sign in to comment.