Skip to content

Objects don't have a description via kubectl explain #3054

@sebgoa

Description

@sebgoa

Describe the bug
No description when running kubectl explain

$ kubectl explain brokers
KIND:     Broker
VERSION:  eventing.knative.dev/v1beta1

DESCRIPTION:
     <empty>
$ kubectl explain sinkbinding
KIND:     SinkBinding
VERSION:  sources.knative.dev/v1alpha2

DESCRIPTION:
     <empty>

Expected behavior
I expected a description like all other k8s objects.

Maybe it comes from the kubectl code and we cannot get explain to work on CRDs.

Metadata

Metadata

Assignees

Labels

area/apikind/bugCategorizes issue or PR as related to a bug.kind/good-first-issueDenotes an issue ready for a new contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions