mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
rm: defunct kubconfig template
This commit is contained in:
parent
09e268920b
commit
8f9729870f
1 changed files with 0 additions and 38 deletions
|
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue