Skip to content

Instantly share code, notes, and snippets.

@microwaves
Created November 20, 2017 16:30
Show Gist options
  • Select an option

  • Save microwaves/67d001a083264d398fe1774332baeed8 to your computer and use it in GitHub Desktop.

Select an option

Save microwaves/67d001a083264d398fe1774332baeed8 to your computer and use it in GitHub Desktop.
pod reboot
kubectl patch deployment mydeployment \
-p'{"spec":{"template":{"spec":{"containers":[{"name":"mycontainer","env":[{"name":"RESTART_","value":"$(date -uIseconds)"}]}]}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment