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

2085 commits

Author SHA1 Message Date
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
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
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
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
Michael Barrientos
a3889d8c39
Add Helm chart for Kyverno - #835 2020-05-08 19:10:27 -07:00
Shravan Shetty
47fdb9e510
Merge pull request #830 from danielnbalasoiu/patch-1
Documentation update
2020-04-29 21:15:59 +05:30
danielnbalasoiu
80a02a1574
Documentation update
Updated instructions with current locations of `policy-CM.yaml` and `CM.yaml`.
2020-04-29 09:12:37 +00:00
Shravan Shetty
22ddf50792
Merge pull request #825 from shravanshetty1/664_faster_router
Fixes #664 - Upgrading router
2020-04-27 18:43:38 +05:30
shravan
0932e9a147 664 tested prototype 2020-04-27 18:38:03 +05:30
Shravan Shetty
14110bdf58
Merge pull request #824 from shravanshetty1/823_match_exclude_conflict_fixes
Fixes #823 - Match/Exclude conflict bug
2020-04-27 15:06:57 +05:30
shravan
0a65a66cc0 823 tested prototype 2020-04-27 15:05:10 +05:30
Shravan Shetty
8fe8e7fa0e
Merge pull request #818 from nirmata/bugfix/817_fix_k8s_slack_url
Fixes #817 - slack channel URL
2020-04-20 20:19:28 +05:30
Jim Bugwadia
c657ef1016 Fixes #817 - slack channel URL 2020-04-20 07:41:49 -07:00
Shravan Shetty
9d88e73204
Merge pull request #814 from nirmata/bugfix/797_update_docs_example_for_mutate
Fixes #797 - update example for mutate patch policy
2020-04-20 18:52:32 +05:30
shravan
bafc854bc5 797 typo fix 2020-04-20 18:51:04 +05:30
Jim Bugwadia
bd117aa65d Fixes #797 - update example for mutate patch policy 2020-04-18 20:13:47 -07:00
Shravan Shetty
3a56a2d624
Merge pull request #809 from shravanshetty1/808_policy_status
#808 - Policy status is not being updated
2020-04-13 22:02:05 +05:30
shuting
5f20cdfb07
remove cpu limit in BP require_pod_requests_limits.yaml (#807)
* remove cpu limit in BP require_pod_requests_limits.yaml

* update test
2020-04-13 09:29:11 -07:00
shravan
e3519d6b45 808 test fixes 2020-04-13 20:26:46 +05:30
shuting
b5c37f42ad
Merge pull request #758 from shravanshetty1/753_conflicting_match_exclude
#753 - Validate conflicting match and exclude
2020-04-12 14:55:39 -07:00
shuting
7a05d81435
Merge pull request #803 from shravanshetty1/775_autogen_annotations
#775 - Removing unneeded annotations
2020-04-12 14:52:56 -07:00
shravan
61918d9826 808_prototype 2020-04-12 18:58:55 +05:30
shravan
09b3172b8c 753 reverting autogen rule changes 2020-04-11 22:11:28 +05:30
shuting
44d50c1cde
Merge pull request #798 from shravanshetty1/777_lister_interface
#777 - CLI should use standard lister interface instead of directly calling API
2020-04-10 14:27:42 -07:00
Shravan Shetty
7d76a45667
Merge pull request #804 from shravanshetty1/786_deepCopy_crash
#786 - subVars crashes
2020-04-09 22:46:49 +05:30
shravan
9c457b9c1a 786 fixed tests 2020-04-09 22:21:59 +05:30
shravan
49e26aface 786 tested prototype 2020-04-09 22:00:24 +05:30
shravan
ad3fcb500f 775 circle ci fixes 2020-04-04 22:52:53 +05:30