From c56c6248e5103b5ad49e0dff2462d9aa5737b9a4 Mon Sep 17 00:00:00 2001 From: Zach Zhu Date: Sun, 17 Apr 2022 15:26:41 +0800 Subject: [PATCH] doc the Kubernetes version feature of KubeFedCluster --- docs/cluster-registration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/cluster-registration.md b/docs/cluster-registration.md index 52e41859d7..6f376f0187 100644 --- a/docs/cluster-registration.md +++ b/docs/cluster-registration.md @@ -34,12 +34,14 @@ Check the status of the joined clusters by using the following command. ```bash kubectl -n kube-federation-system get kubefedclusters -NAME READY AGE -cluster1 True 1m -cluster2 True 1m +NAME AGE READY KUBERNETES-VERSION +cluster1 1m True v1.21.2 +cluster2 1m True v1.22.0 ``` +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. + # Joining kind clusters on MacOS A Kubernetes cluster deployed with [kind](https://sigs.k8s.io/kind) on Docker