You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to access services in AppMesh from CronJob containers.
Since envoy containers will not end automatically, the CronJob Pods never end even if the main container ends.
Is your feature request related to a problem?
I want to access services in AppMesh from CronJob containers.
Since envoy containers will not end automatically, the CronJob Pods never end even if the main container ends.
Describe the solution you'd like
Kubernetes provides sidecar container feature. (https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/)
This feature will help use AppMesh with CronJobs.
So, I want feature to select two ways of sidecar injection.
The text was updated successfully, but these errors were encountered: