shuting
shuting
I don't think the CLI test command has a direct dependency on the Kubernetes version. Have you tried this policy in-cluster?
How does it work in kyverno 1.11-? We don't support server-side-apply during admission mutation, there's an open issue logged https://github.com/kyverno/kyverno/issues/3800.
https://github.com/kyverno/kyverno/pull/10216 has been merged, can we close this?
The proof manifests and tests are missing.
Closing as the issue was fixed in 1.12.5.
@lantingchiang - can you fix this test https://github.com/kyverno/kyverno/actions/runs/8719229270/job/23918167314?pr=10036?
Opened https://github.com/kyverno/website/issues/1213 for tracking.
/cherry-pick release-1.12
Hi @lantingchiang @anushkamittal2001 - one of the unit tests failed while cherry-picking it to 1.12.x, could you take a closer look https://github.com/kyverno/kyverno/actions/runs/8971111658/job/24636121688?pr=10178?
> Hey @realshuting , the test that failed was > > ``` > --- FAIL: Test_ImageVerifyCacheExpiredCosign (9.32s) > image_verify_test.go:1138: assertion failed: expression is false: secondOperationTime > firstOperationTime/10 && secondOperationTime <...