Skip to content

Commit

Permalink
Use serializable health checks for etcd probes
Browse files Browse the repository at this point in the history
Refs:
* kubernetes/kubernetes#110072
* etcd-io/etcd#13399

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Jun 16, 2022
1 parent f0fe1ef commit d312a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/podexecutor/staticpod.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,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,
Expand Down

0 comments on commit d312a30

Please sign in to comment.