Skip to content

Instantly share code, notes, and snippets.

@craigthomasfrost
Last active November 15, 2024 23:42
Show Gist options
  • Select an option

  • Save craigthomasfrost/1a469c396c11a2c571a3c8b84af076ba to your computer and use it in GitHub Desktop.

Select an option

Save craigthomasfrost/1a469c396c11a2c571a3c8b84af076ba to your computer and use it in GitHub Desktop.
Redeploy Ditto cloud for development
pkill kubectl
kubectl config use-context craig.frost-dev.k8s.ditto.live
# If auth error, get new cert at https://login.dev.k8s.ditto.live
vcluster delete vk8s --namespace craig-frost
kubectl delete ns craig-frost
cd Developer/cloud-services
source .env
./scripts/deploy.sh prep
# OR
CLOUD_VERSION=ci-2985-6171-bcf43c PERSISTENCE_STORAGE_SIZE=10Gi ./scripts/deploy.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment