website
website copied to clipboard
User docs and sample policies: https://kyverno.io
## Related issue # Fixes https://github.com/kyverno/website/issues/1311 ## Proposed Changes Update RBAC customizations, quick start, and sub-project info. Related feature: https://github.com/kyverno/kyverno/issues/5690 and PR: https://github.com/kyverno/kyverno/pull/10785. ## Checklist - [x] I have read...
### Description Add kyverno-json support docs. Relevant PRs: - https://github.com/kyverno/kyverno/pull/10763 - https://github.com/kyverno/kyverno/pull/10777 ### Slack discussion _No response_
Add Kyverno-Envoy plugin blog post cc @anushkamittal2001 @eddycharly
### Description Docs changes for: https://github.com/kyverno/kyverno/issues/5690 ### Additional Tasks - [ ] Update quick start to include image verification and cleanup samples - [ ] Update "How Kyverno works" with...
### Page link https://kyverno.io/docs/installation/customization/#configmap-keys ### Description kube-system has been excluded by default. Need to update the value show for `webhooks`. ### Expected behavior ``` webhooks: '[{"namespaceSelector":{"matchExpressions":[{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kube-system"]},{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kyverno"]}],"matchLabels":null}}]' ``` ### Slack discussion...
### Page link https://kyverno.io/docs/writing-policies/external-data-sources/#variables-from-service-calls ### Description The kyverno docs under external service call state that: > At this time, authentication as part of these service calls is not supported. However,...
### Description It is not mentioned at all _in which file_ the `checks` should be specified. One can only guess that it's in `kyverno-test.yaml`. Furthermore, the schema of the objects...
## Related issue https://github.com/kyverno/kyverno/pull/10594 https://github.com/kyverno/kyverno/issues/9723 ## Proposed Changes Default is an optional arbitrary JSON object that the context may take if the apiCall returns an error. ## Checklist - [x]...
### Description A container flag is added [--maxAdmissionReports=10000](https://github.com/kyverno/kyverno/pull/10499/files#diff-7b5a7d8ea5301364ac84cdab584c6c04259c697f0e51a2743488fad923ab9424R277) via https://github.com/kyverno/kyverno/pull/10499. Other related PRs https://github.com/kyverno/kyverno/pull/10628. ### Slack discussion _No response_
### Description Update flags doc - reports chunking flag removed See https://github.com/kyverno/kyverno/pull/10597 ### Slack discussion _No response_