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

Enhance the architecture of the external mode #14076

Open
parth-gr opened this issue Apr 16, 2024 · 0 comments
Open

Enhance the architecture of the external mode #14076

parth-gr opened this issue Apr 16, 2024 · 0 comments
Labels

Comments

@parth-gr
Copy link
Member

parth-gr commented Apr 16, 2024

Is this a bug report or feature request?

  • Feature Request

In external mode the process currently is

  1. Export the data using python script
  2. Paste the export data in the terminal
  3. Import the data and create resources using import script
  4. Then create the operator and ceph cluster

re-architect like,

  1. Export the data using python script
  2. Create the operator and ceph cluster (it will create a secret external_secret with empty data)
  3. User will update the secret external_secret with the export data

Rest work will be done by rook operator to read the external_secret and create resources.

This will also make the flow equivalent for both upstream and downstream and reduce 1 step.

Environment:

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

No branches or pull requests

1 participant