-
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
DNS with Docker-standalone / hyperkube #8413
Comments
It should be possible to get kube2sky to work as part of hyperkube. On Mon, May 18, 2015 at 5:47 PM, Victor Marmol notifications@github.com
|
We should make DNS work out of the box for hyperkube. |
I created this https://github.com/justingrayston/kubernetes-docker-dns so I could work and test locally before deploying to container engine. Currently it still uses the kube master url flag as locally the API is accessed over of the docker host via http. It isn't really fit to go into the main project, but it should be possible to just configure with certs and key to be set up for use on a server. |
Working, but manual steps are required. |
Is it possible to get DNS working with Docker-standalone / hyperkube?
I tried this:
event.go:200] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"kube-dns-puhce", UID:"176452e5-fd67-11e4-a074-fecaedeb7f07", APIVersion:"v1beta3", ResourceVersion:"658", FieldPath:""}): reason: 'failedSync' Error syncing pod, skipping: operation not permitted
The volume YAML file:
Given this secret is empty, I don't think it would actually work, but I would expect the pod to start.
Even if I could create a token, I don't think it could authenticate with kube-apiserver, because kube-api-server does not have a known_tokens file in this mode:
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/cluster/images/hyperkube/master.json
The text was updated successfully, but these errors were encountered: