mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix link to etcd install docs
This commit is contained in:
parent
7dfcacd1cf
commit
e26157df07
@ -83,7 +83,7 @@ checkEtcdOnPath() {
|
|||||||
kube::log::status "Checking etcd is on PATH"
|
kube::log::status "Checking etcd is on PATH"
|
||||||
which etcd && return
|
which etcd && return
|
||||||
kube::log::status "Cannot find etcd, cannot run integration tests."
|
kube::log::status "Cannot find etcd, cannot run integration tests."
|
||||||
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions."
|
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions."
|
||||||
kube::log::usage "You can use 'hack/install-etcd.sh' to install a copy in third_party/."
|
kube::log::usage "You can use 'hack/install-etcd.sh' to install a copy in third_party/."
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ var etcdURL = ""
|
|||||||
|
|
||||||
const installEtcd = `
|
const installEtcd = `
|
||||||
Cannot find etcd, cannot run integration tests
|
Cannot find etcd, cannot run integration tests
|
||||||
Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions.
|
Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions.
|
||||||
|
|
||||||
You can use 'hack/install-etcd.sh' to install a copy in third_party/.
|
You can use 'hack/install-etcd.sh' to install a copy in third_party/.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user