Files
troubleshoot/.devcontainer/lifecycle-scripts/onCreate.sh
2021-11-11 20:57:54 +00:00

9 lines
162 B
Bash

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