diff --git a/platform/_partials/install/upgrade-v3-v4.mdx b/platform/_partials/install/upgrade-v3-v4.mdx index 877a6814d..504be8b72 100644 --- a/platform/_partials/install/upgrade-v3-v4.mdx +++ b/platform/_partials/install/upgrade-v3-v4.mdx @@ -13,18 +13,16 @@ Upgrade vCluster Platform from v3 to v4 via: To upgrade vCluster Platform from v3 to v4 via vCluster CLI, run. Update `$PLATFORM_VERSION` with a valid vCluster Platform version. + :::info Plaftorm Namsespace The following steps assume the existing installation is in the default namespace `loft`. The default namespace for v4 is vcluster-platform, so we specify the namespace in the steps. ::: ```bash -# First set the project namespace prefix to use the v3 format -cat > /tmp/vcluster-platform.yaml < @@ -33,18 +31,14 @@ vcluster platform start --namespace loft --upgrade --version=$PLATFORM_VERSION - To upgrade vCluster Platform from v3 to v4 via `helm`, run. Update `$PLATFORM_VERSION` with a valid vCluster Platform version. ```bash -# First set the project namespace prefix to use the v3 format -cat > /tmp/vcluster-platform.yaml < -