From 5ad9b92a3d8e5b2a37c24ef353c68038075c2078 Mon Sep 17 00:00:00 2001 From: Liz Frost Date: Wed, 25 Feb 2026 11:53:07 -0800 Subject: [PATCH] self-hosted spaces-management: `up ctp connect/disconnect` were removed --- .../spaces/howtos/self-hosted/spaces-management.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manuals/spaces/howtos/self-hosted/spaces-management.md b/docs/manuals/spaces/howtos/self-hosted/spaces-management.md index 18924a192..6f04cafde 100644 --- a/docs/manuals/spaces/howtos/self-hosted/spaces-management.md +++ b/docs/manuals/spaces/howtos/self-hosted/spaces-management.md @@ -141,13 +141,13 @@ This manifest: To connect to a control plane in a Space using `up`, run the following: ```bash -up ctp connect new-control-plane +up ctx ./default/ctp1 ``` The command changes your kubeconfig's current context to the control plane you specify. If you want to change your kubeconfig back to a previous context, run: ```bash -up ctp disconnect +up ctx - ``` If you configured your control plane to publish connection details, you can also access it this way. Once the control plane is ready, use the secret (containing connection details) to connect to the API server of your control plane. @@ -200,9 +200,9 @@ kubectl delete controlplane ctp1 [up-space-init]: /reference/cli-reference [quickstart]: / -[aws]: /manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment -[azure]:/manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment -[gcp]:/manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment +[aws]: /manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment +[azure]:/manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment +[gcp]:/manuals/spaces/howtos/self-hosted/self-hosted-spaces-deployment [up-space-upgrade]: /reference/cli-reference [spaces-release-notes]: /reference/release-notes/spaces [up-space-upgrade-1]: /reference/cli-reference