I have a GKE autopilot cluster which was initially configured to use STABLE
updates channel. It is using version 1.18.20-gke.900
of Kubernetes engine right now.
However, I need a minimum version of 1.19
to use the ingress feature.
I can see that STABLE
channel supports the following versions:
1.19.12-gke.2100
1.19.11-gke.2101
1.18.20-gke.900
With 1.18.20-gke.900
being the default.
However, I don't see an option in the console to actually perform an upgrade from currently running 1.18.20-gke.900
to e.g. 1.19.11-gke.2101
. Is it possible?