1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
Cloud Native Policy Management
Find a file
Simon Metzger a65a85e55c
allow only supplementalGroups greater 0 (#1901)
Signed-off-by: Metzger, Simon <smnmtzgr@gmail.com>
2021-05-10 10:14:08 -07:00
.github Fix: Link to pr_documentation file (#1872) 2021-05-04 09:47:11 -07:00
api fixes for golint ./... 2020-11-17 13:07:30 -08:00
charts/kyverno allow only supplementalGroups greater 0 (#1901) 2021-05-10 10:14:08 -07:00
cmd Remove secret from default resourceCache (#1878) 2021-05-04 22:10:01 -07:00
definitions tag v1.3.6-rc3 2021-05-07 19:03:43 -07:00
docs restructure and generate HTML docs 2021-01-07 18:57:33 -08:00
img upload logo (#1560) 2021-02-08 13:09:37 -08:00
pkg Removes check for strategicMergePatch in forceMutate (#1898) 2021-05-07 18:07:41 -07:00
scripts bump kind to 0.10.0, k8s 1.20.2 2021-04-05 13:58:51 -07:00
test Improved testing to allow 'skip' status and fail if tested results do not exist (#1881) 2021-05-07 16:27:15 -07:00
.codeclimate.yml remove arm from goreleaser (#903) 2020-06-04 11:45:37 -07:00
.directory Implemented validation across same yaml 2019-06-20 18:21:55 +03:00
.gitignore add logging for policy creation and deletion events (#1445) 2021-01-06 20:34:01 -08:00
.golangci.yml codeclimate and golangci-lint added 2020-03-24 02:01:50 +05:30
.goreleaser.yml update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
.krew.yaml migrate repo 2020-10-07 15:09:52 -07:00
ADOPTERS.md Update adopters.md 2021-01-25 10:12:18 -08:00
CODE_OF_CONDUCT.md add code of conduct & contributing section 2019-06-12 09:39:37 -07:00
CONTRIBUTING.md Add DCO sign instruction (#1476) 2021-01-18 12:13:07 -08:00
go.mod added policy validation according to api server 2021-04-21 10:28:11 +05:30
go.sum updating synchronize lable in generated resource (#1860) 2021-05-06 13:11:10 -07:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
Makefile Improved testing to allow 'skip' status and fail if tested results do not exist (#1881) 2021-05-07 16:27:15 -07:00
OWNERS.md add newline 2020-11-11 18:17:16 -08:00
README.md update star link 2021-05-07 19:26:57 -07:00

Kyverno Tweet

Kubernetes Native Policy Management 🎉

build prereleaser Go Report Card License: Apache-2.0 GitHub Repo stars

logo

Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

📙 Documentation

Kyverno guides and reference documents are available at: kyverno.io.

Try the quick start guide to install Kyverno and create your first policy.

Contributing

Checkout out the Kyverno Community page for ways to get involved and details on joining our next community meeting.

🙋‍♂️ Getting Help