mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
Update etcd default ports for v3, and validate tests
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
ETCD_VERSION=${ETCD_VERSION:-3.0.4}
|
||||
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
|
||||
ETCD_PORT=${ETCD_PORT:-4001}
|
||||
ETCD_PORT=${ETCD_PORT:-2379}
|
||||
|
||||
kube::etcd::start() {
|
||||
which etcd >/dev/null || {
|
||||
|
Reference in New Issue
Block a user