|
3441 | 3441 | short-summary: JSON file path for configuration-protected-settings |
3442 | 3442 | long-summary: JSON file path for configuration-protected-settings. If not specified, default value is None |
3443 | 3443 | examples: |
3444 | | - - name: Install K8s extension on AKS cluster with required parameters |
| 3444 | + - name: Install Cluster extension on AKS cluster with required parameters |
3445 | 3445 | text: az aks extension create --resource-group my-resource-group \ |
3446 | 3446 | --cluster-name mycluster --name myextension --extension-type microsoft.flux |
3447 | | - - name: Install K8s extension with optional parameter configuration settings |
| 3447 | + - name: Install Cluster extension with optional parameter configuration settings |
3448 | 3448 | text: az aks extension create --resource-group abc --cluster-name test --name flux \ |
3449 | 3449 | --extension-type microsoft.flux --config useKubeletIdentity=true |
3450 | 3450 | """ |
3451 | 3451 |
|
3452 | 3452 | helps['aks extension delete'] = """ |
3453 | 3453 | type: command |
3454 | | - short-summary: Delete a Kubernetes Extension. |
| 3454 | + short-summary: Delete a Cluster Extension. |
3455 | 3455 | parameters: |
3456 | 3456 | - name: --resource-group -g |
3457 | 3457 | type: string |
|
3472 | 3472 | long-summary: Specify whether to force delete the extension from the cluster \ |
3473 | 3473 | If not specified, default value is false |
3474 | 3474 | examples: |
3475 | | - - name: Delete an existing Kubernetes extension on AKS cluster |
| 3475 | + - name: Delete an existing Cluster extension on AKS cluster |
3476 | 3476 | text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext |
3477 | | - - name: Delete an existing Kubernetes extension on AKS cluster with optional parameters |
| 3477 | + - name: Delete an existing Cluster extension on AKS cluster with optional parameters |
3478 | 3478 | text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext \ |
3479 | 3479 | --yes --force |
3480 | 3480 | """ |
3481 | 3481 |
|
3482 | 3482 | helps['aks extension update'] = """ |
3483 | 3483 | type: command |
3484 | | - short-summary: Update mutable properties of a Kubernetes Extension. |
| 3484 | + short-summary: Update mutable properties of a Cluster Extension. |
3485 | 3485 | long-summary: For update to ConfigSettings and ConfigProtectedSettings, please \ |
3486 | | -refer to documentation of the cluster extension service to check update to these \ |
| 3486 | +refer to documentation of the Cluster extension service to check update to these \ |
3487 | 3487 | properties is supported before updating these properties. \ |
3488 | 3488 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3489 | 3489 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
|
3521 | 3521 | short-summary: Ignores confirmation prompt. |
3522 | 3522 | long-summary: Ignores confirmation prompt. If not specified, default value is false |
3523 | 3523 | examples: |
3524 | | - - name: Update K8s extension on AKS cluster |
| 3524 | + - name: Update Cluster extension on AKS cluster |
3525 | 3525 | text: az aks extension update --resource-group my-resource-group \ |
3526 | 3526 | --cluster-name mycluster --name myextension |
3527 | | - - name: Update K8s extension on AKS cluster with optional parameters included |
| 3527 | + - name: Update Cluster extension on AKS cluster with optional parameters included |
3528 | 3528 | text: az aks extension update --resource-group my-resource-group \ |
3529 | 3529 | --cluster-name mycluster --name myextension \ |
3530 | 3530 | --configuration-settings settings-key=settings-value \ |
|
3535 | 3535 |
|
3536 | 3536 | helps['aks extension list'] = """ |
3537 | 3537 | type: command |
3538 | | - short-summary: List Kubernetes Extensions |
3539 | | - long-summary: List all Kubernetes Extensions in a cluster, including their properties. \ |
| 3538 | + short-summary: List Cluster Extensions |
| 3539 | + long-summary: List all Cluster Extensions in a cluster, including their properties. \ |
3540 | 3540 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3541 | 3541 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
3542 | 3542 | For additional information, see http://aka.ms/clisecrets. |
|
3548 | 3548 | type: string |
3549 | 3549 | short-summary: Name of the AKS cluster |
3550 | 3550 | examples: |
3551 | | - - name: List all Kubernetes Extensions on a cluster |
| 3551 | + - name: List all Cluster Extensions on a cluster |
3552 | 3552 | text: az aks extension list --resource-group <group> --cluster-name <name> |
3553 | 3553 | """ |
3554 | 3554 |
|
3555 | 3555 | helps['aks extension show'] = """ |
3556 | 3556 | type: command |
3557 | | - short-summary: Show a Kubernetes Extension |
3558 | | - long-summary: Show a Kubernetes Extension including its properties. \ |
| 3557 | + short-summary: Show a Cluster Extension |
| 3558 | + long-summary: Show a Cluster Extension including its properties. \ |
3559 | 3559 | The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ |
3560 | 3560 | source control. Also verify that no secrets are present in the logs of your command or script. \ |
3561 | 3561 | For additional information, see http://aka.ms/clisecrets. |
|
3570 | 3570 | type: string |
3571 | 3571 | short-summary: Name of the extension instance |
3572 | 3572 | examples: |
3573 | | - - name: Show details of a Kubernetes Extension |
| 3573 | + - name: Show details of a Cluster Extension |
3574 | 3574 | text: az aks extension show --resource-group my-resource-group \ |
3575 | 3575 | --cluster-name mycluster --name myextension |
3576 | 3576 | """ |
|
3583 | 3583 |
|
3584 | 3584 | helps['aks extension type show'] = """ |
3585 | 3585 | type: command |
3586 | | - short-summary: Show properties for a K8s Extension Type. The properties used for filtering include kubernetes version, location of the cluster. |
| 3586 | + short-summary: Show properties for a Cluster Extension Type. The properties used for filtering include kubernetes version, location of the cluster. |
3587 | 3587 | parameters: |
3588 | 3588 | - name: --extension-type -t |
3589 | 3589 | type: string |
|
3602 | 3602 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3603 | 3603 |
|
3604 | 3604 | examples: |
3605 | | - - name: Show properties for a K8s Extension Type for an existing cluster by cluster |
| 3605 | + - name: Show properties for a Cluster Extension Type for an existing cluster by cluster |
3606 | 3606 | text: az aks extension type show --resource-group my-resource-group\ |
3607 | 3607 | --cluster-name mycluster --extension-type <type> |
3608 | | - - name: Show properties for a K8s Extension Type in a location |
| 3608 | + - name: Show properties for a Cluster Extension Type in a location |
3609 | 3609 | text: az aks extension type show --location eastus --extension-type type |
3610 | 3610 | """ |
3611 | 3611 |
|
3612 | 3612 | helps['aks extension type list'] = """ |
3613 | 3613 | type: command |
3614 | | - short-summary: List available K8s Extension Types. The properties used for filtering include kubernetes version, location of the cluster. |
| 3614 | + short-summary: List available Cluster Extension Types. The properties used for filtering include kubernetes version, location of the cluster. |
3615 | 3615 | parameters: |
3616 | 3616 | - name: --resource-group -g |
3617 | 3617 | type: string |
|
3629 | 3629 | type: string |
3630 | 3630 | short-summary: Specify the release train for the K8s extension type |
3631 | 3631 | examples: |
3632 | | - - name: List available K8s Extension Types for an existing cluster |
| 3632 | + - name: List available Cluster Extension Types for an existing cluster |
3633 | 3633 | text: az aks extension type list --resource-group my-resource-group \ |
3634 | 3634 | --cluster-name mycluster |
3635 | | - - name: List available K8s Extension Types in a region |
| 3635 | + - name: List available Cluster Extension Types in a region |
3636 | 3636 | text: az aks extension type list --location eastus |
3637 | 3637 | """ |
3638 | 3638 |
|
|
3644 | 3644 |
|
3645 | 3645 | helps['aks extension type version show'] = """ |
3646 | 3646 | type: command |
3647 | | - short-summary: Show properties associated with a K8s Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. |
| 3647 | + short-summary: Show properties associated with a Cluster Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. |
3648 | 3648 | parameters: |
3649 | 3649 | - name: --resource-group -g |
3650 | 3650 | type: string |
|
3665 | 3665 | short-summary: Location of where we want to retrieve the extension type |
3666 | 3666 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3667 | 3667 | examples: |
3668 | | - - name: Show properties for a K8s Extension Type version for an existing cluster |
| 3668 | + - name: Show properties for a Cluster Extension Type version for an existing cluster |
3669 | 3669 | text: az aks extension type version show --resource-group my-resource-group \ |
3670 | 3670 | --cluster-name mycluster --extension-type type --version 1.0.0 |
3671 | | - - name: Show properties for a K8s Extension Type version for a location |
| 3671 | + - name: Show properties for a Cluster Extension Type version for a location |
3672 | 3672 | text: az aks extension type version show --location eastus --extension-type <type> --version 1.0.0 |
3673 | 3673 | """ |
3674 | 3674 |
|
3675 | 3675 | helps['aks extension type version list'] = """ |
3676 | 3676 | type: command |
3677 | | - short-summary: List available K8s Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. |
| 3677 | + short-summary: List available Cluster Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. |
3678 | 3678 | parameters: |
3679 | 3679 | - name: --resource-group -g |
3680 | 3680 | type: string |
|
3692 | 3692 | short-summary: Location of where we want to retrieve the extension type |
3693 | 3693 | long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None |
3694 | 3694 | examples: |
3695 | | - - name: List available K8s Extension Types for an existing cluster |
| 3695 | + - name: List available Cluster Extension Types for an existing cluster |
3696 | 3696 | text: az aks extension type version list --resource-group my-resource-group \ |
3697 | 3697 | --cluster-name mycluster --extension-type <type> |
3698 | | - - name: List available K8s Extension Types in a region |
| 3698 | + - name: List available Cluster Extension Types in a region |
3699 | 3699 | text: az aks extension type version list --location eastus --extension-type <type> |
3700 | 3700 | """ |
3701 | 3701 |
|
|
0 commit comments