Skip to content

Commit

Permalink
ETCD-593: Enable experimental-stop-grpc-service-on-defrag
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbehery committed Jun 17, 2024
1 parent cd4c841 commit b42f48e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/bootkube/bootstrap-manifests/etcd-member-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
exec etcd \
--logger=zap \
--experimental-initial-corrupt-check=true \
--experimental-stop-grpc-service-on-defrag \
--initial-advertise-peer-urls=https://{{ .EtcdAddress.EscapedBootstrapIP }}:2380 \
--cert-file=/etc/ssl/etcd/etcd-all-certs/etcd-serving-{{ .Hostname }}.crt \
--key-file=/etc/ssl/etcd/etcd-all-certs/etcd-serving-{{ .Hostname }}.key \
Expand Down
1 change: 1 addition & 0 deletions bindata/etcd/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ ${COMPUTED_ENV_VARS}
--logger=zap \
--log-level=${VERBOSITY} \
--experimental-initial-corrupt-check=true \
--experimental-stop-grpc-service-on-defrag \
--snapshot-count=10000 \
--initial-advertise-peer-urls=https://${NODE_NODE_ENVVAR_NAME_IP}:2380 \
--cert-file=/etc/kubernetes/static-pod-certs/secrets/etcd-all-certs/etcd-serving-NODE_NAME.crt \
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b42f48e

Please sign in to comment.