|
3432 | 3432 | short-summary: JSON file path for configuration-protected-settings |
3433 | 3433 | long-summary: JSON file path for configuration-protected-settings. If not specified, default value is None |
3434 | 3434 | examples: |
3435 | | - - name: Install K8s extension on AKS cluster with required parameters |
| 3435 | + - name: Install Cluster extension on AKS cluster with required parameters |
3436 | 3436 | text: az aks extension create --resource-group my-resource-group \ |
3437 | 3437 | --cluster-name mycluster --name myextension --extension-type microsoft.flux |
3438 | | - - name: Install K8s extension with optional parameter configuration settings |
| 3438 | + - name: Install Cluster extension with optional parameter configuration settings |
3439 | 3439 | text: az aks extension create --resource-group abc --cluster-name test --name flux \ |
3440 | 3440 | --extension-type microsoft.flux --config useKubeletIdentity=true |
3441 | 3441 | """ |
3442 | 3442 |
|
3443 | 3443 | helps['aks extension delete'] = """ |
3444 | 3444 | type: command |
3445 | | - short-summary: Delete a Kubernetes Extension. |
| 3445 | + short-summary: Delete a Cluster Extension. |
3446 | 3446 | parameters: |
3447 | 3447 | - name: --resource-group -g |
3448 | 3448 | type: string |
|
3463 | 3463 | long-summary: Specify whether to force delete the extension from the cluster \ |
3464 | 3464 | If not specified, default value is false |
3465 | 3465 | examples: |
3466 | | - - name: Delete an existing Kubernetes extension on AKS cluster |
| 3466 | + - name: Delete an existing Cluster extension on AKS cluster |
3467 | 3467 | text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext |
3468 | | - - name: Delete an existing Kubernetes extension on AKS cluster with optional parameters |
| 3468 | + - name: Delete an existing Cluster extension on AKS cluster with optional parameters |
3469 | 3469 | text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext \ |
3470 | 3470 | --yes --force |
3471 | 3471 | """ |
3472 | 3472 |
|
3473 | 3473 | helps['aks extension update'] = """ |
3474 | 3474 | type: command |
3475 | | - short-summary: Update mutable properties of a Kubernetes Extension. |
| 3475 | + short-summary: Update mutable properties of a Cluster Extension. |
3476 | 3476 | long-summary: For update to ConfigSettings and ConfigProtectedSettings, please \ |
3477 | | -refer to documentation of the cluster extension service to check update to these \ |
| 3477 | +refer to documentation of the Cluster extension service to check update to these \ |
3478 | 3478 | properties is supported before updating these properties. \ |
3479 | 3479 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3480 | 3480 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
|
3512 | 3512 | short-summary: Ignores confirmation prompt. |
3513 | 3513 | long-summary: Ignores confirmation prompt. If not specified, default value is false |
3514 | 3514 | examples: |
3515 | | - - name: Update K8s extension on AKS cluster |
| 3515 | + - name: Update Cluster extension on AKS cluster |
3516 | 3516 | text: az aks extension update --resource-group my-resource-group \ |
3517 | 3517 | --cluster-name mycluster --name myextension |
3518 | | - - name: Update K8s extension on AKS cluster with optional parameters included |
| 3518 | + - name: Update Cluster extension on AKS cluster with optional parameters included |
3519 | 3519 | text: az aks extension update --resource-group my-resource-group \ |
3520 | 3520 | --cluster-name mycluster --name myextension \ |
3521 | 3521 | --configuration-settings settings-key=settings-value \ |
|
3526 | 3526 |
|
3527 | 3527 | helps['aks extension list'] = """ |
3528 | 3528 | type: command |
3529 | | - short-summary: List Kubernetes Extensions |
3530 | | - long-summary: List all Kubernetes Extensions in a cluster, including their properties. \ |
| 3529 | + short-summary: List Cluster Extensions |
| 3530 | + long-summary: List all Cluster Extensions in a cluster, including their properties. \ |
3531 | 3531 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3532 | 3532 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
3533 | 3533 | For additional information, see http://aka.ms/clisecrets. |
|
3539 | 3539 | type: string |
3540 | 3540 | short-summary: Name of the AKS cluster |
3541 | 3541 | examples: |
3542 | | - - name: List all Kubernetes Extensions on a cluster |
| 3542 | + - name: List all Cluster Extensions on a cluster |
3543 | 3543 | text: az aks extension list --resource-group <group> --cluster-name <name> |
3544 | 3544 | """ |
3545 | 3545 |
|
3546 | 3546 | helps['aks extension show'] = """ |
3547 | 3547 | type: command |
3548 | | - short-summary: Show a Kubernetes Extension |
3549 | | - long-summary: Show a Kubernetes Extension including its properties. \ |
| 3548 | + short-summary: Show a Cluster Extension |
| 3549 | + long-summary: Show a Cluster Extension including its properties. \ |
3550 | 3550 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3551 | 3551 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
3552 | 3552 | For additional information, see http://aka.ms/clisecrets. |
|
3561 | 3561 | type: string |
3562 | 3562 | short-summary: Name of the extension instance |
3563 | 3563 | examples: |
3564 | | - - name: Show details of a Kubernetes Extension |
| 3564 | + - name: Show details of a Cluster Extension |
3565 | 3565 | text: az aks extension show --resource-group my-resource-group \ |
3566 | 3566 | --cluster-name mycluster --name myextension |
3567 | 3567 | """ |
|
3574 | 3574 |
|
3575 | 3575 | helps['aks extension type show'] = """ |
3576 | 3576 | type: command |
3577 | | - short-summary: Show properties for a K8s Extension Type. The properties used for filtering include kubernetes version, location of the cluster. |
| 3577 | + short-summary: Show properties for a Cluster Extension Type. The properties used for filtering include kubernetes version, location of the cluster. |
3578 | 3578 | parameters: |
3579 | 3579 | - name: --extension-type -t |
3580 | 3580 | type: string |
|
3593 | 3593 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3594 | 3594 |
|
3595 | 3595 | examples: |
3596 | | - - name: Show properties for a K8s Extension Type for an existing cluster by cluster |
| 3596 | + - name: Show properties for a Cluster Extension Type for an existing cluster by cluster |
3597 | 3597 | text: az aks extension type show --resource-group my-resource-group\ |
3598 | 3598 | --cluster-name mycluster --extension-type <type> |
3599 | | - - name: Show properties for a K8s Extension Type in a location |
| 3599 | + - name: Show properties for a Cluster Extension Type in a location |
3600 | 3600 | text: az aks extension type show --location eastus --extension-type type |
3601 | 3601 | """ |
3602 | 3602 |
|
3603 | 3603 | helps['aks extension type list'] = """ |
3604 | 3604 | type: command |
3605 | | - short-summary: List available K8s Extension Types. The properties used for filtering include kubernetes version, location of the cluster. |
| 3605 | + short-summary: List available Cluster Extension Types. The properties used for filtering include kubernetes version, location of the cluster. |
3606 | 3606 | parameters: |
3607 | 3607 | - name: --resource-group -g |
3608 | 3608 | type: string |
|
3620 | 3620 | type: string |
3621 | 3621 | short-summary: Specify the release train for the K8s extension type |
3622 | 3622 | examples: |
3623 | | - - name: List available K8s Extension Types for an existing cluster |
| 3623 | + - name: List available Cluster Extension Types for an existing cluster |
3624 | 3624 | text: az aks extension type list --resource-group my-resource-group \ |
3625 | 3625 | --cluster-name mycluster |
3626 | | - - name: List available K8s Extension Types in a region |
| 3626 | + - name: List available Cluster Extension Types in a region |
3627 | 3627 | text: az aks extension type list --location eastus |
3628 | 3628 | """ |
3629 | 3629 |
|
|
3635 | 3635 |
|
3636 | 3636 | helps['aks extension type version show'] = """ |
3637 | 3637 | type: command |
3638 | | - short-summary: Show properties associated with a K8s Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. |
| 3638 | + short-summary: Show properties associated with a Cluster Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. |
3639 | 3639 | parameters: |
3640 | 3640 | - name: --resource-group -g |
3641 | 3641 | type: string |
|
3656 | 3656 | short-summary: Location of where we want to retrieve the extension type |
3657 | 3657 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3658 | 3658 | examples: |
3659 | | - - name: Show properties for a K8s Extension Type version for an existing cluster |
| 3659 | + - name: Show properties for a Cluster Extension Type version for an existing cluster |
3660 | 3660 | text: az aks extension type version show --resource-group my-resource-group \ |
3661 | 3661 | --cluster-name mycluster --extension-type type --version 1.0.0 |
3662 | | - - name: Show properties for a K8s Extension Type version for a location |
| 3662 | + - name: Show properties for a Cluster Extension Type version for a location |
3663 | 3663 | text: az aks extension type version show --location eastus --extension-type <type> --version 1.0.0 |
3664 | 3664 | """ |
3665 | 3665 |
|
3666 | 3666 | helps['aks extension type version list'] = """ |
3667 | 3667 | type: command |
3668 | | - short-summary: List available K8s Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. |
| 3668 | + short-summary: List available Cluster Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. |
3669 | 3669 | parameters: |
3670 | 3670 | - name: --resource-group -g |
3671 | 3671 | type: string |
|
3683 | 3683 | short-summary: Location of where we want to retrieve the extension type |
3684 | 3684 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3685 | 3685 | examples: |
3686 | | - - name: List available K8s Extension Types for an existing cluster |
| 3686 | + - name: List available Cluster Extension Types for an existing cluster |
3687 | 3687 | text: az aks extension type version list --resource-group my-resource-group \ |
3688 | 3688 | --cluster-name mycluster --extension-type <type> |
3689 | | - - name: List available K8s Extension Types in a region |
| 3689 | + - name: List available Cluster Extension Types in a region |
3690 | 3690 | text: az aks extension type version list --location eastus --extension-type <type> |
3691 | 3691 | """ |
3692 | 3692 |
|
|
0 commit comments