mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
version typo fix
This commit is contained in:
parent
aa1ec693c3
commit
e6f14191ce
@ -42,7 +42,7 @@ set -o nounset
|
|||||||
|
|
||||||
# NOTE: BUNDLED_VERSION has to match release binaries present in the
|
# NOTE: BUNDLED_VERSION has to match release binaries present in the
|
||||||
# etcd image (to make this script work correctly).
|
# etcd image (to make this script work correctly).
|
||||||
BUNDLED_VERSIONS="2.2.1, 2.3.7, 3.0.17, 3.1.12 3.2.18"
|
BUNDLED_VERSIONS="2.2.1, 2.3.7, 3.0.17, 3.1.12, 3.2.18"
|
||||||
|
|
||||||
ETCD_NAME="${ETCD_NAME:-etcd-$(hostname)}"
|
ETCD_NAME="${ETCD_NAME:-etcd-$(hostname)}"
|
||||||
if [ -z "${DATA_DIRECTORY:-}" ]; then
|
if [ -z "${DATA_DIRECTORY:-}" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user