Skip to content

[velero] fix missing deployment selector#730

Open
jfcoz wants to merge 1 commit intovmware-tanzu:mainfrom
jfcoz:fix/velero_deployment_selector
Open

[velero] fix missing deployment selector#730
jfcoz wants to merge 1 commit intovmware-tanzu:mainfrom
jfcoz:fix/velero_deployment_selector

Conversation

@jfcoz
Copy link
Copy Markdown

@jfcoz jfcoz commented Feb 25, 2026

previous velero deployment selector also match node-agent pods:

kubectl get pods --selector=app.kubernetes.io/instance=velero,app.kubernetes.io/name=velero
NAME                      READY   STATUS    RESTARTS       AGE
node-agent-4xp65          1/1     Running   0              22h
node-agent-gbsjf          1/1     Running   0              22h
…
velero-768f8b5b6d-2x79l   1/1     Running   0              22h
kubectl exec -it deploy/velero -c velero -- /velero version
Error from server (BadRequest): container velero is not valid for pod node-agent-hccs4

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

previous selector also match node-agent pods

Signed-off-by: Julien Francoz <julien-github@francoz.net>
@jfcoz jfcoz force-pushed the fix/velero_deployment_selector branch from 02f51fd to e757bfb Compare March 16, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants