Skip to content

Commit 441e850

Browse files
committed
docs: Remove redundant CRS enable env var
This is now GA and so the env var is not required.
1 parent 470a808 commit 441e850

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/content/getting-started/deployment/via-clusterctl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ configuration values blank as we will specify these when creating clusters:
2222
```shell
2323
env CLUSTER_TOPOLOGY=true \
2424
EXP_RUNTIME_SDK=true \
25-
EXP_CLUSTER_RESOURCE_SET=true \
2625
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
2726
AWS_B64ENCODED_CREDENTIALS= \
2827
clusterctl init \

docs/content/getting-started/deployment/via-helm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ providers to our management cluster via `clusterctl`:
1010
```shell
1111
env CLUSTER_TOPOLOGY=true \
1212
EXP_RUNTIME_SDK=true \
13-
EXP_CLUSTER_RESOURCE_SET=true \
1413
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
1514
AWS_B64ENCODED_CREDENTIALS= \
1615
clusterctl init \

0 commit comments

Comments
 (0)