Merge pull request #102952 from wpedrak/master

Specify etcdctl version in livenessProbe
This commit is contained in:
Kubernetes Prow Robot 2021-06-22 18:28:22 -07:00 committed by GitHub
commit e120459000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,10 @@
},
{ "name": "ETCD_HOSTNAME",
"value": "{{ hostname }}"
},
{
"name": "ETCDCTL_API",
"value": "3"
}
],
"livenessProbe": {