diff --git a/pkg/podexecutor/staticpod.go b/pkg/podexecutor/staticpod.go index 2d40629f57..274d7a337a 100644 --- a/pkg/podexecutor/staticpod.go +++ b/pkg/podexecutor/staticpod.go @@ -462,7 +462,7 @@ func (s *StaticPodConfig) ETCD(ctx context.Context, args executor.ETCDConfig, ex args.PeerTrust.TrustedCAFile, }, HealthPort: 2381, - HealthPath: "/health", + HealthPath: "/health?serializable=true", HealthProto: "HTTP", CPURequest: s.ControlPlaneResources.EtcdCPURequest, CPULimit: s.ControlPlaneResources.EtcdCPULimit,