mirror of https://github.com/kubernetes/kops.git
701 B
701 B
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.
Full changelist
- ExperimentalCriticalPodAnnotation feature gate is now enabled by default in kubelet @andreychernih #3345