Skip to content

Instantly share code, notes, and snippets.

@hsm207
Created April 28, 2020 19:00
Show Gist options
  • Save hsm207/7dbda59a69e423785d75486205cee138 to your computer and use it in GitHub Desktop.
Save hsm207/7dbda59a69e423785d75486205cee138 to your computer and use it in GitHub Desktop.
Modify a deployment from a template
kubectl create deployment --image=jupyter/tensorflow-notebook:latest jupyter --dry-run -o yaml > /tmp/deploy.yaml
code-insiders /tmp/deploy.yaml
kubectl apply -f /tmp/deploy.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment