Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created July 6, 2021 11:31
Show Gist options
  • Save cmaster11/97a9799ea2b9d3508897f92a20bf13b5 to your computer and use it in GitHub Desktop.
Save cmaster11/97a9799ea2b9d3508897f92a20bf13b5 to your computer and use it in GitHub Desktop.
Markdium-Restart Kubernetes deployments using HTTP requests
"/restart/:type/:name":
logOutput: true
logArgs: true
returnOutput: true
command: kubectl
args:
- rollout
- restart
- "{{ .type }}/{{ .name }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment