6 lines
235 B
Bash
Raw Normal View History

2020-07-09 16:41:47 -04:00
#!/usr/bin/env nix-shell
#! nix-shell -p doctl -p kubectl
doctl kubernetes cluster kubeconfig save kubermemes
2020-07-09 16:55:47 -04:00
dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f -
2020-07-09 16:41:47 -04:00
kubectl rollout status -n apps deployment/printerfacts