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 token distribution on Azure #2497

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

Kubelet token distribution on Azure #2497

erictune opened this issue Nov 20, 2014 · 2 comments
Labels
priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.

Comments

@erictune
Copy link
Member

Make #2387 work for AWS.

Suggested steps:

  1. add a cluster/azure/templates/create-dynamic-salt-files.sh similar to cluster/gce/templates/create-dynamic-salt-files.sh, and add the code to util.sh to copy the salt-overlay files on top of salt.
  2. add the same lines to cluster/azure/templates/create-dynamic-salt-files.sh as Kubelet talks securely to apiserver #2387 added to cluster/gce/templates/create-dynamic-salt-files.sh
  3. change {% if grains.cloud == "gce" %} to {% if grains.cloud in ["gce", "azure"] %} in cluster/saltbase/salt/kube-apiserver/default and cluster/saltbase/salt/kube-apiserver/init.sls
  4. change if provider != "gce" to if provider != "gce" and provider != "azure" in cmd/e2e/e2e.go
  5. validate by running CLOUD_PROVIDER=azure hack/e2e-test.sh
@goltermann goltermann added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Dec 3, 2014
@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/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. label Feb 17, 2015
@roberthbailey roberthbailey added priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. and removed priority/backlog Higher priority than priority/awaiting-more-evidence. labels Mar 3, 2015
@erictune
Copy link
Member Author

Looking at the code, it appears this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
Projects
None yet
Development

No branches or pull requests

4 participants