Add quickstart scripts for easy cluster setup

This commit is contained in:
Guillaume
2023-05-18 19:21:30 +02:00
parent 973db6fba8
commit 8675219622
13 changed files with 322 additions and 10 deletions

View File

@ -0,0 +1,19 @@
apiVersion: v1
clusters:
- cluster:
server: https://__VIP_IP__:__VIP_API_PORT__
certificate-authority-data: __CA_CERT__
name: localconfig
contexts:
- context:
cluster: localconfig
namespace: kube-system
user: admin
name: localconfig
current-context: localconfig
kind: Config
preferences: {}
users:
- name: admin
user:
token: __ADM_TOKEN__