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

Implement bootctl CLI and move command for Boot Operator Migration #98

Open
hardikdr opened this issue Oct 25, 2024 · 1 comment
Open

Comments

@hardikdr
Copy link
Member

What would you like to be added:
Implement a bootctl CLI tool that includes a move command to facilitate the migration of Custom Resource Definitions (CRDs) and Custom Resources (CRs) related to the Boot Operator from a source cluster to a destination cluster.

A sample command may look like:

bootctl move --source-kubeconfig=~/.kube/source-cluster.yaml \
             --target-kubeconfig=~/.kube/target-cluster.yaml \
             --namespace=metal-namespace

Additional flags that should be supported include:

  • crds-only: Migrate only CRDs
  • crs-only: Migrate only CRs
  • dry-run: Preview the migration without making changes
  • namespace: Specify the namespace to operate within

Why is this needed:
This feature will streamline the migration process for Boot Operator resources.

@Nuckal777
Copy link

@SzymonSAP is cooking a generic move implementation over here.

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

No branches or pull requests

2 participants