1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Commit graph

2344 commits

Author SHA1 Message Date
Yuvraj
85d2ac9f84 added validation log 2020-07-09 05:48:35 -07:00
Yuvraj
19c2fa8463 documentation added 2020-07-08 14:26:22 -07:00
Yuvraj
b708770be1 added label for synchronize 2020-07-08 14:22:32 -07:00
Yuvraj
50b849aead delete generated resource logic added 2020-07-08 08:01:47 -07:00
Yuvraj
de51a7fdbd Merge branch 'master' of github.com:nirmata/kyverno into fix-976 2020-07-08 06:18:56 -07:00
Yuvraj
604dc395d8 check added for kyverno managed resource 2020-07-08 06:18:18 -07:00
Pooja Singh
08e9c4678e
Merge pull request #974 from NoSkillGirl/feature/consistent_policy_validation
Feature/consistent policy validation
2020-07-08 10:31:16 +05:30
NoSkillGirl
d01d5226a6 small fix 2020-07-07 17:40:54 +05:30
NoSkillGirl
643fe77394 added variable validation for validate 2020-07-07 17:11:37 +05:30
NoSkillGirl
2fde3146e8 added more validation for policies 2020-07-07 17:08:57 +05:30
Jim Bugwadia
c4723e1d06
Merge pull request #968 from nirmata/feature/docs_rstructure_and_add_community
update README.md - community and restructure
2020-07-05 21:11:30 -07:00
Jim Bugwadia
e157091c33 update to active tense 2020-07-05 17:29:40 -07:00
Jim Bugwadia
8da3afc79d fix sp 2020-07-05 17:23:33 -07:00
Jim Bugwadia
a72947b500 add brief explanations of rules in QuickStart and combine community sections 2020-07-05 17:20:21 -07:00
Pooja Singh
59b2378274
reading kyverno svc from environment variable (#962)
* reading kyverno svc from environment variable

* updated readme
2020-07-04 19:35:31 -07:00
Jim Bugwadia
c962971372
Update mutate overlay to handle keys with slashes for labels (like annotations). Added debug V4 logs for mutate flows. (#972) 2020-07-04 19:32:11 -07:00
Jim Bugwadia
c6a52de604
Merge pull request #971 from nirmata/bugfix/fix_cli_npe
handle nil error
2020-07-03 19:02:42 -07:00
Jim Bugwadia
acff2f1237 handle nil error 2020-07-03 17:42:08 -07:00
Jim Bugwadia
65ceaea58a update markdown tag for YAML blocks 2020-07-03 09:12:05 -07:00
Jim Bugwadia
ca249894b0 update language reference 2020-07-03 09:09:02 -07:00
Jim Bugwadia
29d9425272 update README.md - community and restructure 2020-07-03 08:40:24 -07:00
shuting
ed52bd3d9f
Add policy cache based on policyType (#960)
* add policy cache based on policyType

* fetch policy from cache in webhook

* add unit test for policy cache

* update log for exclude resources filter

* skip webhook mutation on DELETE operation

* remove duplicate k8s version check

* add description
2020-07-02 12:49:10 -07:00
Jim Bugwadia
8997dc6627
Merge pull request #963 from NoSkillGirl/docs/updated_readme
Updated namespace related readme
2020-07-02 11:58:35 -07:00
NoSkillGirl
51b1df71f4 updated readme 2020-07-02 14:11:02 +05:30
NoSkillGirl
0487bfb04b updated kyverno namespace readme 2020-07-02 13:34:18 +05:30
Shuting Zhao
5e9cc1d669 update helm chart version 2020-07-01 18:16:07 -07:00
Shuting Zhao
2c4106e0b9 tag v1.1.7-rc1 2020-07-01 17:45:41 -07:00
Pooja Singh
ac5d69895a
removing hardcoded namespace from the code (#955)
* removing hardcoded namespace from the code

* Added to helm chart

* removing hard-coded namespace and deployment name from config, generate, checker

* added namespace to configMap, service, serviceAccount

* updated installation documentation

passing `KYVERNO_NAMESPACE` while running in debug mode.

* Update installation.md

removing `kyverno` only namespace note
2020-07-01 14:50:49 -07:00
Jim Bugwadia
05250c2870
replace deletion timestamp check (#961) 2020-06-30 23:30:31 -07:00
Jim Bugwadia
65193feccb
update logging, naming, and event retry (#959)
* update logging and naming

* check per policy patch count
2020-06-30 11:53:27 -07:00
Jim Bugwadia
87cdf80e09
fixes #928 (#957) 2020-06-26 18:28:52 -07:00
Jim Bugwadia
ec7969df31
Merge pull request #947 from NoSkillGirl/feature/new_operators
Feature/new operators
2020-06-26 17:26:24 -07:00
Jim Bugwadia
81dc7defed
Merge pull request #951 from realshuting/update_doc
Update auto-gen doc
2020-06-26 17:25:40 -07:00
NoSkillGirl
8bbc722e7b small fixes 2020-06-26 12:48:45 +05:30
NoSkillGirl
356d749103 updated readme 2020-06-26 12:48:45 +05:30
NoSkillGirl
b589169b5e Added in-notin operator 2020-06-26 12:48:45 +05:30
NoSkillGirl
e8c4050d49 Added In and NotIn Operators 2020-06-26 12:48:12 +05:30
shuting
abb51348cf
skip inserting auto-gen annotation to podController on UPDATE admission request (#953) 2020-06-25 17:24:10 -07:00
Shuting Zhao
c1c27dd0a3 resolve pr comment 2020-06-25 17:04:36 -07:00
Jim Bugwadia
1ccd5e6e0f
Merge pull request #950 from evalsocket/fix-942
temp patch in client-go
2020-06-25 16:56:46 -07:00
Yuvraj
c0326ce3f1 conflict resolve 2020-06-25 12:05:42 -07:00
Yuvraj
ab328b59d3 go mod updated 2020-06-25 12:00:35 -07:00
shuting
7ffeb6efca
skip generate violation on pre-exist pod (#952) 2020-06-25 09:52:54 -07:00
shuting
06a2b246dd
Background mode only apply to running pods (#949)
* background mode process Running pod only

* update debug doc
2020-06-25 09:52:27 -07:00
Shuting Zhao
c2e3d5e232 update auto-gen doc 2020-06-24 15:25:43 -07:00
Yuvraj
fac31e1c51 temp patch in client-go 2020-06-24 12:57:24 -07:00
shuting
da943325fe
Ignore auto-gen annotation on Pod when processing DENY rule (#944)
* ignore auto-gen annotation on Pod when processing DENY rule

* remove unused code
2020-06-24 10:26:04 -07:00
Yuvraj
01724d63cf
Synchronize data for generated resources (#933)
* Generate request added fro update resource

* synchronize flag added

* documentation added for keeping resource synchronized

Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-06-23 07:19:43 +05:30
Jim Bugwadia
7cb49b6b34
Merge pull request #935 from NoSkillGirl/feature/cli_error_messages
updated sanitized error
2020-06-20 23:30:20 -07:00
NoSkillGirl
6cfd4d345b Updated error messages as per the convention (lowercase) 2020-06-21 11:52:50 +05:30