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 bumpCreated 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
StorageClassesare created on GCP clusters. These are calledbalanced-csiandssd-csiand utilize the GCP Balanced and SSD Persistent Disk volume types respectively.Breaking Change - the default
StorageClasshas been changed fromstandard-csitobalanced-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 dumplimits the number of nodes dumped to 500 by default. Use--max-nodesto 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
--cloudonlysound less innocuous by @danports in Make--cloudonlysound less innocuous kubernetes/kops#15911SeccompDefaultkubelet config by @colinhoglund in AddSeccompDefaultkubelet config kubernetes/kops#15919--node-instance-groupflag to ginkgo by @upodroid in Add--node-instance-groupflag to ginkgo kubernetes/kops#16065kops getcmd and set node-tag ginkgo flag by @upodroid in fix the gce info shown inkops getcmd and set node-tag ginkgo flag kubernetes/kops#16096kops validate clusterimprovements by @upodroid inkops validate clusterimprovements kubernetes/kops#16187create clustercommand by @hakman in test: Print thecreate clustercommand kubernetes/kops#16202k8s.io/utils/strings/sliceswithgolang.org/x/exp/slicesby @hakman in Replacek8s.io/utils/strings/sliceswithgolang.org/x/exp/sliceskubernetes/kops#16238domaininstead ofvpcwhen renderingaws_eipby @hakman in aws: Usedomaininstead ofvpcwhen renderingaws_eipkubernetes/kops#16237boskos-resource-typeflag to use different GCE projects for scale/gpu testing by @upodroid in Addboskos-resource-typeflag to use different GCE projects for scale/gpu testing kubernetes/kops#16268MACAddressPolicy=nonewhen using AWS VPC CNI by @moshevayner in fix(nodeup): setMACAddressPolicy=nonewhen using AWS VPC CNI kubernetes/kops#16313infinityby @dims in Set LimitNOFILE to 1048576 instead ofinfinitykubernetes/kops#16329toolbox dumpby @rifelpet in Continue attemps to dump artifacts intoolbox dumpkubernetes/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
SeccompDefaultkubelet config kubernetes/kops#15919Full Changelog since 1.28.0: kubernetes/kops@v1.28.0...v1.29.0