You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Action Required
[ACTION REQUIRED] Migrate from the Kubernetes release bucket (https://storage.googleapis.com/kubernetes-release/release) to dl.k8s.io for downloading binaries. If IP-based or URL-based filtering is in place, you need to allow the appropriate IP addresses and domains as described in the official dl.k8s.io announcement (#333)
New Feature
Add support for flatcar on VMware Cloud Director (#330)
Logger for the controller was switched from klog to zap, existing flags for configuring the logger, -logtostderr, -v, etc have been removed. Use -log-debug=true/false and -log-format=text/json instead (#343)
Cloud-config is no longer generated for external cloud providers and for clusters that are on k8s v1.29 or higher (#353)
Fix an issue where cloud-init scripts re-ran on machine reboot (#365)
Fix containerd configuration for Flatcar nodes on stable 3815.2.0 or higher (#357)
Fix the network setup on vmware cloud director with flatcar, pool ips and the latest images (#368)
Chore
Logger for the webhook was switched from klog to zap, existing flags for configuring the logger, -logtostderr, -v, etc have been removed. Use -log-debug=true/false and -log-format=text/json instead (#332)