Skip to content

Commit 4972a30

Browse files
WinbobobZhewei Hu
andauthored
Fix Gateway API tests to accommodate the removal of its prerequisite - managed Gateway API ingress provider enablement no longer required (#9520)
* Fix Gateway API tests to accommodate the removal of its prerequisite - managed Gateway API ingress provider enablement no longer required * Bump the version of aks-preview extension * Update recordings * Update history.rst --------- Co-authored-by: Zhewei Hu <zheweihu@microsoft.com>
1 parent 78d8dbe commit 4972a30

File tree

6 files changed

+17
-1380
lines changed

6 files changed

+17
-1380
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
15+
16+
19.0.0b19
17+
+++++++
1418
* Add add-on support for `ApplicationLoadBalancer` (Application Gateway for Containers)
15-
- AKS Create and Update parameters for `--enable-application-load-balancer` and `--disable-application-load-balancer`
16-
- `az aks applicationloadbalancer enable`: Enable Application Load Balancer add-on for an existing cluster.
17-
- `az aks applicationloadbalancer disable`: Disable Application Load Balancer add-on for an existing cluster.
18-
- `az aks applicationloadbalancer update`: Update Application Load Balancer add-on for an existing cluster.
19+
* AKS Create and Update parameters for `--enable-application-load-balancer` and `--disable-application-load-balancer`
20+
* `az aks applicationloadbalancer enable`: Enable Application Load Balancer add-on for an existing cluster.
21+
* `az aks applicationloadbalancer disable`: Disable Application Load Balancer add-on for an existing cluster.
22+
* `az aks applicationloadbalancer update`: Update Application Load Balancer add-on for an existing cluster.
23+
* Remove prerequisite for `--enable-gateway-api` option in `az aks create` and `az aks update` commands - managed Gateway API ingress provider enablement no longer required
1924

2025
19.0.0b18
2126
+++++++

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
short-summary: Enable user-defined scheduler configuration for kube-scheduler upstream on the cluster
696696
- name: --enable-gateway-api
697697
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.
699699
- name: --enable-hosted-system
700700
type: bool
701701
short-summary: Create a cluster with fully hosted system components. This applies only when creating a new automatic cluster.
@@ -788,8 +788,8 @@
788788
text: az aks create -g MyResourceGroup -n MyManagedCluster --vm-set-type VirtualMachines --vm-sizes "VMSize1,VMSize2" --node-count 3
789789
- name: Create a kubernetes cluster with a fully managed system node pool
790790
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
793793
- name: Create an automatic cluster with hosted system components enabled.
794794
text: az aks create -g MyResourceGroup -n MyManagedCluster --sku automatic --enable-hosted-system
795795
@@ -1417,7 +1417,7 @@
14171417
short-summary: Disable user-defined scheduler configuration for kube-scheduler upstream on the cluster
14181418
- name: --enable-gateway-api
14191419
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.
14211421
- name: --disable-gateway-api
14221422
type: bool
14231423
short-summary: Disable managed installation of Gateway API CRDs.

src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_gateway_api_and_azureservicemesh.yaml renamed to src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_gateway_api_and_azureservicemesh.yaml

File renamed without changes.

0 commit comments

Comments
 (0)