Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add K8s Docker runtime support deprecation release note #10371

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/releases/1.19-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ has been updated by a newer version of kOps unless it is given the `--allow-kops

* Support for Kubernetes versions 1.11 and 1.12 are deprecated and will be removed in kOps 1.20.

* As of kOps 1.20, the default container runtime will be `containerd` instead of Docker for new clusters. For existing clusters the default behaviour can be overridden using either the `--container-runtime` flag or add `spec.containerRuntime` to the cluster spec. This change closely tracks the upstream deprecation of Docker in Kubernetes 1.20 and will be removed in a future release.
For more information see [this page](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG/CHANGELOG-1.20.md#deprecation).
hakman marked this conversation as resolved.
Show resolved Hide resolved

* Support for Terraform version 0.11 has been deprecated and will be removed in kOps 1.20.

* Support for feature flag `Terraform-0.12` has been deprecated and will be removed in kOps 1.20. All generated Terraform HCL2/JSON files will support versions `0.12.26+` and `0.13.0+`.
Expand Down