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

2555 commits

Author SHA1 Message Date
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
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
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
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
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
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
Shuting Zhao
7a49db3882 update repo name 2020-10-08 13:10:52 -07:00
Shuting Zhao
49c61a574a tag v1.2.0 2020-10-07 15:44:15 -07:00
Jim Bugwadia
5c328f3cc9
Merge pull request #1176 from realshuting/self-signed-cert
Use Self-signed certificate to build TLS webhook server
2020-10-07 15:37:14 -07:00
Jim Bugwadia
5b2c337b12
Merge pull request #1178 from realshuting/1140_update_best_practice
1140 update best practice require-pod-probes
2020-10-07 15:36:19 -07:00
Shuting Zhao
2152d354a9 migrate repo 2020-10-07 15:09:52 -07:00
Shuting Zhao
d4c37aebad add annotation in best practice policy require-pod-probes 2020-10-07 15:09:13 -07:00
Shuting Zhao
e8c5d47bdf update names 2020-10-07 14:44:36 -07:00
Shuting Zhao
3c65f343fe update secret with unstructured obj 2020-10-07 14:30:00 -07:00
Shuting Zhao
8d299a5ef2 Merge branch 'self-signed-cert' of https://github.com/realshuting/kyverno into self-signed-cert 2020-10-07 14:20:04 -07:00
Shuting Zhao
db92f20364 - use self-signed certificate to build TLS webhook server;
- remove CSR related code
2020-10-07 14:19:23 -07:00
Shuting Zhao
52ef3f42f6 - use self-signed certificate to build TLS webhook server;
- remove CSR related code
2020-10-07 14:17:37 -07:00
Jim Bugwadia
a4dccdc550
Merge pull request #1175 from kyverno/migrate_repo
migrate github.com/nirmata/kyverno to github.com/kyverno/kyverno
2020-10-07 12:19:39 -07:00
Shuting Zhao
47525f9923 update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:17:45 -07:00
Shuting Zhao
cdc5190c56 update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
Pooja Singh
ccdcb6ae89
Feature/read from stdin validate (#1171)
* temp

* added pipe logic for validate

* fixed test cases - policy mutation
2020-10-06 17:50:53 -07:00
Pooja Singh
7fc0eaaee3
added condition for exclude selector (#1169)
* added exclude selector condition

* small fix
2020-10-06 14:27:40 -07:00
Jim Bugwadia
caa1a17023
update installation guides (#1167)
* update installation guides

* align namespaces

* add instructions for SAN in X509v3 extensions

fix manual CA steps for Kubernetes 1.19 / Golang 1.15
2020-10-01 23:29:30 -07:00
Pooja Singh
168c92333c
Feature/read from stdin (#1165)
* temp

* added pipe logic for apply

* removed comments

* updated readme
2020-10-01 18:22:58 -07:00
Jim Bugwadia
f35e6893e9
Merge pull request #1163 from nirmata/improvement/update_configmap_docs
update config map docs
2020-10-01 07:15:20 -07:00
Pooja Singh
2f9d77f6d1
Merge pull request #1151 from NoSkillGirl/bug/validate_apiversion_change
fixed yaml package for CLI validate
2020-10-01 18:34:48 +05:30
Jim Bugwadia
d9bf3f67bb update config map docs 2020-10-01 00:32:12 -07:00
Jim Bugwadia
5f8c38966a
remove mutation message when no rules are applied (#1162) 2020-09-30 11:37:40 -07:00
Jim Bugwadia
712168ab67
update getting started docs (#1155) 2020-09-29 19:35:41 -07:00
Jim Bugwadia
73044f9515
fixes #1152 (#1154) 2020-09-29 16:15:27 -07:00
NoSkillGirl
b9b28b40fb fixed yaml package 2020-09-30 00:51:07 +05:30
Jim Bugwadia
0170e1b19c
add links in chronological order (latest first) (#1148)
* add links in chronological order (latest first)

- reorder links
- add Coffee and Cloud Native video
- remove Go report card (temporary) as the site is down

* add back goreport
2020-09-28 10:09:47 -07:00