Skip to content

Commit 02a5dd5

Browse files
Backport: Copy platform/use-platform/virtual-clusters/retrieve-kube-config.mdx to platform_versioned_docs/version-4.6.0/use-platform/virtual-clusters/retrieve-kube-config.mdx
1 parent ac5652b commit 02a5dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform_versioned_docs/version-4.6.0/use-platform/virtual-clusters/retrieve-kube-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The easiest way to retrieve a kubeconfig for your virtual cluster is by using th
1313
You can update your current kubeconfig on your local machine by running the following command:
1414

1515
```bash
16-
vCluster platform connect my-vCluster
16+
vcluster platform connect my-vcluster
1717
```
1818

1919
If you want to print the kubeconfig file, you can append `--print` to the command:
2020

2121
```bash
22-
vCluster platform connect my-vCluster --print
22+
vcluster platform connect my-vcluster --print
2323
```
2424

2525
:::info

0 commit comments

Comments
 (0)