airshipctl/tools/deployment/templates/kubeconfig_template
Sreejith Punnapuzha c3002cabda Add bash scripts to run airshipctl
* Add playbook to run the scripts
 * Add script to install kubectl
 * Add script to create airshipctl executable
 * Add script to generate test configuration
 * Add script to pull site documents
 * Add script to build ephemeral iso
 * Add script to deploy ephemeral node
 * Add script to deploy control plane

Closes: #223
Closes: #224
Closes: #225
Closes: #226
Closes: #227

Change-Id: Ied63e2a733c3abcc6b1a822624c5ffce92e05a44
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
2020-06-19 15:44:06 +00:00

20 lines
506 B
Plaintext

apiVersion: v1
clusters:
- cluster:
certificate-authority-data: ${AIRSHIP_CONFIG_CA_DATA}
server: https://${AIRSHIP_CONFIG_EPHEMERAL_IP}:6443
name: dummycluster_ephemeral
contexts:
- context:
cluster: dummycluster_ephemeral
user: kubernetes-admin
name: dummy_cluster
current-context: dummy_cluster
kind: Config
preferences: {}
users:
- name: kubernetes-admin
user:
client-certificate-data: ${AIRSHIP_CONFIG_CLIENT_CERT_DATA}
client-key-data: ${AIRSHIP_CONFIG_CLIENT_KEY_DATA}