Skip to content

Commit

Permalink
coreos/azure: Point kublet and proxy at API server instead of etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Mar 10, 2015
1 parent 55b6805 commit cc9f6b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ coreos:
--address=0.0.0.0 \
--port=10250 \
--hostname_override=%H \
--etcd_servers=http://etcd-00:4001,http://etcd-01:4001,http://etcd-02:4001 \
--api_servers=http://kube-00:8080 \
--logtostderr=true
Restart=always
RestartSec=10
Expand All @@ -325,7 +325,7 @@ coreos:
ConditionHost=!kube-00
[Service]
ExecStart=/opt/kubernetes/server/bin/kube-proxy \
--etcd_servers=http://etcd-00:4001,http://etcd-01:4001,http://etcd-02:4001 \
--master=http://kube-00:8080 \
--logtostderr=true
Restart=always
RestartSec=10
Expand Down

0 comments on commit cc9f6b1

Please sign in to comment.