-
Notifications
You must be signed in to change notification settings - Fork 145
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
Modifying manifests #138
Comments
|
I have a production setup. Can I do this operation in a safe manner? :) |
displays only 1 instance. Can I do in this way? What do you think? |
Yes, you can use this procedure. But the step one is outdated, tack no more storage manifests on s3, you will need to edit the user-data for worker nodes. |
I think that it cant work, because you need to stop the instance to modify user-data |
when you change user data, terraform destroys and recreates instance. Do you think that it is doable in this way? |
Yes, but you need to do it instance by instance in masters, or you will get etcd unhealthy |
Actually that is why I wrote |
Nice, I think that it work |
I will also upgrade cluster as well. The order is matters? I mean masters first than I should update workers? |
the order is not matters |
I have an interesting case where my modified api servers manifests are reverted somehow. I wanted to enabled batch api for enabling cronjobs of kubernetes but had some issues.
The text was updated successfully, but these errors were encountered: