1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
apiVersion: v1
clusters:
- cluster:
server: https://localhost:6443
name: localhost:6443
contexts:
- context:
cluster: localhost:6443
namespace: default
user: system:admin:token
name: localhost/system:admin:token
- context:
cluster: localhost:6443
namespace: default
user: system:admin:userpass
name: localhost/system:admin:userpass
current-context: localhost/system:admin:token
kind: Config
preferences: {}
users:
- name: system:admin:token
user:
token: 0123456789ABCDEF0123456789ABCDEF
- name: system:admin:userpass
user:
username: admin
password: pAssw0rd123
|