-
Notifications
You must be signed in to change notification settings - Fork 444
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
fix: remove kubernetes-version flag in vcluster create #2389
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for vcluster-docs canceled.Built without sensitive environment variables
|
@kale-amruta, I don't think it makes sense to deprecate something that doesn't even work anymore. So, I think you should drop all the logic behind this flag and even remove the flag itself. When using it, it should fail to indicate that it's not supported and avoid the confusion of #2294. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kale-amruta thanks for the PR! See my comment above
@kale-amruta can you instead of deprecating this flag, remove it instead? |
f459b87
to
af7604e
Compare
@FabianKramm Can you re-review this one? |
What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible)resolves #2294
Please provide a short message that should be published in the vcluster release notes
Remove the
kubernetes-version
flag invcluster create
command, kubernetes version can now be configured from values.yaml.What else do we need to know?