-
Notifications
You must be signed in to change notification settings - Fork 455
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: update platform add command to reference the platform instead of loft #2155
Conversation
✅ Deploy Preview for vcluster-docs canceled.Built without sensitive environment variables
|
@@ -70,7 +70,7 @@ vcluster platform add cluster my-cluster | |||
}, | |||
} | |||
|
|||
c.Flags().StringVar(&cmd.Namespace, "namespace", "loft", "The namespace to generate the service account in. The namespace will be created if it does not exist") | |||
c.Flags().StringVar(&cmd.Namespace, "namespace", "vcluster-platform", "The namespace to generate the service account in. The namespace will be created if it does not exist") |
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.
This breaks a lot of things as the Cluster Object is not updated with the namespace, I think #2147 does this better
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.
I forgot about this when making this PR. I'll remove it from my PR and see if @zerbitx can help fix this one since I've found it.
d048af5
to
b881a08
Compare
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
[v0.20] Merge pull request #2155 from deniseschannon/loft-ref
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)part of #eng-4516
Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster platform add referenced
loft
instead of the new platform references.What else do we need to know?