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

Improve kudo init (for upgrade) #891

Closed
kensipe opened this issue Oct 2, 2019 · 2 comments · Fixed by #1505
Closed

Improve kudo init (for upgrade) #891

kensipe opened this issue Oct 2, 2019 · 2 comments · Fixed by #1505

Comments

@kensipe
Copy link
Member

kensipe commented Oct 2, 2019

The current solution for init is somewhat naive... it creates resources if they don't exist... it doesn't check to see if the exist resources are the correct version and it doesn't update. There potential issues in init after an init... in particular if the second init is a different version than the first init. There is also the need or desire to "upgrade" kudo... I'm not sure if that is an init or an upgrade. My first inclination is to NOT upgrade unless it is explicit... either a flag or a new command.

There is also the potential need to migrate existing crd data and operators.

@kensipe
Copy link
Member Author

kensipe commented Oct 2, 2019

I should add that it would be helpful from a kudo development perspective to be able to update the kudo controller... so an upgrade would be nice!

@alenkacz alenkacz changed the title Improve kudo init (for update) Improve kudo init (for upgrade) Nov 15, 2019
@alenkacz
Copy link
Contributor

cc. @ANeumann82 - related to the work you're doing. Should we somehow label it/link it?

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

Successfully merging a pull request may close this issue.

3 participants