Replies: 1 comment 4 replies
-
Failed in first step. What does that file look like? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to test the Kyverno policy mentioned in #546.
However on running
kubectl kuttl test ./tests/e2e/
commands I'm getting the following error,the code files I'm running are in
./tests/e2e/lfx-tests/
directoryAdditional Information:
kubectl create -f https://github.com/kyverno/kyverno/releases/download/v1.9.0/install.yaml
and running the commandkubectl get pods -n kyverno
gives following outputkubectl get clusterpolicy -n kyverno
shows the expected ClusterPolicy:kubectl describe clusterpolicy lfx-add-labels -n kyverno
provides detailed information about the ClusterPolicy, including the spec and status.Based on this information, I'm trying to understand the cause of the error. Please help me with Any insights or suggestions on resolving this issue.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions