Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit c56c624

Browse files
committed
doc the Kubernetes version feature of KubeFedCluster
1 parent 1d537fc commit c56c624

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/cluster-registration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ Check the status of the joined clusters by using the following command.
3434
```bash
3535
kubectl -n kube-federation-system get kubefedclusters
3636

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
4040

4141
```
4242

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+
4345
# Joining kind clusters on MacOS
4446

4547
A Kubernetes cluster deployed with [kind](https://sigs.k8s.io/kind) on Docker

0 commit comments

Comments
 (0)