release channel

From wikieduonline
Jump to navigation Jump to search


  • RAPID — newest Kubernetes minor versions and patches first, shortest soak time. Highest risk of hitting new bugs, useful for testing upcoming features early.
  • REGULAR — GKE's default. Balances new features with stability; versions have been in RAPID for a while before promotion here.
  • STABLE — most soak time, slowest to get new versions. Prioritizes stability over freshness.
  • UNSPECIFIED — opts out of release channels entirely. You control the Kubernetes version and upgrade timing directly (via min_master_version and the node pool's own management.auto_upgrade), which is what would actually make the auto_upgrade = false you just set take full effect rather than being overridden by a channel's schedule.


release_channel {
   channel = "STABLE"
}

Related[edit]

See also[edit]

Advertising: