v0.12.1-beta.0
Pre-release
Pre-release
- EKS: Enable all cluster log types by default. #148
- Update the
kustomize
CLI and the Kustomize Terraform provider to support Kustomizecomponents
. #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 yourloc
environment inconfig.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, setenable_cloud_nat = false
.
AKS
- No changes to AKS in this release.