pavedroad-io / roadctl

A kubectl compatible CLI for managing and creating applications and defining/managing CI/CD environments. The roadctl command uses blueprints based on provent design patterns driven by produciton metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add make deploy-down, plus make tilt-up and make tilt-down

jscharber opened this issue · comments

Today the make file only supports deploying to the k8s cluster, add a make deploy-down to delete a deployment.

Do the same for starting services using tilt

New commands

Working and testing

  deploy-down     Delete and cleanup deployment from the k8s cluster
  tilt-up         Start service using Tilt UI
  tilt-down       Stop and cleanup a Tilt service

Still have issues

  deploy-debug    Deploy image to the k8s cluster in headless debug mode
  dev-mode        Start deployment in debug mode, watch for file changes and perform a live update