mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
hack/lib/etcd: remove unused local var
It isn't used anywhere, why have it?
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user