projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Envoy: add envoy-admin volume, update to 1.19.1 #430

Closed skriss closed 3 years ago

skriss commented 3 years ago

Adds the envoy-admin emptyDir volume to the Envoy daemon set and updates the Envoy version to 1.19.1 to match projectcontour/contour.

Closes #423.

Signed-off-by: Steve Kriss krisss@vmware.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #430 (6002411) into main (b85e9a6) will decrease coverage by 2.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #430      +/-   ##
==========================================
- Coverage   80.06%   77.67%   -2.39%     
==========================================
  Files          29       29              
  Lines        2222     2235      +13     
==========================================
- Hits         1779     1736      -43     
- Misses        329      366      +37     
- Partials      114      133      +19     
Impacted Files Coverage Δ
internal/config/config.go 100.00% <ø> (ø)
internal/objects/daemonset/daemonset.go 93.92% <100.00%> (-1.58%) :arrow_down:
internal/status/status.go 51.35% <0.00%> (-21.63%) :arrow_down:
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/controller/controller.go 71.31% <0.00%> (-11.48%) :arrow_down:
internal/objects/rbac.go 58.33% <0.00%> (-5.96%) :arrow_down:
internal/objects/configmap/configmap.go 72.72% <0.00%> (-3.90%) :arrow_down:
internal/objects/service/service.go 85.21% <0.00%> (-3.48%) :arrow_down:
internal/objects/deployment/deployment.go 92.79% <0.00%> (-2.97%) :arrow_down:
internal/objects/job/job.go 79.13% <0.00%> (-2.61%) :arrow_down:
... and 1 more

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 b85e9a6...6002411. Read the comment docs.