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
Change the default iPXE kernel and initrd download protocol from HTTP to HTTPS (#420)
Require an iPXE-enabled network boot environment with support for TLS downloads. PXE clients must chainload to iPXE firmware compiled with DOWNLOAD_PROTO_HTTPSenabled. (action required)
Only affects Container Linux and Flatcar Linux install profiles that pull public images (default)
Add download_protocol variable. Recognizing boot firmware TLS support is difficult in some environments, set the protocol to "http" for the old behavior (discouraged)
DigitalOcean
Fix kubelet hostname-override to set node metadata InternalIP correctly (#424)
Uniquely, DigitalOcean does not resolve hostnames to instance private IPs. Kubelet auto-detect mechanisms require the internal IP be set directly.
Regressed in v1.12.3 (#337) which aimed to provide friendly hostname-based node names on DigitalOcean