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
As upstream Kubernetes deprecated hyperkube image, now each controlplane component
use individual images. As upstream does not publish kubelet images yet, new default kubelet image
is build from kubelet repository and available for pulling
from quay.io/flexkube/kubelet registry.
controlplane: static kube-apiserver now runs on host network and with --permit-port-sharing=true
flag set to make use of binding with SO_REUSEPORT option, which eliminates the need of bootstrap
HAProxy and HAProxy container on self-hosted kube-apiserver pods.
e2e: use Helm v3.3.0.
Updated Go dependencies to latest versions.
Removed
e2e: Remove bootstrap API Load Balancer - it is no longer needed as since Kubernetes v1.19.0,
kube-apiserver is able to bind with SO_REUSEPORT, if --permit-port-sharing=true flag is set.