| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 
 | apiVersion: v1kind: Pod
 metadata:
 annotations:
 scheduler.alpha.kubernetes.io/critical-pod: ""
 creationTimestamp: null
 labels:
 component: eventetcd
 tier: control-plane
 name: eventetcd
 namespace: kube-system
 spec:
 containers:
 - command:
 - /usr/local/bin/etcd
 - --name=eventetcd-33.20.11.65
 - --data-dir=/data/etcd/eventetcd-33.20.11.65
 - --snapshot-count=10000
 - --heartbeat-interval=10000
 - --election-timeout=50000
 - --max-snapshots=5
 - --listen-peer-urls=http://33.20.11.65:5001
 - --listen-client-urls=http://127.0.0.1:3379,http://33.20.11.65:3379
 - --initial-advertise-peer-urls=http://33.20.11.65:5001
 - --initial-cluster=eventetcd-33.20.11.34=http://33.20.11.34:5001,eventetcd-33.20.11.85=http://33.20.11.85:5001,eventetcd-33.20.11.65=http://33.20.11.65:5001
 - --initial-cluster-state=existing
 - --initial-cluster-token=eventetcd-cluster
 - --advertise-client-urls=http://33.20.11.65:3379
 - --auto-compaction-retention=1
 - --max-request-bytes=10485760
 - --quota-backend-bytes=8589934592
 image: etcd:3.4.14
 
 |