diff --git a/pkg/bootstrap/flags/kube_flags.go b/pkg/bootstrap/flags/kube_flags.go index 627518f060e..cc9455746ac 100644 --- a/pkg/bootstrap/flags/kube_flags.go +++ b/pkg/bootstrap/flags/kube_flags.go @@ -4,6 +4,9 @@ import ( "github.com/solo-io/gloo/pkg/bootstrap" "github.com/solo-io/gloo/pkg/storage/crd" "github.com/spf13/cobra" + + // enables various kubernetes authentication plugins + _ "k8s.io/client-go/plugin/pkg/client/auth" ) func AddKubernetesFlags(cmd *cobra.Command, opts *bootstrap.Options) {