ERRO export KUBERNETES_PROVIDER = aws; curl -sS https://get.k8s.io | bash

5/24/2015

I'm running on AWS EC2 Getting started, command:

export KUBERNETES_PROVIDER = aws; curl -sS https://get.k8s.io | bash

But the error occurs:

But the error occurs "salt-master failed to start on 52.24.95.100 Your cluster is unlikely to work Correctly. Please run ./cluster/kube-down.sh and re-create the cluster. (sorry!) 

Any suggestion?

-- Tiago Rolim
amazon-ec2
amazon-web-services
google-kubernetes-engine
kubernetes

1 Answer

7/8/2015

I'm not sure about this specific error, but there have been some problems in AWS that cropped up recently. Please see this PR for the fixes:

https://github.com/GoogleCloudPlatform/kubernetes/pull/10877

-- brendan
Source: StackOverflow