Skip to content

Instantly share code, notes, and snippets.

@peihsinsu
Last active August 22, 2018 14:34
Show Gist options
  • Save peihsinsu/f444ad240f1f2fd4fc9aff18f47f4ebb to your computer and use it in GitHub Desktop.
Save peihsinsu/f444ad240f1f2fd4fc9aff18f47f4ebb to your computer and use it in GitHub Desktop.
fix kubernetest minion eviction issue
mkdir -p /etc/systemd/system/kubelet.service.d/
cat > /etc/systemd/system/kubelet.service.d/20-node-eviction.conf <<EOF
Environment="KUBELET_EXTRA_ARGS=--eviction-hard=memory.available<500Mi --system-reserved=memory=1Gi"
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment