We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6470ca commit 3a3feeeCopy full SHA for 3a3feee
deploy/util/deploy-hostpath.sh
@@ -214,11 +214,9 @@ done
214
echo "deploying hostpath components"
215
for i in $(ls ${BASE_DIR}/hostpath/*.yaml | sort); do
216
echo " $i"
217
- # start of container feature flag arguments
218
if volume_mode_conversion; then
219
sed -i -e 's/# end csi-provisioner args/- \"--prevent-volume-mode-conversion=true\"\n # end csi-provisioner args/' $i
220
fi
221
- # end of container feature flag arguments
222
modified="$(cat "$i" | sed -e "s;${default_kubelet_data_dir}/;${KUBELET_DATA_DIR}/;" | while IFS= read -r line; do
223
nocomments="$(echo "$line" | sed -e 's/ *#.*$//')"
224
if echo "$nocomments" | grep -q '^[[:space:]]*image:[[:space:]]*'; then
0 commit comments