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

Bug Report: Not able to list backups using kubectl get vitessbackups #14766

Closed
GenLN opened this issue Dec 13, 2023 · 1 comment
Closed

Bug Report: Not able to list backups using kubectl get vitessbackups #14766

GenLN opened this issue Dec 13, 2023 · 1 comment

Comments

@GenLN
Copy link

GenLN commented Dec 13, 2023

Overview of the Issue

This is not working for 2 vitess cluster (only for one in separate namespace) on same K8S cluster.

Reproduction Steps

  1. Deploy operator and CRD into namespace A
  2. Deploy vitess cluster1 on namespace A
  3. Run full backups
  4. Run kubectl get vitessbackups into namespace A(it works)
  5. Update operator deployment and assign also to watch namespace B
  6. Deploy vitess cluster2 on namespace B
  7. Run full backups
  8. Run kubectl get vitessbackups into namespace B (empty for cluster2, even the backups are done and uploaded to gcs,s3 etc...)
  9. Run kubectl get vitessbackups into namespace A(list for cluster1 vitessbackups are shown)

Second test different K8S cluster:

  1. Deploy operator and CRD into namespace A1
  2. Deploy cluster11 into namespace A1
  3. Run full backups
  4. Run kubectl get vitessbackups into namespace A1 for cluster11(backup list shown)
  5. Deploy Operator deployment kind only into namespace B1
  6. Deploy cluster21 into namespace B1
  7. Run full backups
  8. Run kubectl get vitessbackups into namespace B1 for cluster 21 (empty list no backups shown)
  9. Run kubectl get vitessbackups into namespace A1 for cluster 11 (vitessbackups list shown)

Binary Version

Vitess v18.0.1
latest tag vitess operator

Operating System and Environment details

K8S cluster

Log Fragments

No response

@GenLN GenLN added Needs Triage This issue needs to be correctly labelled and triaged Type: Bug labels Dec 13, 2023
@rohit-nayak-ps rohit-nayak-ps added Component: Backup and Restore and removed Needs Triage This issue needs to be correctly labelled and triaged labels Dec 14, 2023
@frouioui frouioui self-assigned this Oct 17, 2024
@frouioui
Copy link
Member

Closing this in favor of planetscale/vitess-operator#626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants