Skip to content

Commit d3b0201

Browse files
authored
Merge pull request #11731 from dmvolod/quick-start-move-cni-troubleshooting-outside
📖 Moving CNI troubleshooting section from KubeVirt tab
2 parents 8f2c418 + 5f8b17c commit d3b0201

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

docs/book/src/user/quick-start.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,15 @@ let's check the status using `kubectl get nodes`:
16821682
```bash
16831683
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
16841684
```
1685+
```bash
1686+
NAME STATUS ROLES AGE VERSION
1687+
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1688+
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1689+
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1690+
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1691+
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1692+
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
1693+
```
16851694
16861695
{{#/tab }}
16871696
{{#tab vcluster}}
@@ -1748,6 +1757,33 @@ After a short while, our nodes should be running and in `Ready` state, let’s c
17481757
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
17491758
```
17501759
1760+
{{#/tab }}
1761+
{{#tab Other providers...}}
1762+
1763+
```bash
1764+
kubectl --kubeconfig=./capi-quickstart.kubeconfig \
1765+
apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml
1766+
```
1767+
1768+
After a short while, our nodes should be running and in `Ready` state,
1769+
let's check the status using `kubectl get nodes`:
1770+
1771+
```bash
1772+
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1773+
```
1774+
```bash
1775+
NAME STATUS ROLES AGE VERSION
1776+
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1777+
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1778+
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1779+
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1780+
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1781+
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
1782+
```
1783+
1784+
{{#/tab }}
1785+
{{#/tabs }}
1786+
17511787
<aside class="note">
17521788
17531789
<h1>Troubleshooting</h1>
@@ -1805,36 +1841,8 @@ kube-proxy-b9g5m 1/1 Running
18051841
kube-proxy-p6xx8 1/1 Running 0 3m49s
18061842
kube-scheduler-capi-quickstart-control-plane-kjjbb 1/1 Running 0 3m57s
18071843
```
1808-
18091844
</aside>
18101845
1811-
{{#/tab }}
1812-
{{#tab Other providers...}}
1813-
1814-
```bash
1815-
kubectl --kubeconfig=./capi-quickstart.kubeconfig \
1816-
apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml
1817-
```
1818-
1819-
After a short while, our nodes should be running and in `Ready` state,
1820-
let's check the status using `kubectl get nodes`:
1821-
1822-
```bash
1823-
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1824-
```
1825-
```bash
1826-
NAME STATUS ROLES AGE VERSION
1827-
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1828-
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1829-
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1830-
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1831-
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1832-
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
1833-
```
1834-
1835-
{{#/tab }}
1836-
{{#/tabs }}
1837-
18381846
### Clean Up
18391847
18401848
Delete workload cluster.

0 commit comments

Comments
 (0)