mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +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() {
|
kube::etcd::start() {
|
||||||
local host=${ETCD_HOST:-127.0.0.1}
|
local host=${ETCD_HOST:-127.0.0.1}
|
||||||
local port=${ETCD_PORT:-4001}
|
local port=${ETCD_PORT:-4001}
|
||||||
local testhost=${ETCD_PUBLIC_HOST:-localhost}
|
|
||||||
|
|
||||||
which etcd >/dev/null || {
|
which etcd >/dev/null || {
|
||||||
kube::log::usage "etcd must be in your PATH"
|
kube::log::usage "etcd must be in your PATH"
|
||||||
|
Reference in New Issue
Block a user