1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
Commit graph

2187 commits

Author SHA1 Message Date
Shuting Zhao
140d638a9b fix #838 - skip if crd has no schema defined 2020-05-18 21:02:21 -07:00
Jim Bugwadia
9536a0df22
Merge pull request #860 from realshuting/744_deny_requests
[1.2.0] 744 deny requests
2020-05-18 20:57:33 -07:00
Shuting Zhao
74387d2ee4 Fix CI 2020-05-18 20:10:30 -07:00
Shuting Zhao
0e803ae532 fix DENY pending for DELETE request 2020-05-18 20:01:20 -07:00
Shuting Zhao
962b8f9865 Fix bug 2020-05-18 18:30:39 -07:00
Shuting Zhao
416f5ecc00 Merge branch 'master' into 744_deny_requests
# Conflicts:
#	pkg/utils/util.go
#	pkg/webhooks/server.go
2020-05-18 18:05:22 -07:00
Shuting Zhao
7348eda222 Fix convert resource with DELETION request 2020-05-18 17:11:08 -07:00
Shuting Zhao
90bd8ee306 Fix match/exclude is not working 2020-05-18 17:10:49 -07:00
Shuting Zhao
852f2bec2d Fix CRD definition 2020-05-18 17:10:35 -07:00
Yuvraj
277402ba4c
Feature - Add checks for k8s version when Kyverno starts (#831)
* Added k8s version check for mutating and validating'

* version check adde

* middelware added

* formate

* Added timeout flag value to webhook server timeout middelware and refactore kubernetes version check

* Fixed test cases

* Removed log

* Update kubernetes version check

* Added check for mutate and validate

* Skip Validation in handleValidateAdmissionRequest if kubernetes version is below 1.14

* Update return object AdmissionResponse

* fixed condition for skiping mutation

* Handle condition for skip feature in case of kubernetes version 1.14.2
2020-05-18 17:00:52 -07:00
Jim Bugwadia
5595c23eeb
Merge pull request #854 from realshuting/838_fix_CRD_error_log
838 - fix parse CRD error: added CRD 1.16+ spec
2020-05-18 13:44:48 -07:00
Shuting Zhao
ad4f06f22d Merge branch 'master' into 744_deny_requests
# Conflicts:
#	pkg/webhooks/mutation.go
#	pkg/webhooks/server.go
#	pkg/webhooks/validation.go
2020-05-18 12:32:42 -07:00
Shuting Zhao
bd3a422798 Merge branch '838_fix_CRD_error_log' of https://github.com/realshuting/kyverno into 838_fix_CRD_error_log
# Conflicts:
#	pkg/policy/apply.go
2020-05-18 11:57:04 -07:00
Shuting Zhao
df59b97bc7 add constant.go 2020-05-18 11:56:17 -07:00
Shuting Zhao
f97c202d52 extract controller resync period to a constant file 2020-05-18 11:56:17 -07:00
Shuting Zhao
c79f166dd3 increase background sync period to 5 mins 2020-05-18 11:56:17 -07:00
Shuting Zhao
b9d38d2fd3 fix error "failed to list resources" 2020-05-18 11:56:17 -07:00
Shuting Zhao
5128a00e91 suppress log 2020-05-18 11:56:15 -07:00
Shuting Zhao
57e9aaea5f Add crd 1.16+ spec 2020-05-18 11:55:59 -07:00
Yuvraj
c4c28b709b
Feature - Change annotation for auto-generate pod controllers policy (#849)
* replace auto-generate pod controllers policy

* replace auto-generate pod controllers policy

* handled backword compatibility

* added backword compatibility

* Change annotation for auto-generate pod controllers

* Typo fixed
2020-05-18 11:50:54 -07:00
Jim Bugwadia
8c4c98d1a4
Merge pull request #855 from nirmata/bugfix/fixes_791_792_832
Bugfix/fixes 791 792 832
2020-05-17 19:30:11 -07:00
Yuvraj
0635df7b11
Bug - annotation inserted to podTemplate by auto-gen should reflect the policy name (#850)
* Added check for  annotation inserted to podTemplate by auto-gen

* skip reporting violation on pod which has annotation pod-policies.kyverno.io/autogen-applied

* Revert Changes

* typo fixed

* Update condition for skiping the pods
2020-05-17 18:51:56 -07:00
Jim Bugwadia
b763c33a29 fix mock discover client 2020-05-17 17:58:57 -07:00
Jim Bugwadia
573eb9cf13 increase worker count for policyController 2020-05-17 14:48:17 -07:00
Jim Bugwadia
304c75403e - skip resource schema validation when no mutate rules are applied
- cleanup webhook registration logic and logs
2020-05-17 14:37:05 -07:00
Jim Bugwadia
993bad7b65 improve comments 2020-05-17 09:54:32 -07:00
Jim Bugwadia
b463dbf6a8 - allow fetching resource from dynamic client
-
2020-05-17 09:54:13 -07:00
Jim Bugwadia
bf1aaba99b allow cross platform builds 2020-05-17 09:51:46 -07:00
Jim Bugwadia
bc37d27de6 remove unnecessary comments and reduce cache resync intervals 2020-05-17 09:51:18 -07:00
Shuting Zhao
231bfade73 add constant.go 2020-05-16 23:27:54 -07:00
Jim Bugwadia
8e1f6949ba
Merge pull request #853 from realshuting/811_duplicate_pv_on_pod_podcontroller
811 - fix duplicate pv create on both pod and pod-controller
2020-05-16 23:27:54 -07:00
Shuting Zhao
ee1f0f286c extract controller resync period to a constant file 2020-05-16 22:15:09 -07:00
shuting
fa06cace5f
802 set kind in generate (#846)
* set generate.data.kind from generate.kind

* remove setting generate.data.apiversion
2020-05-16 21:29:23 -07:00
Shuting Zhao
eec21ea5ca Rename function 2020-05-16 21:24:37 -07:00
Shuting Zhao
ddc9a8389b increase background sync period to 5 mins 2020-05-15 18:54:31 -07:00
Shuting Zhao
126fcd7384 fix error "failed to list resources" 2020-05-15 18:51:45 -07:00
Shuting Zhao
a1957bee4a suppress log 2020-05-15 18:33:52 -07:00
Shuting Zhao
cc4fa3777e Add crd 1.16+ spec 2020-05-15 16:57:26 -07:00
Shuting Zhao
0952ccec82 set log to higher level 2020-05-15 14:49:34 -07:00
Shuting Zhao
ddf89b4803 - fix 811; - suppress log 2020-05-15 13:11:28 -07:00
shuting
6f039147c8
fix 843 (#844) 2020-05-14 12:32:11 -07:00
Shravan Shetty
ffe9fbd05b
Merge pull request #840 from shravanshetty1/chart-readme-path-fix
Chart README.md path fixes
2020-05-13 15:54:44 +05:30
shravan
63b3f81e67 chart readme fixes 2020-05-13 15:53:26 +05:30
Shravan Shetty
6dbaf1685c
Merge pull request #839 from mbarrien/helm
Add Helm chart for Kyverno - #835
2020-05-13 15:48:45 +05:30
Michael Barrientos
b328dc6ff1
Fix Helm chart README.md for Helm 3 2020-05-13 02:15:36 -07:00
shravan
5461b63a25 744 removed uneeded comment 2020-05-13 10:27:08 +05:30
shravan
3a146a5952 744 added not found error type 2020-05-13 10:06:21 +05:30
Michael Barrientos
a3889d8c39
Add Helm chart for Kyverno - #835 2020-05-08 19:10:27 -07:00
shravan
43d412039c 744 relocating logic 2020-05-07 23:11:04 +05:30
shravan
717e42dd0b 744 ignoring resources with deletionTimestamp 2020-05-07 23:04:15 +05:30