mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
39 lines
832 B
JSON
39 lines
832 B
JSON
|
|
{
|
||
|
|
"apiVersion":"v1",
|
||
|
|
"clusters":
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"cluster":
|
||
|
|
{
|
||
|
|
"certificate-authority":"/tmp/vm-state-kube/xchg/secrets/ca.pem",
|
||
|
|
"server":"https://127.0.0.1:5443"
|
||
|
|
},
|
||
|
|
"name":"kubenix"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"contexts":
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"context":
|
||
|
|
{
|
||
|
|
"cluster":"kubenix",
|
||
|
|
"user":"cluster-admin"
|
||
|
|
},
|
||
|
|
"current-context":"kubenix"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"kind":"Config",
|
||
|
|
"users":
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"name":"cluster-admin",
|
||
|
|
"user":
|
||
|
|
{
|
||
|
|
"client-certificate":"/tmp/vm-state-kube/xchg/secrets/cluster-admin.pem",
|
||
|
|
"client-key":"/tmp/vm-state-kube/xchg/secrets/cluster-admin-key.pem"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|