Skip to content

Commit a744fcb

Browse files
committed
fix pr blocking issues
Signed-off-by: Sneha Chhabria <[email protected]>
1 parent 75bad89 commit a744fcb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/aks/open-service-mesh-deploy-existing-application.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.author: pgibson
1010

1111
# Onboarding applications to Open Service Mesh (OSM) Azure Kubernetes Service (AKS) add-on
1212

13+
The following guide describes how to onboard a kubernetes microservice to OSM.
14+
1315
## Before you begin
1416

1517
The steps detailed in this walk-through assume that you've previously enabled the OSM AKS add-on for your AKS cluster. If not, review the article [Deploy the OSM AKS add-on](./open-service-mesh-deploy-addon-az-cli.md) before proceeding. Also, your AKS cluster needs to be version Kubernetes `1.19+` and above, have Kubernetes RBAC enabled, and have established a `kubectl` connection with the cluster (If you need help with any of these items, then see the [AKS quickstart](./kubernetes-walkthrough.md), and have installed the AKS OSM add-on.
@@ -70,12 +72,13 @@ For example SMI policies, please see the following examples:
7072
- [demo/deploy-traffic-target.sh](https://github.com/openservicemesh/osm/blob/release-v0.11/demo/deploy-traffic-target.sh)
7173

7274

73-
#### Note: Removing Namespaces
75+
#### Removing Namespaces
7476
Namespaces can be removed from the OSM mesh with the `osm namespace remove` command:
7577

7678
```console
7779
$ osm namespace remove <namespace>
7880
```
7981

80-
> **Please Note:**
81-
> The **`osm namespace remove`** command only tells OSM to stop applying updates to the sidecar proxy configurations in the namespace. It **does not** remove the proxy sidecars. This means the existing proxy configuration will continue to be used, but it will not be updated by the OSM control plane. If you wish to remove the proxies from all pods, remove the pods' namespaces from the mesh using OSM LCI and redeploy the corresponding pods or deployments.
82+
> [!NOTE]
83+
>
84+
> - The **`osm namespace remove`** command only tells OSM to stop applying updates to the sidecar proxy configurations in the namespace. It **does not** remove the proxy sidecars. This means the existing proxy configuration will continue to be used, but it will not be updated by the OSM control plane. If you wish to remove the proxies from all pods, remove the pods' namespaces from the mesh using OSM LCI and redeploy the corresponding pods or deployments.

0 commit comments

Comments
 (0)