Skip to content

Commit

Permalink
Fix to pass quoted unsafe strings (with characters like *,<,5) correctly
Browse files Browse the repository at this point in the history
to kubelet. Fix rhbz # 1587824.
  • Loading branch information
aveshagarwal committed Jun 14, 2018
1 parent 9d969d1 commit 998f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/scripts/openshift-node
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [[ -f /etc/origin/node/node-config.yaml ]]; then
config=/etc/origin/node/node-config.yaml
fi
flags=$( /usr/bin/openshift-node-config "--config=${config}" )
exec /usr/bin/hyperkube kubelet --v=${DEBUG_LOGLEVEL:-2} ${flags}
eval "exec /usr/bin/hyperkube kubelet --v=${DEBUG_LOGLEVEL:-2} ${flags}"

0 comments on commit 998f5fd

Please sign in to comment.