58f39ffa95
This commit provides the Go code and scripts for the Bootstrap container for Azure. The Bootstrap container (bootstrap_capz) for Azure is designed to accept three commands: create, delete and help. - create - will create an Ephemeral AKS cluster in Azure Cloud - delete - will delete the Ephemeral AKS cluster from the Azure Cloud - help - Stdout the help text for using this container. Please, refer to the bootstrap_capz/README.md for further details. Change-Id: Id1947f7b831a5d6cf59296cf39ff2b436080483d
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
BOOTSTRAP_COMMAND=help
|
|
BOOTSTRAP_CONFIG=azure-config.yaml
|
|
BOOTSTRAP_VOLUME=/tmp:/kube |