|
695 | 695 | short-summary: Enable user-defined scheduler configuration for kube-scheduler upstream on the cluster |
696 | 696 | - name: --enable-gateway-api |
697 | 697 | type: bool |
698 | | - short-summary: Enable managed installation of Gateway API CRDs from the standard release channel. Requires at least one managed Gateway API ingress provider to be enabled. |
| 698 | + short-summary: Enable managed installation of Gateway API CRDs from the standard release channel. |
699 | 699 | - name: --enable-hosted-system |
700 | 700 | type: bool |
701 | 701 | short-summary: Create a cluster with fully hosted system components. This applies only when creating a new automatic cluster. |
|
788 | 788 | text: az aks create -g MyResourceGroup -n MyManagedCluster --vm-set-type VirtualMachines --vm-sizes "VMSize1,VMSize2" --node-count 3 |
789 | 789 | - name: Create a kubernetes cluster with a fully managed system node pool |
790 | 790 | text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-managed-system-pool |
791 | | - - name: Create a kubernetes cluster with the Azure Service Mesh addon enabled with a managed installation of Gateway API CRDs from the standard release channel. |
792 | | - text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-azure-service-mesh --enable-gateway-api |
| 791 | + - name: Create a kubernetes cluster with a managed installation of Gateway API CRDs from the standard release channel. |
| 792 | + text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-gateway-api |
793 | 793 | - name: Create an automatic cluster with hosted system components enabled. |
794 | 794 | text: az aks create -g MyResourceGroup -n MyManagedCluster --sku automatic --enable-hosted-system |
795 | 795 |
|
|
1417 | 1417 | short-summary: Disable user-defined scheduler configuration for kube-scheduler upstream on the cluster |
1418 | 1418 | - name: --enable-gateway-api |
1419 | 1419 | type: bool |
1420 | | - short-summary: Enable managed installation of Gateway API CRDs from the standard release channel. Requires at least one managed Gateway API ingress provider to be enabled. |
| 1420 | + short-summary: Enable managed installation of Gateway API CRDs from the standard release channel. |
1421 | 1421 | - name: --disable-gateway-api |
1422 | 1422 | type: bool |
1423 | 1423 | short-summary: Disable managed installation of Gateway API CRDs. |
|
0 commit comments