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
#933 will tidy a bunch of this up, but I'll leave the issue open as this is valuable information we need to check is dealt with when we update the CLI.
Bug Description
Looking at those files
they use this code pattern:
This seems to be:
scheme
to be an import ofk8s.io/client-go/kubernetes/scheme
.Expected Behavior
Depending on the desired behavior, either one of the following:
import "k8s.io/client-go/kubernetes/scheme"
troubleshootclientsetscheme.AddToScheme(troubleshootclientsetscheme.Scheme)
I think removal should be fine, since as it's right now, they're not doing anything. But maybe there are bugs that may be fixed by option 2.
Additional context
AFAICT, the
prefilght
command actually uses client-go's import, so maybe it's required there.The text was updated successfully, but these errors were encountered: