mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
correctly generate newlnie in e2e-k8s.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user