mirror of https://github.com/kubernetes/kops.git
NodeLocalDNS forwardToKubeDNS default behaviour changes from true to false.
This commit is contained in:
parent
929193449a
commit
202072b3e4
|
@ -34,6 +34,10 @@ Currently this is only available using the AWS cloud provider.
|
|||
|
||||
kOps can now provision instances with nvidia GPUs and configure it for container workloads without the need of hooks and operators. See [GPU support](https://kops.sigs.k8s.io/gpu/)
|
||||
|
||||
## Breacking change in NodeLocalDNS
|
||||
|
||||
Since 1.22.0 Cluster `spec.kubeDNS.nodeLocalDNS.forwardToKubeDNS` default behaviour changes from `true` to `false`.
|
||||
|
||||
## Other significant changes
|
||||
|
||||
* New clusters on AWS will no longer provision an SSH public key by default. To provision
|
||||
|
|
Loading…
Reference in New Issue