rshiva777

Results 15 comments of rshiva777

@realshuting Yes the issue exists in v1.7.2-rc1 i installed kyverno using helm chart and i dont see any option "--splitPolicyReport"

Adding logs of kyverno here: E0726 08:46:01.952511 1 asm_amd64.s:1581] webhookMonitor "msg"="webhook check failed" "error"="webhook hasn't received requests in 5m0s, updating Kyverno to verify webhook status" "lastRequestTimestamp"="2022-07-25T10:58:43.964660301Z" "time"="2022-07-25T10:58:43.964660301Z" E0726 08:46:31.954478 1...

Any plan that when the new version is getting released?

can anyone look into this please?

To make it more clear, please find the below structure i have the below directory structure ``` test-applicationset.yaml cluster-configs -- clusterA.yaml -- clusterB.yaml content of clusterA.yaml cluster: name: 'dev-clusterA' address:...

Yes, but the application is deployed on the clusterB as well, where the label "app: test" is not added in the argocd secret. This is not the expected case, application...

@youngnick Thanks for the inputs. I am able to get succeed by adding the below ingress: ``` apiVersion: projectcontour.io/v1 kind: HTTPProxy metadata: name: nginx namespace: default spec: routes: - conditions:...

I tried to clear browsing history, cache from browser, even though no lucky

Adding test result: 1. i removed the entire deployment and httproxy of nginx, even then i am able to get nginx page with fqdn on browser 2. I have given...

@tsaarni 1. I am able to get succeed by using curl with fqdn. It is hitting my application (curl is hitting the new application) 2, If i try it access...