Skip to main content

astroctl_clusters_sync

astroctl clusters sync

Sync cluster authentication configuration

Synopsis

Re-synchronizes internal authentication configuration for a cluster to fix connectivity or authentication issues

astroctl clusters sync [flags]

Examples

 
# Sync authentication configuration for a cluster
astroctl clusters sync my-cluster

# Sync using cluster name flag
astroctl clusters sync -c <cluster-name>

Options

  -c, --cluster-name string   The cluster name to sync authentication for
-h, --help help for sync

Options inherited from parent commands

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

SEE ALSO