-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When attempting to run the program, it fails when attempting to build the Kubernetes client due to not supporting the OIDC auth method.
This is relatively straightforward to remediate - here's an example from K8s client-go
:
import (
// Uncomment to load all auth plugins
_ "k8s.io/client-go/plugin/pkg/client/auth"
// Or uncomment to load specific auth plugins
// _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
// _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
// _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
// _ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
)
Metadata
Metadata
Assignees
Labels
No labels