Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Rename "others..." tab with "Other providers..." #10031

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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...}}
SD-13 marked this conversation as resolved.
Show resolved Hide resolved

```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
Loading