-
Notifications
You must be signed in to change notification settings - Fork 41
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: updates 'spaces' to 'namespaces' #549
Conversation
✅ Deploy Preview for vcluster-docs-site ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Show resolved
Hide resolved
vcluster/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Outdated
Show resolved
Hide resolved
| `loft create vcluster` | `vcluster create --driver=platform` | `vcluster platform create vcluster` | Following flags have been **removed**:<br/>`--delete-after`<br/>`--disable-direct-cluster-endpoint`<br/>`--sleep-after`<br/>`--space` (Please use `--namespace` instead)<br/><br/>Following flags have been **changed**:<br/>`--version` was renamed to `--template-version` | | ||
| `loft delete vcluster` | `vcluster delete --driver=platform` | `vcluster platform delete vcluster` | Following flags have been **removed**:<br/>`--cluster` (vCluster platform handles this transparently in the background)<br/>`--space` (vCluster platform handles this transparently in the background)<br/>`--delete-space` (Please use `--delete-namespace`) | | ||
| `loft create vcluster` | `vcluster create --driver=platform` | `vcluster platform create vcluster` | Following flags have been **removed**:<br/>`--delete-after`<br/>`--disable-direct-cluster-endpoint`<br/>`--sleep-after`<br/>`--namespace` (Please use `--namespace` instead)<br/><br/>Following flags have been **changed**:<br/>`--version` was renamed to `--template-version` | | ||
| `loft delete vcluster` | `vcluster delete --driver=platform` | `vcluster platform delete vcluster` | Following flags have been **removed**:<br/>`--cluster` (vCluster platform handles this transparently in the background)<br/>`--namespace` (vCluster platform handles this transparently in the background)<br/>`--delete-namespace` (Please use `--delete-namespace`) | |
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.
[Loft.no-vcluster-platform] Prefer using 'the platform' instead of 'vCluster platform'
vcluster/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Outdated
Show resolved
Hide resolved
vcluster/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Outdated
Show resolved
Hide resolved
vcluster_versioned_docs/version-0.24.0/reference/migrations/loft-cli-vcluster-cli-migration.mdx
Outdated
Show resolved
Hide resolved
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.
For the changes to command files in the cli
folder (except the 0-20...mdx) to take effect, we will need to address them in the source repo in this folder. Otherwise looks good!
Content Description
spaces
was replaced with namespaces. Updating remaining instances ofspaces
tonamespaces
.Preview Link
Internal Reference
Closes DOC-336