mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +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
|
|
|
|
|