Skip to content

v0.12.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 05 Nov 17:42
· 363 commits to master since this release
cca8aed
  • AKS: Support configurable CNI #135 thanks @feend78
  • Modules provide current_config output #140 thanks @feend78
  • GKE: Add support for private nodes #132 thanks @Spazzy757
  • Update the default nginx ingress version to v0.40.2-kbst.0 #143

Upgrade Notes

EKS

  • No EKS specific changes.

GKE

  • GKE upstream changed the default for new clusters to private nodes. Kubestack is following the new default with this release. Existing GKE clusters need to set enable_private_nodes = false to retain the previous configuration. Changing the private nodes setting requires recreating the cluster.

AKS

  • The AKS module by default now uses calico for network policies. Previously created AKS clusters have to set network_policy = null in config.auto.tfvars to retain the previous configuration. Changing the network_policy requires recreating the cluster.