Skip to content

Instantly share code, notes, and snippets.

@SaMnCo
Last active February 28, 2018 08:12
Show Gist options
  • Save SaMnCo/0ea6fefc8a9c306b064f92bedc1ab174 to your computer and use it in GitHub Desktop.
Save SaMnCo/0ea6fefc8a9c306b064f92bedc1ab174 to your computer and use it in GitHub Desktop.
$ kubectl get deploy -n kube-system tiller -o yaml > manifest-tiller.yaml
# edit the manifest and add resource constraints
$ kubectl apply -f manifest-tiller.yaml
# Alternatively, thanks to Marco Ceppi for sharing this you can do
$ kubectl edit -n kube-system deploy/tiller
# This is a single step action and will open your favourite text editor (vim/nano)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment