mirror of https://github.com/kubernetes/kops.git
1.0 KiB
1.0 KiB
This is a WIP document describing changes to the upcoming kops 1.8 release
Significant changes
- flannel now has a
backendproperty in the manifest, which can be eitherudporvxlan.udpis not recommended, but will be the default value for existing clusters or clusters created via manifests.kops create clusterwith--networking flannelwill usevxlan,--networking flannel-vxlanor--networking flannel-udpcan be specified to explicitly choose a backend mode.
Required Actions
- Existing Calico users on clusters that were created prior to kops 1.8.0 need to be updated for the new "DefaultDeny" behavior for Kubernetes NetworkPolicies. See the Changes to k8s-policy section in the Calico release notes for help.
Full changelist
- ExperimentalCriticalPodAnnotation feature gate is now enabled by default in kubelet @andreychernih #3345
- Upgrade Calico to v2.4.1 (thanks @tmjd)