-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
Ref #3 |
This should be pretty straightforward. We just have to put the config file in 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... |
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. |
Fixed with #128 |
Same, if this is working with v0.1, set the v0.1 milestone |
I believe we just need to add this pod spec as a static pod in the kubelet initialization:
kubernetes/kubernetes@3e1c0b5#diff-ffcd99bc6b27b0dfad18312db1a4ef9f
The text was updated successfully, but these errors were encountered: