contour
contour copied to clipboard
crd/ContourDeployment: Add fields 'extraVolumes & extraVolumeMounts'
add the fields extraVolumes &extraVolumeMounts to crd/ContourDeployment to let pod/envoy can mount more volumes
Signed-off-by: Gang Liu [email protected]
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days.
ping @skriss @tsaarni
ping again @skriss @tsaarni
Codecov Report
Merging #4680 (ee4baf7) into main (aa741b0) will increase coverage by
0.03%. The diff coverage is100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #4680 +/- ##
==========================================
+ Coverage 76.04% 76.07% +0.03%
==========================================
Files 140 140
Lines 16859 16878 +19
==========================================
+ Hits 12820 12840 +20
+ Misses 3787 3786 -1
Partials 252 252
| Impacted Files | Coverage Δ | |
|---|---|---|
| internal/provisioner/model/model.go | 92.10% <ø> (ø) |
|
| internal/provisioner/controller/gateway.go | 55.43% <100.00%> (+0.32%) |
:arrow_up: |
| internal/provisioner/controller/gatewayclass.go | 55.55% <100.00%> (+3.20%) |
:arrow_up: |
| ...nternal/provisioner/objects/dataplane/dataplane.go | 87.78% <100.00%> (+0.20%) |
:arrow_up: |
@izturn could you add some commentary on what kinds of additional things you expect users will want to mount into the Envoy pod? I don't know if we've had requests to do so before, but our basic example is just YAML so people can do as they please
with my use case, I want to pull the envoy_access.log at the specific path, such as /tmp by elk, so adding this feature will help that
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days.
@izturn once you've added the requested test case, I think this is ready for merge.