We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d969d1 commit 998f5fdCopy full SHA for 998f5fd
images/node/scripts/openshift-node
@@ -15,4 +15,4 @@ if [[ -f /etc/origin/node/node-config.yaml ]]; then
15
config=/etc/origin/node/node-config.yaml
16
fi
17
flags=$( /usr/bin/openshift-node-config "--config=${config}" )
18
-exec /usr/bin/hyperkube kubelet --v=${DEBUG_LOGLEVEL:-2} ${flags}
+eval "exec /usr/bin/hyperkube kubelet --v=${DEBUG_LOGLEVEL:-2} ${flags}"
0 commit comments