Skip to content

Instantly share code, notes, and snippets.

@leafnode
Created July 9, 2019 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leafnode/0b186f1b6ec0d4c179b407fc8894062c to your computer and use it in GitHub Desktop.
Save leafnode/0b186f1b6ec0d4c179b407fc8894062c to your computer and use it in GitHub Desktop.
Export deployed YAMLs from kubernetes back to files
#!/bin/sh
kubectl get deploy --namespace metrics prom-prometheus-server -o yaml --export > deploy.yml
kubectl get configmaps --namespace metrics prom-prometheus-server -o yaml --export > prom-prometheus-server-config-map.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment