mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Added missing quote
Added missing quote cause uncommenting the line to to load all auth plugins resulted in a syntax error.
This commit is contained in:
parent
0c2613c71a
commit
a968f52611
@ -30,7 +30,7 @@ import (
|
|||||||
"k8s.io/client-go/tools/clientcmd"
|
"k8s.io/client-go/tools/clientcmd"
|
||||||
//
|
//
|
||||||
// Uncomment to load all auth plugins
|
// Uncomment to load all auth plugins
|
||||||
// _ "k8s.io/client-go/plugin/pkg/client/auth
|
// _ "k8s.io/client-go/plugin/pkg/client/auth"
|
||||||
//
|
//
|
||||||
// Or uncomment to load specific auth plugins
|
// Or uncomment to load specific auth plugins
|
||||||
// _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
|
// _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
|
||||||
|
Loading…
Reference in New Issue
Block a user