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

Create the addon-manager at cluster start time. #116

Closed
dlorenc opened this issue May 25, 2016 · 5 comments
Closed

Create the addon-manager at cluster start time. #116

dlorenc opened this issue May 25, 2016 · 5 comments
Milestone

Comments

@dlorenc
Copy link
Contributor

dlorenc commented May 25, 2016

I believe we just need to add this pod spec as a static pod in the kubelet initialization:
kubernetes/kubernetes@3e1c0b5#diff-ffcd99bc6b27b0dfad18312db1a4ef9f

@dlorenc
Copy link
Contributor Author

dlorenc commented May 25, 2016

Ref #3

@luxas
Copy link
Member

luxas commented May 26, 2016

This should be pretty straightforward. We just have to put the config file in /etc/kubernetes/manifests/, and pass that path to kubelet

But we should think about how we should package the manifest. Should it be packaged with the iso? Maybe that's the best thing to do...

@dlorenc
Copy link
Contributor Author

dlorenc commented May 26, 2016

Yeah, I think that's best. We'll have to update the iso-url at the same time we change the kubelet config, but that's exactly why we just made that a versioned URL.

@dlorenc dlorenc modified the milestones: 0.1 Release, 0.2 Release May 27, 2016
@dlorenc
Copy link
Contributor Author

dlorenc commented May 29, 2016

Fixed with #128

@dlorenc dlorenc closed this as completed May 29, 2016
@luxas
Copy link
Member

luxas commented May 29, 2016

Same, if this is working with v0.1, set the v0.1 milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants