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

Add a cloud provider config option on kubelet #5667

Closed
spothanis opened this issue Mar 19, 2015 · 3 comments · Fixed by #5827
Closed

Add a cloud provider config option on kubelet #5667

spothanis opened this issue Mar 19, 2015 · 3 comments · Fixed by #5827
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@spothanis
Copy link
Contributor

Similar to cloud provider config flag on the Kubernetes Api Server, it will be great if there is a way to do same at the kubelet level through some flag. This will allow us to do any interactions with the cloud provider at kubelet level

@vmarmol
Copy link
Contributor

vmarmol commented Mar 19, 2015

What cloud-provider interactions do you envision from the Kubelet? (Just curious what you had in mind, we don't do any today AFAIK)

@spothanis
Copy link
Contributor Author

I was trying write a volume plugin for cinder and wanted to do some operations such as attach and detach volume to instance

@ashw7n
Copy link
Contributor

ashw7n commented Mar 20, 2015

Basically we need the ability to authenticate against Openstack and get some information about the current minion for the purposes of attaching a block device (from the cinder block storage subsystem) on the minion. We could distribute this config (among others) through salt at the provisioning time and could include keys/credentials to access the cloud apis.

@mbforbes mbforbes added priority/backlog Higher priority than priority/awaiting-more-evidence. sig/node Categorizes an issue or PR as relevant to SIG Node. labels Mar 20, 2015
spothanis added a commit to spothanis/kubernetes that referenced this issue Mar 25, 2015
akram pushed a commit to akram/kubernetes that referenced this issue Apr 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

Successfully merging a pull request may close this issue.

4 participants