mohgeis commented on issue #16880: URL: https://github.com/apache/pinot/issues/16880#issuecomment-3345667038
It seems that k8s has a new feature to use initContainer section to create sidecars. The feature is GA since k8s v1.33 but available since v1.28 and enabled by default since v1.29. https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ gatename: SidecarContainers. Usage: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#pod-sidecar-containers Since we Pinot helm chart exposed initContainers, I suggest to close this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
