Skip to content

Commit

Permalink
Merge pull request CentOS#151 from jasonbrooks/pr-kubelet-fix
Browse files Browse the repository at this point in the history
remove offending kubelet args
  • Loading branch information
jperrin authored Sep 11, 2017
2 parents 5678b37 + 54944d7 commit 6d6424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kubelet/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[ -f /etc/kubernetes/kubelet ] && source /etc/kubernetes/kubelet
[ -f /etc/kubernetes/config ] && source /etc/kubernetes/config

TEMP_KUBELET_ARGS='--cgroup-driver=systemd --cgroups-per-qos=false --enforce-node-allocatable='
TEMP_KUBELET_ARGS='--cgroup-driver=systemd'

ARGS="$@ $TEMP_KUBELET_ARGS $KUBE_LOGTOSTDERR $KUBE_LOG_LEVEL $KUBELET_API_SERVER $KUBELET_ADDRESS $KUBELET_PORT $KUBELET_HOSTNAME $KUBE_ALLOW_PRIV $KUBELET_ARGS"

Expand Down

0 comments on commit 6d6424c

Please sign in to comment.