Skip to content

Commit

Permalink
Merge pull request #10031 from SD-13/rename_others_tab
Browse files Browse the repository at this point in the history
📖 Rename "others..." tab with "Other providers..."
  • Loading branch information
k8s-ci-robot committed Jan 22, 2024
2 parents cd7de82 + 152889c commit cba8471
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 cba8471

Please sign in to comment.