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

Subaccount movement to another GA must update labels #940

Closed
3 tasks done
piotrmiskiewicz opened this issue Jul 19, 2024 · 1 comment
Closed
3 tasks done

Subaccount movement to another GA must update labels #940

piotrmiskiewicz opened this issue Jul 19, 2024 · 1 comment
Assignees
Labels
kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Comments

@piotrmiskiewicz
Copy link
Member

piotrmiskiewicz commented Jul 19, 2024

Subaccount movement which is an OSB context update must change labels in Kyma/GardenerCluster/Runtime resources.

AC

  • if all SKRs have empty "subscriptionGlobalAccountID": "", contact Zohar and ask him what was the last SA moves on production
  • when a context update with a GA change occurs, proper GA labels in Kyma, Runtime and GardenerCluster resoruces must bu updated
  • test to move existing SKR with the same SA to new GA. Check if 'kcp rt' returns such information

-prepare a script which updates all resources, where GA has been changed
-Update Kyma and Runtime CRs, unify a way how we label those two resources (right now, we have two implementations)
-when everything tested on our side, contact Zohar and ask him to move our SA (Kyma enabled) from one GA to another e.g. from gopher-team to kyma-test

Crossed points are moved to separate subtasks:

https://github.com/orgs/kyma-project/projects/38/views/1?pane=issue&itemId=81021880
https://github.com/orgs/kyma-project/projects/38/views/1?pane=issue&itemId=81021560

@PK85 PK85 added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature labels Aug 14, 2024
@ukff ukff self-assigned this Sep 4, 2024
@ukff
Copy link
Contributor

ukff commented Sep 10, 2024

investigation result: all SKRs have empty "subscriptionGlobalAccountID": ""

broker=> select instance_id, subscription_global_account_id from instances where subscription_global_account_id != '';
instance_id | subscription_global_account_id
-------------+--------------------------------
(0 rows)

broker=> select instance_id, subscription_global_account_id from instances_archived where subscription_global_account_id != '';
instance_id | subscription_global_account_id
-------------+--------------------------------
(0 rows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

No branches or pull requests

3 participants