astroctl_infra_kubernetes_sync
astroctl infra kubernetes sync
Sync cluster authentication configuration
Synopsis
Re-synchronizes internal authentication configuration for a cluster to fix connectivity or authentication issues
astroctl infra kubernetes sync [flags]
Examples
# Sync authentication configuration for a cluster
astroctl infra k8s sync my-cluster
# Sync using cluster name flag
astroctl infra k8s 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
- astroctl infra kubernetes - Manage Kubernetes clusters