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

2193 commits

Author SHA1 Message Date
Yuvraj
a7975b5226
testing changes 2020-06-02 13:58:12 -07:00
Yuvraj
f695b17208
Added fixes for helm release 2020-05-29 08:48:25 -07:00
Yuvraj
e74373708d comment out reindex for testing 2020-05-28 13:22:15 -07:00
Yuvraj
0db01bed80 comment out reindex for testing 2020-05-28 13:13:13 -07:00
Yuvraj
02aabbb08a chart version added to v1 2020-05-28 13:11:03 -07:00
Yuvraj
db419c61b8 Merge branch 'master' of github.com:nirmata/kyverno into fix-875
* 'master' of github.com:nirmata/kyverno: (201 commits)
  update tag v1.1.6-rc2 (#887)
  Bugfix/update docs for deny rules (#886)
  message fix
  corrected message in generating resources in readme
  Bugfix/fix install repo (#885)
  Bugfix/1.1.6 adjust resync and cleanup unused (#884)
  middelware removed (#882)
  fix typo
  fix namespace lister
  Added readiness and liveness prob  (#874)
  set ownerReference in pv update
  suppress violation on evicted pod
  - fix violations re-create on the same resource - skip background processing if a resource is to be deleted
  suppress violation on evicted pod
  - fix violations re-create on the same resource - skip background processing if a resource is to be deleted
  Bugfix/659 support wildcards for namespaces (#871)
  resource limit added to kyverno defination and kyvrno chart
  update cpu  request limit and remove cpu limit
  remove roles
  remove unused code
  ...
2020-05-28 13:08:56 -07:00
Yuvraj
6bd2ed65c6 small typo fix 2020-05-28 13:05:15 -07:00
Yuvraj
c46e07d8bd
commented out helm version check for first time 2020-05-28 13:02:48 -07:00
Yuvraj
17b4404266
Testing changes 2020-05-28 13:00:01 -07:00
shuting
d86b8ea2ce
update tag v1.1.6-rc2 (#887) 2020-05-28 12:12:12 -07:00
Jim Bugwadia
d4e5790a66
Bugfix/update docs for deny rules (#886)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* - update docs for deny rules
- add presentations and videos to README.md
2020-05-28 11:22:47 -07:00
Jim Bugwadia
c48627595e
Merge pull request #883 from NoSkillGirl/bug/readme
corrected message in generating resources in readme
2020-05-28 09:59:02 -07:00
NoSkillGirl
a9d2e8bc47 message fix 2020-05-28 12:00:33 +05:30
NoSkillGirl
9a41457a64 corrected message in generating resources in readme 2020-05-28 12:00:24 +05:30
Jim Bugwadia
ffb2e6d3c2
Bugfix/fix install repo (#885)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* fix repo

* fix init container image
2020-05-27 22:34:53 -07:00
Jim Bugwadia
5cdcbec3c9
Bugfix/1.1.6 adjust resync and cleanup unused (#884)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* remove policy store

Policy store was not fully implemented and simply provided a way
to list all polices and get a policy by name, which can be done via
standard client-go interfaces.

We need to revisit and design a better PolicyStore that provides fast
lookups for matching policies based on names, namespaces, etc.

* handle wildcard namespaces in background processing

* fix unit tests 1) remove platform dependent path usage 2) remove policy store

* add test case for mutate with wildcard namespaces

* adjust all resync periods

* remove unused data fields

* add pattern for match
2020-05-27 19:51:34 -07:00
Yuvraj
402477e4aa remove gh-pages 2020-05-27 11:09:45 -07:00
Yuvraj
aad6504fc5 publish helm package for gh-pages branch 2020-05-27 11:09:18 -07:00
Yuvraj
5c66742f52
middelware removed (#882) 2020-05-27 11:08:59 -07:00
Jim Bugwadia
68c431e8f0
Merge pull request #880 from realshuting/869_auto_gen_annotation
fix policy violation updated without owner
2020-05-27 06:44:46 -07:00
Yuvraj
726ab935ee
Update .github/workflows/helm-release.yaml
Co-authored-by: Michael Barrientos <mbarrien@users.noreply.github.com>
2020-05-27 11:41:47 +05:30
Shuting Zhao
087f183895 fix typo 2020-05-26 23:07:48 -07:00
Yuvraj
37964ebc55 helm release workflow added 2020-05-27 06:06:46 +00:00
Shuting Zhao
139000fe3f fix namespace lister 2020-05-26 22:26:07 -07:00
Yuvraj
74db840b25
Added readiness and liveness prob (#874)
* Added readiness and liveness prob

* typo fix

* port number fixed

* fixed the image name
2020-05-26 18:03:32 -07:00
Shuting Zhao
913f12ff9d set ownerReference in pv update 2020-05-26 17:18:42 -07:00
Shuting Zhao
7c8d2e3e8e Merge branch '869_auto_gen_annotation' of https://github.com/realshuting/kyverno into 869_auto_gen_annotation 2020-05-26 16:26:17 -07:00
Shuting Zhao
a251bda1dd suppress violation on evicted pod 2020-05-26 16:25:11 -07:00
Shuting Zhao
7ea2930fa4 - fix violations re-create on the same resource - skip background processing if a resource is to be deleted 2020-05-26 16:25:11 -07:00
Shuting Zhao
cca1451751 suppress violation on evicted pod 2020-05-26 14:52:49 -07:00
Shuting Zhao
fd0e96b551 - fix violations re-create on the same resource - skip background processing if a resource is to be deleted 2020-05-26 13:56:07 -07:00
Jim Bugwadia
838d02c475
Bugfix/659 support wildcards for namespaces (#871)
* - support wildcards for namespaces

* do not annotate resource, unless policy is an autogen policy

* close HTTP body

* improve messages

* remove policy store

Policy store was not fully implemented and simply provided a way
to list all polices and get a policy by name, which can be done via
standard client-go interfaces.

We need to revisit and design a better PolicyStore that provides fast
lookups for matching policies based on names, namespaces, etc.

* handle wildcard namespaces in background processing

* fix unit tests 1) remove platform dependent path usage 2) remove policy store

* add test case for mutate with wildcard namespaces
2020-05-26 10:36:56 -07:00
Jim Bugwadia
2bf5149415
Merge pull request #868 from evalsocket/fix-857
Added cpu & memory resource requests and limits
2020-05-21 13:25:13 -07:00
Yuvraj
3204b16559 resource limit added to kyverno defination and kyvrno chart
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-05-21 12:18:05 -07:00
Yuvraj
1c1f622d40
Merge branch 'master' into fix-857 2020-05-21 10:57:13 -07:00
Yuvraj
30c2e879e2
update cpu request limit and remove cpu limit 2020-05-21 10:56:35 -07:00
Jim Bugwadia
1db1eccbea
Merge pull request #870 from realshuting/869_auto_gen_annotation
869 - auto-gen annotation is not inserted connrectly
2020-05-21 10:45:31 -07:00
Shuting Zhao
bc0c733fa2 remove roles 2020-05-21 10:22:19 -07:00
Shuting Zhao
3952aa5550 remove unused code 2020-05-21 08:49:33 -07:00
Shuting Zhao
2dda3e2a42 pr fix 2020-05-21 08:29:35 -07:00
Shuting Zhao
980ad39df8 update helm chart 2020-05-20 19:18:03 -07:00
Shuting Zhao
e1bdfbce27 update log 2020-05-20 17:08:30 -07:00
Shuting Zhao
ea66d7a7b8 fix CI 2020-05-20 13:58:56 -07:00
Shuting Zhao
bda81f0b93 - fix variable scope - debug log 2020-05-20 13:43:12 -07:00
Shuting Zhao
bc981f9a11 fix 869 2020-05-20 13:42:23 -07:00
Shuting Zhao
ecbc14d559 add clusterrole "admin" "edit" "view" to Kyverno 2020-05-20 13:36:00 -07:00
Yuvraj
7f2be174fb
Typo fixed 2020-05-20 01:41:27 -07:00
Yuvraj
b9da2ab96e
Revert kyverno image version 2020-05-20 01:41:00 -07:00
Yuvraj
6cf630d3f4 Added cpu & memory resource requests and limits 2020-05-20 00:24:14 -07:00
Jim Bugwadia
930811d457
Merge pull request #862 from realshuting/744_deny_requests
fix #838 - skip adding crd if no schema is defined
2020-05-19 14:14:18 -07:00