You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/cluster-registration.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,14 @@ Check the status of the joined clusters by using the following command.
34
34
```bash
35
35
kubectl -n kube-federation-system get kubefedclusters
36
36
37
-
NAME READY AGE
38
-
cluster1 True 1m
39
-
cluster2 True 1m
37
+
NAME AGE READY KUBERNETES-VERSION
38
+
cluster1 1m True v1.21.2
39
+
cluster2 1m True v1.22.0
40
40
41
41
```
42
42
43
+
The Kubernetes version is checked periodically along with the cluster health check so that it would be automatically updated within the cluster health check period after a Kubernetes upgrade/downgrade of the cluster.
44
+
43
45
# Joining kind clusters on MacOS
44
46
45
47
A Kubernetes cluster deployed with [kind](https://sigs.k8s.io/kind) on Docker
0 commit comments