27 lines
611 B
Text
27 lines
611 B
Text
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
|