-
Notifications
You must be signed in to change notification settings - Fork 202
Support for Multi containers with Resource Fragments #968
Comments
Agreed that this should be possible. I wonder though, how we could distinguish the case whether we should add a new container to the container list and when we should merge containers. Maybe we should correlate over the image name itself ? I'm happy about any PR for this feature. |
yeah using image is the best way - as that will be unique amongst the containers |
@rhuss - how shall we call the variable for adding probes to multiple containers right now am calling as
|
@nicolaferraro - your thoughts ? |
@jstrachan , @nicolaferraro , @rhuss - this #969 resolves the issue |
Any update on this? I believe it would be a very important feature to have, especially since service meshes such as Linkerd or Envoy running as a sidecar container are starting to get a lot of traction. It seems that #969 has been abandoned, are there any plans to support this feature? I'm willing to help on the PR if's useful. Thanks! |
@jstrachan @hrishin - shall we start dust this out ? CC: @pradeepto |
sounds good - if we use the container name in the fragments to do the merge things should be straightforward I hope |
Just wanted to add my support to this issue :-) Without proper support to sidecars, it's also hard to get a Jaeger Agent deployed automatically with an application making use of distributed tracing with Jaeger. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Description
When using Resource Fragments, the plugin is not able to merge i.e to append to containers - when containers in Deployment Template Spec already has a container defined. This will be typically useful when we handle sidecars
Currently the resource merge thinks the existing container definition as the application definition and merges to it instead of appending it.
Info
mvn -v
) :deployment.yml
with one container added to Deployment Template Spec, dont add the application container specThe text was updated successfully, but these errors were encountered: