Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting timeout while retrieving nodeup.sha1 (via S3 bucket) #665

Closed
jbye opened this issue Oct 17, 2016 · 2 comments
Closed

Connecting timeout while retrieving nodeup.sha1 (via S3 bucket) #665

jbye opened this issue Oct 17, 2016 · 2 comments

Comments

@jbye
Copy link

jbye commented Oct 17, 2016

I have been trying to configure my master for some time no with no success. Logging in to the master reveals that there's a curl process stuck on resolving retrieving nodeup.sha1.

curl -f --ipv4 -Lo nodeup.sha1 --connect-timeout 20 --retry 6 --retry-delay 10 https://kubeupv2.s3.amazonaws.com/kops/1.4.1/linux/amd64/nodeup.sha1

Resolving kubeupv2.s3.amazonaws.com (kubeupv2.s3.amazonaws.com)... 52.216.0.248 Connecting to kubeupv2.s3.amazonaws.com (kubeupv2.s3.amazonaws.com)|52.216.0.248|:443... failed: Connection timed out. Retrying.

@jbye
Copy link
Author

jbye commented Oct 17, 2016

It is clear that instances within the kubernetes VPC created by Kops are not able to communicate over the internet when the master is configured without a public IP.

Correct me if I am wrong, but with no public IP on the master, and with Kops assigning an Internet Gateway to the subnet, then there's no wonder the master cannot go "online"?

Is the master required to have a public IP in such a configuration?

@jbye
Copy link
Author

jbye commented Oct 17, 2016

Seems there's no support for the kind of setup I was trying to achieve (private subnet); #428

@jbye jbye closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant