mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Add codespace env
This commit is contained in:
8
.devcontainer/lifecycle-scripts/onCreate.sh
Normal file
8
.devcontainer/lifecycle-scripts/onCreate.sh
Normal 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
|
||||
|
||||
|
||||
5
.devcontainer/lifecycle-scripts/onStart.sh
Normal file
5
.devcontainer/lifecycle-scripts/onStart.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Start the cluster here
|
||||
k3d cluster start replicated
|
||||
|
||||
Reference in New Issue
Block a user