You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symptoms:
```
$ kubectl trace run $NODE_NAME -e "tracepoint:syscalls:sys_enter_* { @[probe] = count(); }"
Error: No Auth Provider found for name "oidc"
```
The client/auth/oidc pkg in client-go is not vendored. This patch adds
the blank import.
Signed-off-by: Alban Crequy <[email protected]>
0 commit comments