Add codespace env

This commit is contained in:
Marc Campbell
2021-11-11 20:57:54 +00:00
committed by GitHub
parent c7c21e88fb
commit 5211cb0fe7
23 changed files with 2764 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Setup the cluster
k3d cluster create --config /etc/replicated/k3d-cluster.yaml --kubeconfig-update-default
# Clone any extra repos here

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Start the cluster here
k3d cluster start replicated