Skip to content

v0.12.1-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 01 Dec 21:38
· 355 commits to master since this release
c905301
  • EKS: Enable all cluster log types by default. #148
  • Update the kustomize CLI and the Kustomize Terraform provider to support Kustomize components. #149
  • GKE: By default enable Cloud NAT if private nodes are enabled. #150
  • EKS: Use EKS-D images for the local development environments of EKS clusters. #151

Upgrade Notes

EKS

  • Enabling all cluster log types is an in-place update. To retain the previous behaviour and have all log types disabled, set enabled_cluster_log_types = "". To enable a subset of log types, specify them as a comma separated string, e.g. enabled_cluster_log_types = "audit,authenticator" would enable only the audit and authenticator log types.
  • New EKS starters use EKS-D by default for the local development environment. Set node_image = "ghcr.io/kbst/kind-eks-d:v1.18.9-kbst.1" for your loc environment in config.auto.tfvars to update existing repositories to use EKS-D.

GKE

  • The v0.12.0-beta.0 release followed upstream and made private nodes the default. Private nodes require Cloud NAT to have internet access, e.g. to download Docker images. This release by default includes Cloud NAT for private node clusters. To have private nodes without internet access or to configure custom NAT, set enable_cloud_nat = false.

AKS

  • No changes to AKS in this release.