From dacc8bb4cdd707c515fa2f8b1d1f22136f0b5517 Mon Sep 17 00:00:00 2001 From: Yannick Struyf Date: Wed, 24 Jan 2024 16:58:41 +0100 Subject: [PATCH] add env variable for CRS and warning message --- docs/capx/v1.3.x/getting_started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/capx/v1.3.x/getting_started.md b/docs/capx/v1.3.x/getting_started.md index 44923b86..35973da2 100644 --- a/docs/capx/v1.3.x/getting_started.md +++ b/docs/capx/v1.3.x/getting_started.md @@ -46,6 +46,8 @@ NUTANIX_SSH_AUTHORIZED_KEY: "" NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: "" NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: "" NUTANIX_SUBNET_NAME: "" + +EXP_CLUSTER_RESOURCE_SET: true # Required for Nutanix CCM installation ``` You can also see the required list of variables by running the following: @@ -81,6 +83,9 @@ Optional Variables: !!! note To prevent duplicate IP assignments, it is required to assign an IP-address to the `CONTROL_PLANE_ENDPOINT_IP` variable that is not part of the Nutanix IPAM or DHCP range assigned to the subnet of the CAPX cluster. +!!! warning + Make sure [Cluster Resource Set (CRS)](https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-resource-set){target=_blank} is enabled before running `clusterctl init` + Now you can instantiate Cluster API with the following: ``` clusterctl init -i nutanix