correctly generate newlnie in e2e-k8s.sh

This commit is contained in:
Benjamin Elder
2021-03-19 22:37:46 -07:00
parent 95b54869a6
commit f77e99e5a8

View File

@@ -79,7 +79,7 @@ create_cluster() {
exit 1
;;
*)
kubelet_extra_args="${kubelet_extra_args}\n \"logging-format\": \"${KUBELET_LOG_FORMAT}\""
kubelet_extra_args="${kubelet_extra_args}$(printf '\n') \"logging-format\": \"${KUBELET_LOG_FORMAT}\""
;;
esac
fi