make kubernetes plugin kubeconfig argument 'context' optional (#4451)
Signed-off-by: answer1991 <answer1991.chen@gmail.com>
This commit is contained in:
parent
632463d3a9
commit
a5bc3891e8
3 changed files with 29 additions and 10 deletions
|
@ -329,6 +329,19 @@ kubernetes cluster.local`,
|
|||
},
|
||||
{
|
||||
`kubernetes coredns.local {
|
||||
kubeconfig file
|
||||
}`,
|
||||
false,
|
||||
"",
|
||||
1,
|
||||
0,
|
||||
"",
|
||||
"",
|
||||
podModeDisabled,
|
||||
fall.Zero,
|
||||
},
|
||||
{
|
||||
`kubernetes coredns.local {
|
||||
kubeconfig file context
|
||||
}`,
|
||||
false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue