-
Notifications
You must be signed in to change notification settings - Fork 462
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
Fixed minor issues in printhelper.go #2514
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for vcluster-docs canceled.Built without sensitive environment variables
|
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.
You may want to confirm which way we want to refer to the platform in this context.
@@ -29,8 +29,8 @@ EXTERNAL-IP may be 'pending' for a while until your cloud provider has created a | |||
|
|||
######################################################################################################### | |||
|
|||
The command will wait until loft is reachable under the host. You can also abort and use port-forwarding instead | |||
by running 'loft start' again. | |||
The command will wait until vcluster platform is reachable under the host. You can also abort and use port-forwarding instead |
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'm basing this suggestion on vcluster-docs style guide, but you may want to confirm what we want to use in this context. I also think vCluster Platform
might be acceptable.
The command will wait until vcluster platform is reachable under the host. You can also abort and use port-forwarding instead | |
The command will wait until the platform is reachable under the host. You can also abort and use port-forwarding instead |
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.
We want to refer the the platform as the platform
but since this is a CLI helper vCluster platform
is also ok.
@@ -54,10 +54,10 @@ Login via CLI: %s | |||
|
|||
################################################################# | |||
|
|||
Loft was successfully installed and port-forwarding has been started. | |||
If you stop this command, run 'loft start' again to restart port-forwarding. | |||
vcluster platform was successfully installed and port-forwarding has been started. |
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.
vcluster platform was successfully installed and port-forwarding has been started. | |
The platform was successfully installed and port-forwarding has been started. |
What issue type does this pull request address? (keep at least one, remove the others)
/kind documentation
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible)This pr fixes commands and some old references of loft changed to vcluster platform in printhelper.go