Skip to content

Commit 06217a3

Browse files
authored
Merge pull request #176943 from phillipgibson/osm-addon-remove-preview-flags-20211021
OSM remove preview tags
2 parents 18d4fb6 + 98b68bc commit 06217a3

16 files changed

+861
-172
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46499,7 +46499,12 @@
4649946499
"redirect_document_id": false
4650046500
},
4650146501
{
46502-
"source_path_from_root": "/articles/aks/open-service-mesh-deploy-add-on.md",
46502+
"source_path_from_root": "/articles/aks/open-service-mesh-customize-add-on-experience.md",
46503+
"redirect_url": "/azure/aks/open-service-mesh-binary",
46504+
"redirect_document_id": false
46505+
},
46506+
{
46507+
"source_path_from_root": "/articles/aks/open-service-mesh-disable-add-on.md",
4650346508
"redirect_url": "/azure/aks/open-service-mesh-deploy-addon-az-cli",
4650446509
"redirect_document_id": false
4650546510
},

articles/aks/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,20 +380,20 @@
380380
href: open-service-mesh-deploy-addon-az-cli.md
381381
- name: Use Bicep template
382382
href: open-service-mesh-deploy-addon-bicep.md
383-
- name: Download the OSM client binary
383+
- name: Download and configure the OSM client binary
384384
href: open-service-mesh-binary.md
385385
- name: OSM Tutorials
386386
items:
387387
- name: Manage a new application deployment
388388
href: open-service-mesh-deploy-new-application.md
389389
- name: Manage an existing application deployment
390390
href: open-service-mesh-deploy-existing-application.md
391+
- name: Using Azure Application Gateway Ingress
392+
href: open-service-mesh-azure-application-gateway-ingress.md
391393
- name: Using Kubernetes Nginx Ingress Controller
392394
href: open-service-mesh-nginx-ingress.md
393395
- name: Configure observability using Prometheus, Grafana, and Jaeger
394396
href: open-service-mesh-open-source-observability.md
395-
- name: Customize OSM CLI experience
396-
href: open-service-mesh-customize-add-on-experience.md
397397
- name: IP and port range exclusion
398398
href: open-service-mesh-ip-port-exclusion.md
399399
- name: Configure Azure Monitor

articles/aks/open-service-mesh-about.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Open Service Mesh (Preview)
2+
title: Open Service Mesh
33
description: Open Service Mesh (OSM) in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
@@ -8,15 +8,13 @@ ms.custom: mvc, devx-track-azurecli
88
ms.author: pgibson
99
---
1010

11-
# Open Service Mesh AKS add-on (preview)
11+
# Open Service Mesh AKS add-on
1212

13-
[Open Service Mesh (OSM)](https://docs.openservicemesh.io/) is a lightweight, extensible, Cloud Native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.
13+
[Open Service Mesh (OSM)](https://docs.openservicemesh.io/) is a lightweight, extensible, Cloud Native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.
1414

1515
OSM runs an Envoy-based control plane on Kubernetes, can be configured with [SMI](https://smi-spec.io/) APIs, and works by injecting an Envoy proxy as a sidecar container next to each instance of your application. The Envoy proxy contains and executes rules around access control policies, implements routing configuration, and captures metrics. The control plane continually configures proxies to ensure policies and routing rules are up to date and ensures proxies are healthy.
1616

17-
The OSM project was originated by Microsoft and has since been donated and is governed by the [Cloud Native Computing Foundation (CNCF)](https://www.cncf.io/). The OSM open source project, will continue to be a community led collaboration around features and functionality and contributions to the project are welcomed and encouraged. Please see our [Contributor Ladder](https://github.com/openservicemesh/osm/blob/main/CONTRIBUTOR_LADDER.md) guide on how you can get involved.
18-
19-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
17+
The OSM project was originated by Microsoft and has since been donated and is governed by the [Cloud Native Computing Foundation (CNCF)](https://www.cncf.io/). The OSM open source project, will continue to be a community led collaboration around features and functionality and contributions to the project are welcomed and encouraged. Please see our [Contributor Ladder](https://github.com/openservicemesh/osm/blob/main/CONTRIBUTOR_LADDER.md) guide on how you can get involved.
2018

2119
## Capabilities and features
2220

0 commit comments

Comments
 (0)