We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14582c7 commit 2b74a1eCopy full SHA for 2b74a1e
deploy_k8s_cluster.sh
@@ -196,7 +196,7 @@ OPENSTACK_DIR="openstack/latest"
196
# Enables automatic hostpath provisioner based on claim (test and development feature only)
197
# Experimental, see more here: https://github.com/kubernetes/kubernetes/pull/30694
198
K8S_AUTO_HOSTPATH_PROVISIONER=false # true or false
199
-if [ $K8S_AUTO_HOSTPATH_PROVISIONER ]; then
+if [ "x$K8S_AUTO_HOSTPATH_PROVISIONER" == "xtrue" ]; then
200
K8S_HOSTPATH_PROVISIONER_MOUNT_POINT="start"
201
else
202
K8S_HOSTPATH_PROVISIONER_MOUNT_POINT="stop"
0 commit comments