Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Incorrect labels on Agent deployment and pod #1028

@rinormaloku

Description

@rinormaloku

Description

The Agent custom resource creates a Deployment and Pod that are missing the recommended Kubernetes labels.

  • The Deployment shows app=kagent,kagent=platform-support-agent only.
  • The Pod shows app=kagent,kagent=platform-support-agent,pod-template-hash=….

According to the Kubernetes common‑label guidelines, the following labels should be present:

Label Expected value
app.kubernetes.io/name platform-support-agent (the name of the Agent)
app.kubernetes.io/managed-by kagent
app.kubernetes.io/part-of kagent

The lack of these labels hampers observability, tooling integration, and makes it harder to associate resources with the owning application.

Actual Result

Only app=kagent, which could/should be the same as app.kubernetes.io/name and kagent=platform-support-agent are present; the three recommended labels are missing.

See recommended labels

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions