feat(helm): add podLabels support for agent and operator pods - #2494
Open
anastasiia-flink wants to merge 2 commits into
Open
feat(helm): add podLabels support for agent and operator pods#2494anastasiia-flink wants to merge 2 commits into
anastasiia-flink wants to merge 2 commits into
Conversation
Author
|
@microsoft-github-policy-service agree [company="Flink"] |
Author
|
@microsoft-github-policy-service agree company="Flink" |
Signed-off-by: Anastasiia <anastasiia.suslova@goflink.com>
anastasiia-flink
force-pushed
the
helm-podlabels-agent-operator
branch
from
July 27, 2026 09:04
2000983 to
f5537ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
agent.podLabelsandoperator.podLabelsvalues to both the hubble and standard charts, following the existinghubble.relay.podLabels/hubble.ui.podLabels/certgen.podLabelsconvention.deploy/hubble/.../templates/agent/daemonset.yaml: renderagent.podLabelsin the pod templatedeploy/hubble/.../templates/operator/deployment.yaml: renderoperator.podLabelsin the pod templatedeploy/standard/.../templates/daemonset.yaml: renderagent.podLabelsin both linux and windows pod templatesdeploy/standard/.../templates/operator.yaml: renderoperator.podLabelsin the pod templatevalues.yaml(both charts): addpodLabels: {}defaultsWhy
The hubble-relay, hubble-ui, and certgen components already support
podLabels, but the retina-agent DaemonSet and retina-operator Deployment hardcode their pod labels. We want to enable attaching custom labels (e.g. team ownership labels used for observability tagging and cost attribution) to agent and operator pods.