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

Commit

Permalink
doc the Kubernetes version feature of KubeFedCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
zqzten committed Apr 17, 2022
1 parent 1d537fc commit c56c624
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/cluster-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c56c624

Please sign in to comment.