coreos/azure: Registration before proxy & kublet -

it seems a little odd, sometimes we get an error that node had
already been registered... it's unclear whether kubelet somehow
does self-registration?
pull/6/head
Ilya Dmitrichenko 2015-04-23 00:30:18 +01:00
parent 7b8abf3cbb
commit 9ac9670022
1 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,8 @@ coreos:
content: |
[Unit]
After=download-kubernetes.service
Before=proxy.service
Before=kubelet.service
ConditionFileIsExecutable=/opt/kubernetes/server/bin/kubectl
ConditionFileIsExecutable=/opt/bin/register_minion.sh
Description=Kubernetes Create Minion