Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/content/getting-started/deployment/via-clusterctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ configuration values blank as we will specify these when creating clusters:
```shell
env CLUSTER_TOPOLOGY=true \
EXP_RUNTIME_SDK=true \
EXP_CLUSTER_RESOURCE_SET=true \
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
AWS_B64ENCODED_CREDENTIALS= \
clusterctl init \
Expand Down
1 change: 0 additions & 1 deletion docs/content/getting-started/deployment/via-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ providers to our management cluster via `clusterctl`:
```shell
env CLUSTER_TOPOLOGY=true \
EXP_RUNTIME_SDK=true \
EXP_CLUSTER_RESOURCE_SET=true \
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
AWS_B64ENCODED_CREDENTIALS= \
clusterctl init \
Expand Down
Loading