Skip to content

Commit

Permalink
Merge pull request #19951 from aveshagarwal/master-rhbz-1587824
Browse files Browse the repository at this point in the history
Fix to pass quoted unsafe strings (with characters like *,<,%) correctly to kubelet
  • Loading branch information
openshift-merge-robot committed Jun 15, 2018
2 parents 411637b + 998f5fd commit c20e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/scripts/openshift-node
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 c20e215

Please sign in to comment.