Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/acs/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@
- name: --rotation-poll-interval
type: string
short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
- name: --ssh-key-value
type: string
short-summary: Public key path or key contents to install on node VMs for SSH access. For example, 'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm'.
- name: --enable-windows-gmsa
type: bool
short-summary: Enable Windows gmsa on cluster.
Expand Down Expand Up @@ -803,6 +806,8 @@
text: az aks update -g MyResourceGroup -n MyManagedCluster --enable-keda
- name: Disable KEDA workload autoscaler for an existing kubernetes cluster.
text: az aks update -g MyResourceGroup -n MyManagedCluster --disable-keda
- name: Update the SSH key on a AKS Cluster.
text: az aks update -g MyResourceGroup -n MyManagedCluster --ssh-key-value /path/to/publickey
"""

helps['aks delete'] = """
Expand Down
Loading