clank-bootstrapper/clusterapi/get-config.sh

10 lines
131 B
Bash
Raw Normal View History

2022-12-10 22:08:07 +01:00
#!/bin/bash
set -e
. variables.sh
mkdir -p output/
clusterctl get kubeconfig "$CLUSTER_NAME" > $CAPH_WORKER_CLUSTER_KUBECONFIG