You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What would you like to be added:
Implement a
bootctl
CLI tool that includes amove
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:
Additional flags that should be supported include:
crds-only
: Migrate only CRDscrs-only
: Migrate only CRsdry-run
: Preview the migration without making changesnamespace
: Specify the namespace to operate withinWhy is this needed:
This feature will streamline the migration process for Boot Operator resources.
The text was updated successfully, but these errors were encountered: