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
I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
I have searched existing issues and could not find a match for this bug
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.
Version(s)
3.5.14
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Thanks for the report! This is happening because the default CRDs are minimized, and it wasn't possible to install the full CRDs until I fixed them up in #14044. That hasn't been released yet, but once it is, follow the instructions at https://argo-workflows.readthedocs.io/en/latest/installation/#full-crds and you'll see all the fields when running kubectl explain workflow.spec:
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
The problem is that
kubectl explain
doesn't work as expected on either of the controllers.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.To Reproduce
Steps to reproduce the behavior:
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):
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.
Version(s)
3.5.14
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
run k explain workflow.spec
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: