Describe the issue
we have install the fluent-operator's CRD
when we use the command kubectl explain clusterout.spec and it returns " outputs <[]Object>". But when I edit "clusteroutput.yaml" as it's explain. I can't deploy it.
To Reproduce
step1: kubectl explain clusteroutput.spec
step2: write the clusteroutput.yaml
step3: kubectl apply -f clusteroutput.yaml
Expected behavior
deploy the clusteroutput successfully!
Your Environment
- Fluent Operator version: latest
- Container Runtime:
- Operating system:
- Kernel version:
How did you install fluent operator?
No response
Additional context
No response