Skip to content

Commit

Permalink
fix: corrected the path in the docs (#32)
Browse files Browse the repository at this point in the history
* fix: corrected the path in the docs

* fixup! docs: Fix up component URL

---------

Co-authored-by: Jimmi Dyson <[email protected]>
  • Loading branch information
deepakm-ntnx and jimmidyson authored Oct 9, 2024
1 parent e4c83ca commit 6c207ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started/deployment/via-clusterctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down
4 changes: 2 additions & 2 deletions docs/content/getting-started/managing_ips/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
## Create the IP pool

```shell
$ export NUTANIX_ENDPOINT=https://<host>:9440
$ export NUTANIX_ENDPOINT=<pc-ip or pc-fqdn>
$ export NUTANIX_SUBNET=...

$ cat <<EOF | kubectl apply --server-side -f -
Expand All @@ -49,7 +49,7 @@ spec:
prismCentral:
address: ${NUTANIX_ENDPOINT}
port: 9440
credentialSecretRef:
credentialsSecretRef:
name: pc-creds-for-ipam
subnet: ${NUTANIX_SUBNET}
EOF
Expand Down

0 comments on commit 6c207ca

Please sign in to comment.