Is there any way to disable this notification:
* - There is an upgrade available for your cluster(s).
To upgrade nodes to the latest available version, run
$ gcloud container clusters upgrade NAME
when I run gcloud container clusters list?
Is there any way to disable this notification:
* - There is an upgrade available for your cluster(s).
To upgrade nodes to the latest available version, run
$ gcloud container clusters upgrade NAME
when I run gcloud container clusters list?
Currently this isn't supported, and since this could be a feature that could be implemented I created a case for the GCP GKE team.
As mentioned before, this helps you to be up to date with the latest versions and avoid known issues or have the latest security patches for example.
My recommendation will be always be using the latest stable version (which usually will be the default when creating a cluster)