1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
Cloud Native Policy Management
Find a file
Kumar Mallikarjuna aba2e58f09
Added PodDisruptionBudget in kustomize & helm (Rebased) (#2463)
* added pdb in helm & kustomize

Signed-off-by: Christopher Haar <chhaar30@googlemail.com>

* added pdb in helm & kustomize

Signed-off-by: Christopher Haar <chhaar30@googlemail.com>

* changed for comments

Signed-off-by: Christopher Haar <chhaar30@googlemail.com>

* Updating minAvailable

Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna1@gmail.com>

* Removed redundant lines

Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna1@gmail.com>

* Updated README

Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna1@gmail.com>

* Updated README

Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna1@gmail.com>

Co-authored-by: Christopher Haar <christopher@DKBs-MBP.localdomain>
Co-authored-by: Christopher Haar <chhaar30@googlemail.com>
2021-10-04 22:39:24 -07:00
.github Switch Helm CRDs back to kyverno chart and move Policies to dedicated chart (#2357) 2021-09-22 13:56:10 -07:00
api Update to use gvk to store OpenAPI schema (#1906) 2021-05-13 12:03:13 -07:00
charts Added PodDisruptionBudget in kustomize & helm (Rebased) (#2463) 2021-10-04 22:39:24 -07:00
cmd allow alternate image repositories (#2393) 2021-09-16 16:11:38 -07:00
definitions Added PodDisruptionBudget in kustomize & helm (Rebased) (#2463) 2021-10-04 22:39:24 -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
litmuschaos Feature/cosign (#2078) 2021-07-09 18:01:46 -07:00
pkg Validate GVK while installing policy & Fix any/all matching logic (#2458) 2021-10-04 12:00:57 -07:00
scripts Fix upgrade issue from 1.4.2 to 1.4.3-rc1 (#2387) 2021-09-14 01:06:56 -07:00
test fix deployment-missing-labels test 2021-10-03 22:36:06 -07:00
.codeclimate.yml
.directory
.gitignore Automate CLI binaries releases (#2236) 2021-08-10 09:07:46 -07:00
.golangci.yml
.goreleaser.yml Automate CLI binaries releases (#2236) 2021-08-10 09:07:46 -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
CHANGELOG.md release v1.4.3 2021-09-16 11:56:52 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Updating the Contributing.md file (#2450) 2021-09-29 20:52:03 -07:00
go.mod remove minio/minio and update minio/pkg (#2440) 2021-09-28 12:19:26 -07:00
go.sum merge main 2021-09-30 11:53:33 -07:00
LICENSE
Makefile update tests 2021-09-26 18:30:53 -07:00
OWNERS.md add Chip Zoller as a maintainer 2021-06-14 14:27:16 -07:00
README.md configured Behaviour bot. (#2402) 2021-09-16 13:34:07 -07:00
SECURITY.md feat: security.md 2021-09-19 09:50:26 +05:30

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.

Contributors

Made with contributors-img.

📙 Documentation

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

👉 Quick Start

👉 Installation

👉 Sample Policies

🙋‍♂️ Getting Help

We are here to help!

👉 For feature requests and bugs, file an issue.

👉 For discussions or questions, join the slack channel k8s.slack.io/#kyverno.

👉 For community meeting access join the mailing list.

👉 To get updates star this repository.

Contributing

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

✔ Read and agree to the Contribution Guidelines.

✔ Browse through the GitHub discussions.

✔ Read Kyverno design and development details on the GitHub Wiki.

✔ Check out the good first issue list. Add a comment with /assign to request assignment of the issue.

✔ Checkout out the Kyverno Community page for other ways to get involved.