Closed thobianchi closed 2 years ago
Merging #1 (a2059c2) into main (97469db) will decrease coverage by
0.33%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #1 +/- ##
==========================================
- Coverage 68.35% 68.01% -0.34%
==========================================
Files 9 9
Lines 1204 1210 +6
==========================================
Hits 823 823
- Misses 304 310 +6
Partials 77 77
Impacted Files | Coverage Δ | |
---|---|---|
pkg/deploy/deploy.go | 66.03% <0.00%> (-0.85%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 97469db...a2059c2. Read the comment docs.
Why the changes in docker build workflow?
a mistake I worked on several features at the same time making a mess, updated with only the throttling options.
from some test on Kind: 23 resources: deployment, secret and cm
Same parameter as Kubectl:
12.013s total
0.657s total
This parameters drastically increase apply performance reducing request throttling client-side. I think that is a good trade-off, we are not building a general purpose tool like Kubectl, mlp interact with kubernetes only for applying yaml file.