1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Cloud Native Policy Management
Find a file
shuting c8a41d83f7
Update Dockerfile; remove securityContext runAsUser (#1695)
* - run Kyverno with specific uid; - remove "runAsUser" from deployment manifest

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* add LD_FLAGS when push Kyverno images

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* start Kyverno with UID 10001

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* update initContainer and CLI Dockerfiles

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
2021-03-10 14:47:09 -08:00
.github add issue configuration 2021-03-07 14:31:18 -08:00
api fixes for golint ./... 2020-11-17 13:07:30 -08:00
charts/kyverno release v1.3.4 2021-03-05 10:56:02 -08:00
cmd Update Dockerfile; remove securityContext runAsUser (#1695) 2021-03-10 14:47:09 -08:00
definitions Update Dockerfile; remove securityContext runAsUser (#1695) 2021-03-10 14:47:09 -08: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 Merge pull request #1597 from yashvardhan-kukreja/issue-1242/multiline-yaml-string-support 2021-03-10 09:58:38 -08:00
samples fix null issue (#1665) 2021-03-03 11:27:58 -08:00
scripts added: make target to auto generate code (#1603) 2021-03-01 10:58:58 -08:00
test update validation logic 2020-12-23 15:10:07 -08: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 - support AllowMissingPathOnRemove and EnsurePathExistsOnAdd in patchesJSON6902 2021-02-25 15:25:07 -08:00
go.sum - support AllowMissingPathOnRemove and EnsurePathExistsOnAdd in patchesJSON6902 2021-02-25 15:25:07 -08:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
Makefile Update Dockerfile; remove securityContext runAsUser (#1695) 2021-03-10 14:47:09 -08:00
OWNERS.md add newline 2020-11-11 18:17:16 -08:00
README.md fix link (#1566) 2021-02-09 11:37:30 -08: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