mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
hack/lib/etcd: remove unused local var
It isn't used anywhere, why have it?
This commit is contained in:
parent
055d008634
commit
5aeebb4886
@ -19,7 +19,6 @@
|
||||
kube::etcd::start() {
|
||||
local host=${ETCD_HOST:-127.0.0.1}
|
||||
local port=${ETCD_PORT:-4001}
|
||||
local testhost=${ETCD_PUBLIC_HOST:-localhost}
|
||||
|
||||
which etcd >/dev/null || {
|
||||
kube::log::usage "etcd must be in your PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user