Skip to main content

astroctl_infra_kubernetes_register_resume

astroctl infra kubernetes register resume

Resume an interrupted registration

Synopsis

Resume polling for an in-flight cluster registration.

If the CLI was interrupted during registration (e.g., Ctrl+C, network issue), this command re-attaches the poller to the existing Temporal workflow.

astroctl infra kubernetes register resume [flags]

Examples


# Resume a registration that was interrupted
astroctl infra k8s register resume --cluster-name my-cluster

# Short form
astroctl infra k8s register resume -c my-cluster

Options

-c, --cluster-name string Name of the cluster to resume
-h, --help help for resume

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO