@@ -1682,6 +1682,15 @@ let's check the status using `kubectl get nodes`:
1682
1682
` ` ` bash
1683
1683
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1684
1684
` ` `
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
+ ` ` `
1685
1694
1686
1695
{{# /tab }}
1687
1696
{{#tab vcluster}}
@@ -1748,6 +1757,33 @@ After a short while, our nodes should be running and in `Ready` state, let’s c
1748
1757
kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
1749
1758
` ` `
1750
1759
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
+
1751
1787
<aside class="note">
1752
1788
1753
1789
<h1>Troubleshooting</h1>
@@ -1805,36 +1841,8 @@ kube-proxy-b9g5m 1/1 Running
1805
1841
kube-proxy-p6xx8 1/1 Running 0 3m49s
1806
1842
kube-scheduler-capi-quickstart-control-plane-kjjbb 1/1 Running 0 3m57s
1807
1843
```
1808
-
1809
1844
</aside>
1810
1845
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
-
1838
1846
### Clean Up
1839
1847
1840
1848
Delete workload cluster.
0 commit comments