Skip to content

Commit

Permalink
rename others tab
Browse files Browse the repository at this point in the history
  • Loading branch information
SD-13 committed Jan 22, 2024
1 parent cd7de82 commit 152889c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ For more information about prerequisites, credentials management, or permissions
For the purpose of this tutorial, we'll name our cluster capi-quickstart.
{{#tabs name:"tab-clusterctl-config-cluster" tabs:"Docker, vcluster, KubeVirt, others..."}}
{{#tabs name:"tab-clusterctl-config-cluster" tabs:"Docker, vcluster, KubeVirt, Other providers..."}}
{{#tab Docker}}
<aside class="note warning">
Expand Down Expand Up @@ -1330,7 +1330,7 @@ clusterctl generate cluster capi-quickstart \
```
{{#/tab }}
{{#tab others...}}
{{#tab Other providers...}}
```bash
clusterctl generate cluster capi-quickstart \
Expand Down Expand Up @@ -1463,7 +1463,7 @@ For more information, see the [CAPZ book](https://capz.sigs.k8s.io/topics/addons
Calico is used here as an example.
{{#tabs name:"tab-deploy-cni" tabs:"Azure,vcluster,KubeVirt,others..."}}
{{#tabs name:"tab-deploy-cni" tabs:"Azure,vcluster,KubeVirt,Other providers..."}}
{{#tab Azure}}
Install the official Calico Helm chart on the workload cluster:
Expand Down Expand Up @@ -1606,7 +1606,7 @@ kube-scheduler-capi-quickstart-control-plane-kjjbb 1/1 Running
</aside>
{{#/tab }}
{{#tab others...}}
{{#tab Other providers...}}
```bash
kubectl --kubeconfig=./capi-quickstart.kubeconfig \
Expand Down

0 comments on commit 152889c

Please sign in to comment.