Skip to content

Instantly share code, notes, and snippets.

@dkeightley
Last active June 1, 2019 05:40
Show Gist options
  • Save dkeightley/af4dee634a9f1aaab5a9be814746c14f to your computer and use it in GitHub Desktop.
Save dkeightley/af4dee634a9f1aaab5a9be814746c14f to your computer and use it in GitHub Desktop.
#!/bin/bash
CLUSTER="cluster name"
/etc/eks/bootstrap.sh $CLUSTER --kubelet-extra-args \
'--kube-reserved=cpu=200m,memory=256Mi,ephemeral-storage=1Gi \
--system-reserved=cpu=200m,memory=256Mi,ephemeral-storage=1Gi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment