Kubernetes 1.6 on Google Cloud? -


according this blog post kubernetes 1.6 should available on google container engine:

today started make kubernetes 1.6 available google container engine customers.

but how enable it? gcloud seems think 1.5.6 available:

$ gcloud container get-server-config --zone us-central1-a fetching server config us-central1-a defaultclusterversion: 1.5.6 defaultimagetype: cos validimagetypes: - container_vm - cos validmasterversions: - 1.5.6 validnodeversions: - 1.5.6 - 1.5.4 - 1.4.9 - 1.4.8 - 1.3.10 - 1.2.7   $ gcloud container get-server-config --zone europe-west1-d fetching server config europe-west1-d defaultclusterversion: 1.5.6 defaultimagetype: cos validimagetypes: - cos - container_vm validmasterversions: - 1.5.6 validnodeversions: - 1.5.6 - 1.5.4 - 1.4.9 - 1.4.8 - 1.3.10 - 1.2.7 

the google container engine release notes april 4, 2017 describe when 1.6.0 available in each zone.

us-central1-a , europe-west1-d both happened scheduled final day friday april 7th.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -