Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Allow getting custom resources from all namespaces #127

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

banjoh
Copy link
Member

@banjoh banjoh commented Nov 22, 2023

This will allow running kubectl get custom-resource -A

Before

[evans] $ k get backups -A
No resources found

After

[evans] $ k get backups -A
NAMESPACE   NAME             AGE
velero      instance-pz2c8   20d
velero      instance-6rxr7   20d
velero      instance-qqzzv   19d
velero      instance-c2964   18d
velero      instance-9fffl   17d
velero      instance-4vjzw   16d
velero      instance-mffms   15d
velero      instance-khdtt   14d
velero      instance-b69wr   13d
velero      instance-rnnfm   12d

This will allow running `kubectl get custom-resource` -A
@banjoh banjoh requested a review from divolgin November 22, 2023 14:03
@banjoh banjoh merged commit 2b166c2 into replicatedhq:main Nov 22, 2023
3 of 4 checks passed
@banjoh banjoh deleted the em/respect-a-flag branch November 22, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants