Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl explain doesn't work as expected #3460

Open
sleungcy opened this issue Feb 7, 2025 · 0 comments
Open

kubectl explain doesn't work as expected #3460

sleungcy opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@sleungcy
Copy link

sleungcy commented Feb 7, 2025

The problem is that kubectl explain doesn't work as expected on either of the controllers.

  • Argo Events version: 1.9.4
  • Argo Workflows version: 3.5.14

Describe the bug
When I run k explain on the resources of either Argo Events or Argo Workflows, I get no description as shown above.

$ k explain sensor.spec
GROUP:      argoproj.io
KIND:       Sensor
VERSION:    v1alpha1

FIELD: spec <Object>

DESCRIPTION:
    <empty>

To Reproduce
Steps to reproduce the behavior:

  1. install argo-events 1.9.4+
  2. run k explain sensor.spec

Expected behavior
The expected behavior is that the kubectl explain command would print out the documentation specific to the version of Argo Events/Argo Workflows I have.

Environment (please complete the following information):

  • Argo Events: v1.9.4

Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@sleungcy sleungcy added the bug Something isn't working label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant