757 Typo fix for Creating a GKE Cluster (#758)

This commit is contained in:
Marty Hernandez Avedon
2023-08-07 11:42:46 -04:00
committed by GitHub
parent 5693bf2c1a
commit ec88ecd160
@@ -82,7 +82,7 @@ Private GKE clusters are supported. Note: This advanced setup can require more s
For details on configuring GKE clusters in Rancher, see [this page.](../../../../pages-for-subheaders/gke-cluster-configuration.md)
## Updating Kubernetes Version
The Kubernetes version of a cluster can be upgraded to any version available in the region or zone fo the GKE cluster. Upgrading the master Kubernetes version does not automatically upgrade worker nodes. Nodes can be upgraded independently.
The Kubernetes version of a cluster can be upgraded to any version available in the region or zone for the GKE cluster. Upgrading the master Kubernetes version does not automatically upgrade worker nodes. Nodes can be upgraded independently.
:::note