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
Validating a manifest containing a List failed with the error message:
failed to retrieve validator: kind List not found in v1 groupversion
What did you expect to happen?
I expect validation to succeed for every manifest I can apply without errors via kubectl create -f. Since Lists are understood by kubectl create, I expect them to be understood by kubectl validate.
How can we reproduce it (as minimally and precisely as possible)?
Minimal (kubectl create complains there is nothing to apply, though):
apiVersion: v1kind: Listitems: []
A bit more extensive (actually works with kubectl create):
What happened?
Validating a manifest containing a List failed with the error message:
What did you expect to happen?
I expect validation to succeed for every manifest I can apply without errors via
kubectl create -f
. Since Lists are understood bykubectl create
, I expect them to be understood by kubectl validate.How can we reproduce it (as minimally and precisely as possible)?
Minimal (
kubectl create
complains there is nothing to apply, though):A bit more extensive (actually works with
kubectl create
):Anything else we need to know?
No response
Kubernetes version
kubectl-validate v0.0.4
The text was updated successfully, but these errors were encountered: