mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 10:25:10 -05:00
make kubernetes plugin kubeconfig argument 'context' optional (#4451)
Signed-off-by: answer1991 <answer1991.chen@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user