mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
expose cluster & fix flaky test image
This commit is contained in:
parent
2026496ea0
commit
9759a318f5
5 changed files with 62 additions and 0 deletions
38
kubeconfig.json
Normal file
38
kubeconfig.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"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