Gregory May
a6be0912ae
add Seccomp securityContext example ( #1411 )
...
Signed-off-by: gmay <mrgregmay@gmail.com>
2020-12-21 11:04:41 -08:00
shuting
3c5f9f8888
1398 - Reduce RCR throttling requests ( #1406 )
...
* reduce RCR throttling requests by merging policy application (policy - namespace) results into single RCR
* - refactor policy controller; - fix RCR issue
* - refactor RCR controller; - fix cpolr on ns update; - reduce throttling when getting resources; - fix tests
* update CRD schema
* fix typo
2020-12-21 11:04:19 -08:00
NoSkillGirl
be111d6282
simplified testcases
2020-12-20 02:43:07 +05:30
NoSkillGirl
8a8b861f54
added pass and fail test cases
2020-12-20 02:37:09 +05:30
NoSkillGirl
77a7ce3708
refactoring apply
2020-12-20 01:21:31 +05:30
Ihor Dvoretskyi
ee31fabcbc
FOSSA scanning added ( #1407 )
...
Signed-off-by: GitHub <noreply@github.com>
2020-12-17 10:48:24 -08:00
Jim Bugwadia
c77944ddef
filter resources excluded in config ( #1404 )
2020-12-16 12:29:16 -08:00
Jim Bugwadia
df7006f768
Merge pull request #1402 from realshuting/1398_rcr_throttling
...
Increase default memory limit to 256 Mi
2020-12-15 18:00:10 -08:00
Shuting Zhao
8b1d84f32c
increase memory limit to 256 Mi
2020-12-15 17:55:01 -08:00
shuting
5f70f5feec
fixes #1399 ( #1400 )
2020-12-15 15:21:39 -08:00
Yuvraj
5ecdfda4e0
Improve github action ( #1385 )
...
* Improve github action
Improve the github action
fix issue
Trigger Krew on relese and skip prerelease
Updated create infrastructure script
* More changes
* More changes
* Added check for prerelease
* Added check for prerelease
* Revert change
2020-12-15 11:46:53 -08:00
Jim Bugwadia
6e25ef8af3
Merge pull request #1391 from kyverno/1390_generate_no_data
...
allow generate with no data/status
2020-12-14 17:07:06 -08:00
Jim Bugwadia
ad9f189144
merge main
2020-12-14 16:08:01 -08:00
Pooja Singh
bff7229678
1345 use GR lister ( #1387 )
...
* improved log message
* added lister for GR
* added label to GR
* added wait for cache is sync
2020-12-14 14:52:13 -08:00
Jim Bugwadia
8f5795725b
update CRDs
2020-12-14 02:56:21 -08:00
Jim Bugwadia
043420d1ad
remove ns / name check
2020-12-14 02:52:12 -08:00
Jim Bugwadia
b25a037113
fix generate clone/data check
2020-12-14 02:43:16 -08:00
Jim Bugwadia
2285e6b1b6
update docs
2020-12-14 02:38:33 -08:00
Jim Bugwadia
41f636b702
Merge branch 'main' into 1390_generate_no_data
2020-12-13 00:50:16 -08:00
Yuvraj
2ffe9b024b
Added kustomize install script ( #1392 )
2020-12-13 11:43:01 +05:30
Jim Bugwadia
5dcf37141b
allow generate with no data/status
2020-12-12 21:19:37 -08:00
Jim Bugwadia
26d7587c43
Merge pull request #1382 from NoSkillGirl/pipe_for_policy_in_apply_command
...
added pipe for passing policy in apply
2020-12-12 16:28:15 -08:00
NoSkillGirl
f7056fc14a
error message updated
2020-12-11 13:18:27 +05:30
NoSkillGirl
1097a0d5f5
added pipe for passing policy in apply
2020-12-10 16:07:56 +05:30
Jim Bugwadia
2bd47f28f1
Merge pull request #1379 from realshuting/1371_gen_synchronize
...
Disable updates of generated resource when synchronize is set to false
2020-12-10 00:24:26 -08:00
Jim Bugwadia
0697d33d6d
Merge pull request #1380 from realshuting/1338_update_autogen_warnings
...
Clarify policy application behavior on pods that are managed by workload controllers
2020-12-10 00:22:04 -08:00
Shuting Zhao
4e81d0966d
update message
2020-12-09 17:19:26 -08:00
Shuting Zhao
304a7e1b1e
add warning message when validates poclies
2020-12-09 15:37:45 -08:00
Shuting Zhao
75313b7462
update message
2020-12-09 14:41:20 -08:00
Shuting Zhao
ac23fa20a7
disable updates of gen-resource when sync=false
2020-12-09 14:15:52 -08:00
Shuting Zhao
ce19b5668d
tag v1.3.0-rc8
2020-12-09 09:31:33 -08:00
shuting
39421ca6e9
Reduce RCR throttling requests ( #1376 )
...
* reduce RCR throtlling requests
* update logger in init container
2020-12-09 09:29:52 -08:00
Jim Bugwadia
b7cecd04ed
Merge pull request #1375 from kyverno/1292_match_namespace
...
match/exclude ns resource name
2020-12-08 23:05:42 -08:00
shuting
c1764a85d1
1370 clean up stale RCRs ( #1373 )
...
* remove env "POLICY-TYPE"
* clean up resource in goroutine
* clean up stale RCRs on namespace deletion
* go vet
* clean up code
2020-12-08 23:04:16 -08:00
shuting
ab5f2274f9
1314 validate rule ( #1368 )
...
* fixes 1314
* fix panic
2020-12-08 22:52:37 -08:00
Jim Bugwadia
d4327aeaeb
match/exclude ns resource name
2020-12-08 22:17:53 -08:00
Jim Bugwadia
2613a6cce4
pkg/webhooks/server.go ( #1372 )
...
* pkg/webhooks/server.go
* remove test for blocking deletes on generatated & synchronized resources
* remove test for blocking deletes on generatated & synchronized resources
2020-12-08 19:09:59 -08:00
Jim Bugwadia
3275326267
Merge pull request #1369 from realshuting/1366_fix_webhook_registration
...
Fix webhook registration
2020-12-08 17:54:07 -08:00
Shuting Zhao
54b0afb8b9
clean up old webhooks before registering new ones
2020-12-08 15:04:24 -08:00
Shuting Zhao
d8d90235f3
tag v1.3.0-rc7
2020-12-07 12:32:04 -08:00
Pooja Singh
d07058e90f
skipping gr status update ( #1364 )
2020-12-07 12:04:46 -08:00
Jim Bugwadia
6afd2e6f3a
ignore non-policy files in CLI and improve validation messages ( #1362 )
...
* improve validation message
* improve error behaviors
* fix tests
* fix tests
2020-12-07 11:26:04 -08:00
Jim Bugwadia
a64915128b
Revert "ignore non-policy files while loading"
...
This reverts commit c766512485
.
2020-12-06 11:12:54 -08:00
Jim Bugwadia
c766512485
ignore non-policy files while loading
2020-12-06 10:57:20 -08:00
Jim Bugwadia
c80ac553f8
update validation messages
2020-12-06 10:54:10 -08:00
Jim Bugwadia
c953398c1b
Merge pull request #1361 from kyverno/1332_wildcard_keys_in_patterns
...
1332 wildcard keys in patterns
2020-12-04 19:32:39 -08:00
Jim Bugwadia
1c2262b6e2
merge main
2020-12-04 16:52:10 -08:00
Jim Bugwadia
f3b644f624
handle anchors in keys
2020-12-04 15:59:15 -08:00
Jim Bugwadia
13a9a4721a
wildcard label and annotation keys validate patterns ( #1360 )
2020-12-04 12:05:24 -08:00
shuting
624b481df3
Fix 1351 - policy report ( #1359 )
...
* ignore Kyverno CRDs existence check when server is not available
* clean up cluster / reportChangeRequest
* resolve PR comments
* - fixes #1351 ; - clean up code
* fo fmt
2020-12-04 10:04:46 -08:00