diff --git a/pkg/flag/kubernetes_flags.go b/pkg/flag/kubernetes_flags.go index a894b8c2c155..103970a480a5 100644 --- a/pkg/flag/kubernetes_flags.go +++ b/pkg/flag/kubernetes_flags.go @@ -221,7 +221,6 @@ func (f *K8sFlagGroup) ToOptions() (K8sOptions, error) { IncludeKinds: f.IncludeKinds.Value(), ExcludeNamespaces: f.ExcludeNamespaces.Value(), IncludeNamespaces: f.IncludeNamespaces.Value(), - SkipDeep: f.SkipDeep.Value(), Burst: f.Burst.Value(), }, nil }