mesheryctl system config aks

Configure Meshery to use AKS cluster

Synopsis

Configure Meshery to connect to AKS cluster

mesheryctl system config aks [flags]

Examples

Configure Meshery to connect to AKS cluster using auth token

mesheryctl system config aks --token auth.json

Configure Meshery to connect to AKS cluster (if session is logged in using login subcommand)

mesheryctl system config aks

Options

-h, --help help for aks -t, --token string Path to token for authenticating to Meshery API

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.