Skip to content

Commit

Permalink
OSSM-3796: Refactor adding services to a mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim O'Keefe committed Apr 24, 2023
1 parent c58ee69 commit 75f666d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/ossm-about-namespace.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Module included in the following assemblies:
//
// * service_mesh/v2x/installing-ossm.adoc

:_content-type: CONCEPT
[id="ossm-about-namespace_{context}"]
= About namespace

A Kubernetes namespace provides a mechanism to scope resources in a cluster. In OpenShift, a project is a Kubernetes namespace with additional annotations.

There are two ways you can either add a namespace to a mesh or remove a namespace from a mesh.

* You can manually specify each individual namespace in the `spec.members` field in the `ServiceMeshMemberRoll` resource.
* You can create a `ServiceMeshMember` resource in a namespace.

0 comments on commit 75f666d

Please sign in to comment.