We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 411637b + 998f5fd commit c20e215Copy full SHA for c20e215
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