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

Edit Subscriber when 2 subscribers belong to the same NS fails #509

Closed
patriciareinoso opened this issue Apr 19, 2024 · 0 comments · Fixed by #510
Closed

Edit Subscriber when 2 subscribers belong to the same NS fails #509

patriciareinoso opened this issue Apr 19, 2024 · 0 comments · Fixed by #510
Labels
bug Something isn't working

Comments

@patriciareinoso
Copy link
Contributor

Describe the bug

There is an unexpected behavior when we have 2 Subscribers that belong to the same NS and decide to change one of the to other NS.
We end up with 2 subscriber with the same imsi.

To Reproduce

  1. Create 2 NS (NS1 and NS2)
  2. Create Subscriber A in NS1
  3. Create Subscriber B in NS1
  4. Edit Subscriber A and change it to NS2
    -> Subscriber B disappears, Subscriber A is duplicated

Expected behavior

Subscriber A is changed to NS2
Subscriber B stays in NS1
Subscriber A is not duplicated

Screenshots

image

Logs

Environment

  • Charm / library version (if relevant): edge
  • Juju version (output from juju --version): 3.4
  • Cloud Environment: microk8s
  • Kubernetes version (output from kubectl version --short): 1.27

Additional context

@patriciareinoso patriciareinoso added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant