Skip to content
Andres Olarte edited this page Sep 15, 2020 · 2 revisions

Upgrades

  • It is not possible to disable master auto upgrades. source
  • It is possible to disable node auto upgrades. source
    • If rotated, nodes will be recreated with the same version as the master

Releases

Three channels: source

  • Rapid: Several weeks after upstream open source GA
  • Regular (default): 2-3 months after releasing in Rapid
  • Stable: 2-3 months after releasing in Regular.

Workload Identity

To test:

kubectl run -it \
  --image google/cloud-sdk:slim \
  --serviceaccount SERVICE-ACCOUNT \
  --namespace NAMESPACE \
  workload-identity-test

Then run: gcloud auth list

Clone this wiki locally