Add bootstrapper base
This commit is contained in:
9
clusterapi/get-config.sh
Executable file
9
clusterapi/get-config.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
. variables.sh
|
||||
|
||||
mkdir -p output/
|
||||
|
||||
clusterctl get kubeconfig "$CLUSTER_NAME" > $CAPH_WORKER_CLUSTER_KUBECONFIG
|
Reference in New Issue
Block a user