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

Impelement ipamctl CLI and move command for IPAM Operator Migration #375

Open
damyan opened this issue Oct 28, 2024 · 0 comments
Open

Impelement ipamctl CLI and move command for IPAM Operator Migration #375

damyan opened this issue Oct 28, 2024 · 0 comments

Comments

@damyan
Copy link
Member

damyan commented Oct 28, 2024

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

A sample command may look like:

ipamctl 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 IPAM Operator resources.

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

1 participant