Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Network Load Balancers in front of the Kubernetes API and bastion hosts now
have a security group attached. These security groups are used for security group rules
allowing incoming traffic to the NLBs as well as traffic between the NLBs and their target
instances.
Posts event data to URL upon instance interruption action in aws-node-termination-handler with
WEBHOOK_URL
.GCP
As of Kubernetes version 1.29, credentials for private GCR/AR repositories will be handled by the out-of-tree credential provider. This is an additional binary that each instance downloads from the assets repository.
Two additional
StorageClasses
are created on GCP clusters. These are calledbalanced-csi
andssd-csi
and utilize the GCP Balanced and SSD Persistent Disk volume types respectively.Breaking Change - the default
StorageClass
has been changed fromstandard-csi
tobalanced-csi
.We now use a private load-balancer for in-cluster traffic on GCP, which allows us
to use network tags to restrict access only to the cluster nodes.
Breaking changes
Other breaking changes
kops toolbox dump
limits the number of nodes dumped to 500 by default. Use--max-nodes
to override.Support for Kubernetes version 1.23 has been removed.
Known Issues
Deprecations
Support for Kubernetes version 1.24 is deprecated and will be removed in kOps 1.30.
Support for Kubernetes version 1.25 is deprecated and will be removed in kOps 1.31.
Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.
All unmanaged addons (in
addons/
) are deprecated in favor of managed addons, including the metrics server addon and the autoscaler addon.What's Changed
--cloudonly
sound less innocuous by @danports in Make--cloudonly
sound less innocuous kubernetes/kops#15911SeccompDefault
kubelet config by @colinhoglund in AddSeccompDefault
kubelet config kubernetes/kops#15919--node-instance-group
flag to ginkgo by @upodroid in Add--node-instance-group
flag to ginkgo kubernetes/kops#16065kops get
cmd and set node-tag ginkgo flag by @upodroid in fix the gce info shown inkops get
cmd and set node-tag ginkgo flag kubernetes/kops#16096kops validate cluster
improvements by @upodroid inkops validate cluster
improvements kubernetes/kops#16187create cluster
command by @hakman in test: Print thecreate cluster
command kubernetes/kops#16202k8s.io/utils/strings/slices
withgolang.org/x/exp/slices
by @hakman in Replacek8s.io/utils/strings/slices
withgolang.org/x/exp/slices
kubernetes/kops#16238domain
instead ofvpc
when renderingaws_eip
by @hakman in aws: Usedomain
instead ofvpc
when renderingaws_eip
kubernetes/kops#16237boskos-resource-type
flag to use different GCE projects for scale/gpu testing by @upodroid in Addboskos-resource-type
flag to use different GCE projects for scale/gpu testing kubernetes/kops#16268MACAddressPolicy=none
when using AWS VPC CNI by @moshevayner in fix(nodeup): setMACAddressPolicy=none
when using AWS VPC CNI kubernetes/kops#16313infinity
by @dims in Set LimitNOFILE to 1048576 instead ofinfinity
kubernetes/kops#16329toolbox dump
by @rifelpet in Continue attemps to dump artifacts intoolbox dump
kubernetes/kops#16389#16531: Update containerd to v1.7.16 by @hakman in Automated cherry pick of #16530: Update cluster-autoscaler to v1.30.0 #16531: Update containerd to v1.7.16 kubernetes/kops#16535
New Contributors
SeccompDefault
kubelet config kubernetes/kops#15919Full Changelog since 1.28.0: kubernetes/kops@v1.28.0...v1.29.0