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

2834 commits

Author SHA1 Message Date
otakuma
8c9c0139c8
Helm namespace value (#1210)
* enable users to specify namespace in helm chart values file

* update chart readme

* remove .DS_Store files

Co-authored-by: Qijun Liu <qliu@gracenote.com>
2020-10-22 17:53:17 -07:00
Shuting Zhao
2364ff1407 add reportRequest / clusterReportRequest 2020-10-22 16:15:43 -07:00
Shuting Zhao
af07e66ede - tag v1.2.1; - update liveness, readiness port in Helm chart 2020-10-22 13:07:48 -07:00
Jim Bugwadia
51bfc494e0
Merge pull request #1208 from kyverno/1207_add_security_context
1207 add security context
2020-10-22 12:59:21 -07:00
Jim Bugwadia
f1fd0a5c7a fix ports 2020-10-22 12:48:04 -07:00
Jim Bugwadia
8be30879f6 print deployment YAML on timeout 2020-10-22 12:43:50 -07:00
Jim Bugwadia
2ba2222f4e add debug info on timeout 2020-10-22 12:30:24 -07:00
Jim Bugwadia
062d794cad fix conversion errors 2020-10-22 11:59:11 -07:00
Jim Bugwadia
022c227bce update pod security context and ports 2020-10-22 11:26:22 -07:00
Jim Bugwadia
8577bed097 switch back log level 2020-10-22 00:53:34 -07:00
Jim Bugwadia
ac2ab7b74e update pod security context and switch to higher port 2020-10-22 00:41:25 -07:00
Shuting Zhao
09e52893c5 Merge branch 'master' into policyreport 2020-10-21 18:03:42 -07:00
Shuting Zhao
a15c136d09 remove dependency 2020-10-21 18:02:27 -07:00
Shuting Zhao
25409e42ea - remove job controller; - remove in-memory configmap; - clean up kustomize manifest 2020-10-21 17:56:17 -07:00
Jim Bugwadia
704e1aadd0
Merge pull request #1204 from kyverno/documentation/quick_start
add link to quick start
2020-10-21 08:08:45 -07:00
Jim Bugwadia
2fe9b4d69d
Merge pull request #1203 from kyverno/documentation/update_contributing
Update CONTRIBUTING.md
2020-10-21 08:08:23 -07:00
Jim Bugwadia
259fb0278c
remove markdown in HTML tag 2020-10-21 01:10:51 -07:00
Jim Bugwadia
92bcb3cd8c
add link to quick start 2020-10-21 01:02:56 -07:00
Jim Bugwadia
18c06f9ce3
Update CONTRIBUTING.md 2020-10-20 23:50:02 -07:00
Shuting Zhao
7a1630ca05 fix unit test 2020-10-20 16:21:13 -07:00
Shuting Zhao
28f2da93a2 add test for apply - generate policy report 2020-10-19 15:07:28 -07:00
Jim Bugwadia
1f24ea6f75
fix regex for allowed variable to support spaces (#1200)
* fix regex for allowed variable to support spaces

* remove log

* fix regex
2020-10-19 12:36:55 -07:00
Jim Bugwadia
e9d12dbfff
Update README.md (#1199) 2020-10-17 22:41:31 -07:00
Jim Bugwadia
66ab674a3b
Update README.md (#1198)
* Update README.md

* update image link to direct to website
2020-10-16 16:38:43 -07:00
Shuting Zhao
6a2eca8e1e add unit test for CLI report 2020-10-16 16:27:04 -07:00
Shuting Zhao
e80d7562d8 generate / update policyreport to cluster 2020-10-16 16:26:45 -07:00
Shuting Zhao
f1f8ed3f7d temporarily comment out code to pass CI build 2020-10-15 18:06:34 -07:00
Shuting Zhao
c906baa1a7 - update policy report types; - upgrade k8s library; - update code gen 2020-10-15 17:54:58 -07:00
Shuting Zhao
f798e9cf2d add report logic in command apply 2020-10-15 17:29:07 -07:00
Shuting Zhao
99d27ec353 move job controller to policyreport 2020-10-15 17:27:54 -07:00
Shuting Zhao
d76801a946 remove application scope for policyreport 2020-10-15 13:22:37 -07:00
Jim Bugwadia
6c5c62f774
Merge pull request #1196 from kyverno/feature/migrate_website
remove docs and update README.md
2020-10-14 20:25:09 -07:00
Shuting Zhao
5b4afa85e2 add short names 2020-10-14 19:23:08 -07:00
Shuting Zhao
8eb7f13355 add clean up in job controller 2020-10-14 19:00:13 -07:00
Shuting Zhao
d181d10fcb set rbac for jobs 2020-10-14 18:59:44 -07:00
Jim Bugwadia
ae0c09a05c remove ContextEntry.path (prototype for API server lookup) 2020-10-14 18:48:23 -07:00
Jim Bugwadia
7f5c19332a update name 2020-10-14 18:30:18 -07:00
Jim Bugwadia
2c9a99b55d fix mutation.go 2020-10-14 18:21:55 -07:00
Jim Bugwadia
2de8d60015 Merge branch 'master' into feature/migrate_website 2020-10-14 18:00:44 -07:00
Jim Bugwadia
4ea1126fce remove docs and update README.md 2020-10-14 17:39:45 -07:00
Pooja Singh
7ed8c18110
small fix (#1195) 2020-10-14 14:58:16 -07:00
Shuting Zhao
2a3775a2fa - resolve PR comments; - refactor jobs controller 2020-10-13 18:54:57 -07:00
Shuting Zhao
6b5e935e49 Merge branch 'feature/reports-cli' of https://github.com/evalsocket/kyverno into policyreport
# Conflicts:
#	Makefile
#	cmd/kyverno/main.go
#	go.mod
#	go.sum
#	pkg/client/clientset/versioned/clientset.go
#	pkg/client/clientset/versioned/fake/clientset_generated.go
#	pkg/client/clientset/versioned/fake/register.go
#	pkg/client/clientset/versioned/scheme/register.go
#	pkg/client/informers/externalversions/factory.go
#	pkg/client/informers/externalversions/generic.go
#	pkg/client/listers/kyverno/v1/expansion_generated.go
#	pkg/policy/common.go
#	pkg/policy/controller.go
#	pkg/policy/existing.go
#	pkg/policyviolation/builder.go
#	pkg/policyviolation/generator.go
#	pkg/webhooks/server.go
#	pkg/webhooks/validate_audit.go
#	pkg/webhooks/validation.go
2020-10-12 18:30:37 -07:00
Yuvraj
7d7919d7d9
Fix documentation for helm (#1187) 2020-10-12 14:45:04 -07:00
shuting
f15730b3a9
Publish test image (#1185)
* push image on PR

* add docker login in CI

* publish image once PR is merged

* update order

* change condition when publish image

* add image publish as a separate github action

* remove condition

* set go env
2020-10-09 19:25:32 -07:00
shuting
4ba2aad493
Publish test image (#1184)
* push image on PR

* add docker login in CI

* publish image once PR is merged

* update order

* change condition when publish image

* add image publish as a separate github action

* remove condition
2020-10-09 19:22:05 -07:00
shuting
e5f408742f
Publish test image (#1183)
* push image on PR

* add docker login in CI

* publish image once PR is merged

* update order

* change condition when publish image

* add image publish as a separate github action
2020-10-09 19:16:28 -07:00
shuting
5eb38114b9
Publish test image (#1182)
* push image on PR

* add docker login in CI

* publish image once PR is merged

* update order

* change condition when publish image
2020-10-09 19:00:52 -07:00
shuting
0c7e5aa755
Publish test image (#1179)
* add annotation in best practice policy require-pod-probes

* migrate repo

* push image on PR

* add docker login in CI

* publish image once PR is merged

* update order
2020-10-09 18:49:29 -07:00
Pooja Singh
e3521ef96c
cleanup cli output (#1180) 2020-10-09 15:19:28 -07:00