-
Notifications
You must be signed in to change notification settings - Fork 40k
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
AWS + CoreOS + k8s 1.0.1 Documentation #11975
Comments
I ran into the same issue. It's been a bit of a blocker for me in getting kubernetes up and running on AWS with coreos. Even after I modified those lines you referenced, I had issues with kube-ui not working and service-dns resolution only working on one of my 2 minions (not sure if either of those are related though). |
I ha ve at the same stage as you @joshm1, when trying to access the UI I get this error: Error: 'dial tcp 172.17.0.2:8080: no route to host' It seems the network stack is missing something ? |
You should be accessing it through the apiserver proxy. Run:
Then go to http://localhost:8001/api/v1/proxy/namespaces/kube-system/services/kube-ui |
I tried to access it using address like https://xx.xx.xx.xx/api/v1/proxy/namespaces/kube-system/services/kube-ui on the IP of the master, which used to work when not using coreos as kube distribution. Also I cant ping from one container to another. |
…eos/coreos_multinode_cluster.md. Refs kubernetes#11975 Removed deprecated and unmaintained fork of pires/kubernetes-vagrant-coreos-cluster linked in the docs. Removed deprecated and unmaintained VMware + CoreOS section of coreos/coreos_multinode_cluster.md. Refs kubernetes#13143 Refs kubernetes#9178
yes I tried I am using that currently but it is not a hand key version, like authentication you need a ssh tunnel, you dont have all the addons, the UI doesnt work. |
I had the same problem with @mcadam on 1.0.3. |
I suggest checking out https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/debugging-services.md |
Changed SSH_USER to core instead ubuntu, also applied fixes from #11975
CoreOS is now maintaining official "Kubernetes on CoreOS" documentation. See the AWS guide here: https://coreos.com/kubernetes/docs/latest/kubernetes-on-aws.html |
I would suspect this is hideously out of date. Please reopen if it's still an issue. |
Hello,
Is there more documentation on how to run a Kubernetes cluster using CoreOS on AWS ??
I tried the script for AWS specifying KUBE_OS_DISTRIBUTION=coreos, it started a master on ubuntu, and then tried to launch my minions but they all crashed.
I first had to modify the cluster/aws/coreos/util.sh script and delete those lines to make the script go this far:
That crashed because you dont use a loop anymore to create the minions.
Do you have a solution to use the script to start a cluster automatically, like create credentials and give me access to the cluster directly. I dont want to use the other guide in the multi-node coreos page, because it is basically useless as is. What do i do once the masters and minions are running ? SSH to get the credentials ?
I would love to be able to use the autoscaling group approach from the other script :)
I am on kubernetes version 1.0.1.
The text was updated successfully, but these errors were encountered: