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

Kubelet event writing on local #2441

Closed
erictune opened this issue Nov 18, 2014 · 2 comments
Closed

Kubelet event writing on local #2441

erictune opened this issue Nov 18, 2014 · 2 comments
Assignees
Labels
area/introspection priority/backlog Higher priority than priority/awaiting-more-evidence. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@erictune
Copy link
Member

Make #2387 work for "locally" cloud provider.

No need to generate tokens for "locally". Apiserver can use an unsecured interface.

Suggested steps:

  1. add "--api_servers=https://localhost:$APISERVER_PORT" argument to kubelet.
  2. if necessary, add "-auth_path=$SOMETHING" to kubelet, where $SOMETHING is a .kubernetes_auth file with whatever arguments are needed to setup and insecure http session.
  3. change if provider != "gce" to if provider != "gce" and provider != "local" { in cmd/e2e/e2e.go
  4. verify with CLOUD_PROVIDER=local hack/e2e-test.sh
@goltermann goltermann added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Dec 3, 2014
@erictune erictune self-assigned this Jan 26, 2015
@erictune
Copy link
Member Author

At the same time as doing this work, also change the kube-proxy to set the flag:
--master=http://$APISERVER:7080.

@davidopp davidopp added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Feb 17, 2015
@erictune
Copy link
Member Author

This is now fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/introspection priority/backlog Higher priority than priority/awaiting-more-evidence. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

4 participants