-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSSM-3796: Refactor adding services to a mesh
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |