-
Notifications
You must be signed in to change notification settings - Fork 40.5k
Please multi-node docker DNS instructions #19228
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
Comments
Thanks @borg286 -- would you be up for making this change in the docs and submitting a pull request? |
Sure. |
Sorry for distrurbing, but I don't think that's the case. However, when Cheers! |
What is the approximate timeline for serviceAccounts to get merged in? On Tue, Jan 5, 2016 at 7:25 AM, Lucas Käldström [email protected]
Integral z-squared dz |
Soon #17213 is merged, I hope. But I tested setting |
Setting If I understand correctly, now there are no API server accessible by kube2sky container in single-node docker mode. So, now docker single node tutorial doesn't work. @luxas, I'd suggest to roll back @6ab098ec56c371a9b81fce611af1bf5f7685df6e and include it to your #17213 PR to avoid problems for next users. See also #18626 |
This is marked 1.2 with no assignee. |
@fgrzadkowski maybe you can take a look at this? |
@davidopp I'm working on this |
Thanks @luxas |
I don't know if this is relevant here, but the |
That's great news. Thanks @luxas. |
I'm trying to follow the instructions for local docker here
https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md
For DNS setup it refers you to the multi-node docker setup for DNS. There is has the user set up some environment variables, one of which is
export KUBE_SERVER=10.10.103.250 # your master server ip, you may change it
For single-node docker setups this should be 127.0.0.1
I request that a note in the above page mention in the DNS section that the user should swap in this export instead of the one meant for multi-node setups
export KUBE_SERVER=127.0.0.1 # your master server ip, you may change it
A side note, I tried localhost and got the following error
error: couldn't read version from server: Get localhost:8080: unsupported protocol scheme "localhost"
The text was updated successfully, but these errors were encountered: