-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSSM-6347: SM 3.0 Deploying Istio #75094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gabriel-rh
merged 1 commit into
openshift:service-mesh-docs-main
from
rh-tokeefe:OSSM-6347
May 1, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,13 @@ | ||
:_mod-docs-content-type: Concept | ||
[id="about-istio-deployment"] | ||
= About Istio deployment | ||
:context: ossm-about-istio-deployment | ||
|
||
To deploy {istio}, you must create two resources: `Istio` and `IstioCNI`. The `Istio` resource deploys and configures the {istio} Control Plane. The `IstioCNI` resource deploys and configures the {istio} Container Network Interface (CNI) plugin. You should create these resources in separate projects; therefore, you must create two projects as part of the {istio} deployment process. | ||
|
||
You can use the {ocp-short-name} web console or the OpenShift CLI (oc) to create a project or a resource in your cluster. | ||
|
||
[NOTE] | ||
==== | ||
In the {ocp-product-title}, a project is essentially a Kubernetes namespace with additional annotations, such as the range of user IDs that can be used in the project. Typically, the {ocp-product-title} web console uses the term project, and the CLI uses the term namespace, but the terms are essentially synonymous. | ||
==== |
22 changes: 22 additions & 0 deletions
22
modules/ossm-creating-istio-cni-project-using-console.adoc
This file contains hidden or 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,22 @@ | ||
:_mod-docs-content-type: Procedure | ||
[id="ossm-creating-istio-cni-project"] | ||
= Creating the IstioCNI project using the web console | ||
:context: ossm-creating-istio-cni-project-using-console | ||
|
||
The {SMProductShortName} Operator deploys the {istio} CNI plugin to a project that you create. In this example, `istio-cni` is the name of the project. | ||
|
||
.Prerequisties | ||
|
||
* The {SMProductName} Operator must be installed. | ||
|
||
* You are logged in to the {ocp-product-title} web console as cluster-admin. | ||
|
||
.Procedure | ||
|
||
. In the {ocp-product-title} web console, click *Home* -> *Projects*. | ||
|
||
. Click *Create Project*. | ||
|
||
. At the prompt, you must enter a name for the project in the *Name* field. For example, `istio-cni`. The other fields provide supplementary information and are optional. | ||
|
||
. Click *Create*. |
This file contains hidden or 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,22 @@ | ||
:_mod-docs-content-type: Procedure | ||
[id="ossm-creating-istio-project"] | ||
= Creating the Istio project using the web console | ||
:context: ossm-creating-istio-project-using-console | ||
|
||
The {SMProductShortName} Operator deploys the {istio} control plane to a project that you create. In this example, `istio-system` is the name of the project. | ||
|
||
.Prerequisties | ||
|
||
* The {SMProductName} Operator must be installed. | ||
|
||
* You are logged in to the {ocp-product-title} web console as cluster-admin. | ||
|
||
.Procedure | ||
|
||
. In the {ocp-product-title} web console, click *Home* -> *Projects*. | ||
|
||
. Click *Create Project*. | ||
|
||
. At the prompt, enter a name for the project in the *Name* field. For example, `istio-system`. The other fields provide supplementary information to the `Istio` resource definition and are optional. | ||
|
||
. Click *Create*. The {SMProductShortName} Operator deploys {istio} to the project you specified. |
This file contains hidden or 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,30 @@ | ||
:_mod-docs-content-type: Procedure | ||
[id="ossm-creating-istio-resource"] | ||
= Creating the Istio resource using the web console | ||
:context: ossm-creating-istio-resource-using-console | ||
|
||
Create the {istio} resource that will contain the YAML configuration file for your {istio} deployment. The {SMProductShortName} Operator uses information in the YAML file to create an instance of the {istio} control plane. | ||
|
||
.Prerequisties | ||
|
||
* The {SMProductName} Operator must be installed. | ||
|
||
* You are logged in to the {ocp-product-title} web console as cluster-admin. | ||
|
||
.Procedure | ||
|
||
. In the {ocp-product-title} web console, click *Operators* -> *Installed Operators*. | ||
|
||
. Select `istio-system` in the *Project* drop-down menu. | ||
|
||
. Click the Sail Operator. | ||
|
||
. Click *Istio*. | ||
|
||
. Click *Create Istio*. | ||
|
||
. Select the `istio-system` project from the *Namespace* drop-down menu. | ||
|
||
. Click *Create*. This action deploys the {istio} control plane. | ||
+ | ||
When `State: Healthy` appears in the *Status* column, {istio} is successfully deployed. | ||
30 changes: 30 additions & 0 deletions
30
modules/ossm-creating-istiocni-resource-using-console.adoc
This file contains hidden or 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,30 @@ | ||
:_mod-docs-content-type: Procedure | ||
[id="ossm-creating-istiocni-resource"] | ||
= Creating the IstioCNI resource using the web console | ||
:context: ossm-creating-istiocni-resource | ||
|
||
Create an {istio} Container Network Interface (CNI) resource, which contains the configuration file for the Istio CNI plugin. The {SMProductShortName} Operator uses the configuration specified by this resource to deploy the CNI pod. | ||
|
||
.Prerequisties | ||
|
||
* The {SMProductName} Operator must be installed. | ||
|
||
* You are logged in to the {ocp-product-title} web console as cluster-admin. | ||
|
||
.Procedure | ||
|
||
. In the {ocp-product-title} web console, click *Operators* -> *Installed Operators*. | ||
|
||
. Select `istio-cni` in the *Project* drop-down menu. | ||
|
||
. Click the Sail Operator. | ||
|
||
. Click *IstioCNI*. | ||
|
||
. Click *Create IstioCNI*. | ||
|
||
. Ensure that the name is `default`. | ||
|
||
. Click *Create*. This action deploys the Istio CNI plugin. | ||
+ | ||
When `State: Healthy` appears in the *Status* column, the Istio CNI plugin is successfully deployed. | ||
rh-tokeefe marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.