mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
9 lines
162 B
Bash
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
|
|
|
|
|