We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbda51 commit 485b541Copy full SHA for 485b541
cmd/kubectl-tree/rootcmd.go
@@ -132,7 +132,7 @@ func run(command *cobra.Command, args []string) error {
132
klog.V(2).Infof("querying all api objects")
133
apiObjects, err := getAllResources(dyn, apis.resources(), allNs)
134
if err != nil {
135
- return fmt.Errorf("error while querying api objects: %w", err)
+ klog.V(2).Infof("error while querying api objects: %w", err)
136
}
137
klog.V(2).Infof("found total %d api objects", len(apiObjects))
138
0 commit comments