Skip to content

Commit

Permalink
Merge pull request #321 from furkatgofurov7/fix-readme-link-abs-path
Browse files Browse the repository at this point in the history
🐛 Use absolute path to refer to operator installation from quickstart
  • Loading branch information
k8s-ci-robot authored Nov 15, 2023
2 parents 2d06d31 + 9ab4844 commit 5cf344e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Deploy Cluster API components with docker provider using a single command during
helm install capi-operator capi-operator/cluster-api-operator --create-namespace -n capi-operator-system --set infrastructure=docker --set cert-manager.enabled=true --set configSecret.name=${CREDENTIALS_SECRET_NAME} --set configSecret.namespace=${CREDENTIALS_SECRET_NAMESPACE} --wait --timeout 90s
```

Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html?highlight=hetz#infrastructure).
Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html#infrastructure).

Other options for installing Cluster API Operator are described in [full documentation](README.md#installation).
Other options for installing Cluster API Operator are described in [full documentation](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/docs/README.md#installation).

# Example API Usage

Expand Down

0 comments on commit 5cf344e

Please sign in to comment.