From 6c207caf997502c0cedd74b7f59d8ed802b154d3 Mon Sep 17 00:00:00 2001 From: Deepak Muley Date: Wed, 9 Oct 2024 14:08:17 -0700 Subject: [PATCH] fix: corrected the path in the docs (#32) * fix: corrected the path in the docs * fixup! docs: Fix up component URL --------- Co-authored-by: Jimmi Dyson --- docs/content/getting-started/deployment/via-clusterctl.md | 4 ++-- docs/content/getting-started/managing_ips/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/getting-started/deployment/via-clusterctl.md b/docs/content/getting-started/deployment/via-clusterctl.md index cf83ab4..36f58b4 100644 --- a/docs/content/getting-started/deployment/via-clusterctl.md +++ b/docs/content/getting-started/deployment/via-clusterctl.md @@ -5,14 +5,14 @@ weight = 1 +++ Add the following to your `clusterctl.yaml` file, which is normally found at -`${XDG_CONFIG_HOME}/cluster-api/clusterctl.yaml` (or `${HOME}/cluster-api/clusterctl.yaml`). See [clusterctl +`${XDG_CONFIG_HOME}/.cluster-api/clusterctl.yaml` (or `${HOME}/.cluster-api/clusterctl.yaml`). See [clusterctl configuration file] for more details. If the `providers` section already exists, add the entry and omit the `providers` key from this block below: ```yaml providers: - name: "caipamx" - url: "https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/releases/v{{< param "version" >}}/ipam-components.yaml" + url: "https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/releases/latest/ipam-components.yaml" type: "IPAMProvider" ``` diff --git a/docs/content/getting-started/managing_ips/_index.md b/docs/content/getting-started/managing_ips/_index.md index 0c481f4..815b1df 100644 --- a/docs/content/getting-started/managing_ips/_index.md +++ b/docs/content/getting-started/managing_ips/_index.md @@ -37,7 +37,7 @@ EOF ## Create the IP pool ```shell -$ export NUTANIX_ENDPOINT=https://:9440 +$ export NUTANIX_ENDPOINT= $ export NUTANIX_SUBNET=... $ cat <