config/scripts/.template.kubeconfig
2023-05-18 19:21:30 +02:00

20 lines
370 B
Plaintext

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__