Skip to content

Commit c3991f7

Browse files
committed
remove refs to agc preview in appgw docs
1 parent 756a2f3 commit c3991f7

10 files changed

+11
-11
lines changed

articles/application-gateway/ingress-controller-expose-service-over-http-https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
These tutorials help illustrate the usage of [Kubernetes Ingress Resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) to expose an example Kubernetes service through the [Azure Application Gateway](https://azure.microsoft.com/services/application-gateway/) over HTTP or HTTPS.
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
18+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1919
2020
## Prerequisites
2121

articles/application-gateway/ingress-controller-expose-websocket-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: greglin
1414
As outlined in the Application Gateway v2 documentation - it [provides native support for the WebSocket and HTTP/2 protocols](features.md#websocket-and-http2-traffic). Both Application Gateway and the Kubernetes Ingress don't have a user-configurable setting to selectively enable or disable WebSocket support.
1515

1616
> [!TIP]
17-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
17+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1818
1919
The following Kubernetes deployment YAML shows the minimum configuration used to deploy a WebSocket server, which is the same as deploying a regular web server:
2020
```yaml

articles/application-gateway/ingress-controller-install-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AGIC monitors the Kubernetes [Ingress](https://kubernetes.io/docs/concepts/servi
1717
resources, and creates and applies Application Gateway config based on the status of the Kubernetes cluster.
1818

1919
> [!TIP]
20-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
20+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
2121
2222
## Outline
2323

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The instructions below assume Application Gateway Ingress Controller (AGIC) will
1616
installed in an environment with no pre-existing components.
1717

1818
> [!TIP]
19-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
19+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
2020
2121
## Required Command Line Tools
2222

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
This section configures your AKS to use [LetsEncrypt.org](https://letsencrypt.org/) and automatically obtain a TLS/SSL certificate for your domain. The certificate is installed on Application Gateway, which performs SSL/TLS termination for your AKS cluster. The setup described here uses the [cert-manager](https://github.com/jetstack/cert-manager) Kubernetes add-on, which automates the creation and management of certificates.
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
18+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1919
2020
Use the following steps to install [cert-manager](https://docs.cert-manager.io) on your existing AKS cluster.
2121

articles/application-gateway/ingress-controller-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: greglin
1414
If you already have AGIC deployed through Helm but want to migrate to AGIC deployed as an AKS add-on, the following steps help to guide you through the migration process.
1515

1616
> [!TIP]
17-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
17+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1818
1919
## Prerequisites
2020
Before you start the migration process, there are a few things to check.

articles/application-gateway/ingress-controller-multiple-namespace-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As of version 0.7 [Azure Application Gateway Kubernetes IngressController](https
2020
Version 0.7 of AGIC continues to exclusively observe the `default` namespace, unless this is explicitly changed to one or more different namespaces in the Helm configuration. See the following section.
2121

2222
> [!TIP]
23-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
23+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
2424
2525
## Enable multiple namespace support
2626

articles/application-gateway/ingress-controller-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 07/28/2023
8+
ms.date: 01/31/2024
99
ms.author: greglin
1010
---
1111

@@ -15,7 +15,7 @@ The Application Gateway Ingress Controller (AGIC) is a Kubernetes application, w
1515
The Ingress Controller runs in its own pod on the customer’s AKS. AGIC monitors a subset of Kubernetes Resources for changes. The state of the AKS cluster is translated to Application Gateway specific configuration and applied to the [Azure Resource Manager (ARM)](../azure-resource-manager/management/overview.md).
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
18+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1919
2020
## Benefits of Application Gateway Ingress Controller
2121
AGIC helps eliminate the need to have another load balancer/public IP address in front of the AKS cluster and avoids multiple hops in your datapath before requests reach the AKS cluster. Application Gateway talks to pods using their private IP address directly and doesn't require NodePort or KubeProxy services. This capability also brings better performance to your deployments.

articles/application-gateway/ingress-controller-private-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
This feature exposes the ingress endpoint within the `Virtual Network` using a private IP.
1616

1717
> [!TIP]
18-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
18+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
1919
2020
## Prerequisites
2121
Application Gateway with a [Private IP configuration](./configure-application-gateway-with-private-frontend-ip.md)

articles/application-gateway/ingress-controller-update-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Azure Application Gateway Ingress Controller for Kubernetes (AGIC) can be up
1616
using a Helm repository hosted on Azure Storage.
1717

1818
> [!TIP]
19-
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
19+
> Also see [What is Application Gateway for Containers?](for-containers/overview.md).
2020
2121
Before beginning the upgrade procedure, ensure that you've added the required repository:
2222

0 commit comments

Comments
 (0)