diff --git a/docs/releases/1.22-NOTES.md b/docs/releases/1.22-NOTES.md index 9d2634b31a..3433006199 100644 --- a/docs/releases/1.22-NOTES.md +++ b/docs/releases/1.22-NOTES.md @@ -93,6 +93,10 @@ spec: * There is a new command `kops get assets` for listing image and file assets used by a cluster. It also includes a `--copy` flag to copy the assets to local repositories. See the documentation on [Using local asset repositories](../operations/asset-repository.md) for more information. + +* kOps now provisions TLS server certificates signed by the Kubernetes general CA to kube-controller-manager and kube-scheduler. + The previous behavior of using self-signed certs may be restored by setting `kubeControllerManager.tlsCertFile` and/or + `kubeScheduler.tlsCertFile` to `""` in the cluster spec. # Full change list since 1.21.0 release