Last active
November 15, 2024 23:42
-
-
Save craigthomasfrost/1a469c396c11a2c571a3c8b84af076ba to your computer and use it in GitHub Desktop.
Redeploy Ditto cloud for development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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