mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
////
|
|
This module is included in the following assemblies:
|
|
* service_mesh/v2x/ossm-create-smcp.adoc
|
|
////
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="ossm-validate-control-plane-cli_{context}"]
|
|
= Validating your SMCP installation with the CLI
|
|
You can validate the creation of the `ServiceMeshControlPlane` from the command line.
|
|
|
|
. Prerequisites
|
|
|
|
* The {SMProductName} Operator must be installed.
|
|
* Access to the OpenShift CLI (`oc`).
|
|
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
* You are logged in to {product-title} as`cluster-admin`.
|
|
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
* You are logged in to {product-title} as a user with the `dedicated-admin` role.
|
|
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
|
|
.Procedure
|
|
|
|
. Run the following command to verify the {SMProductShortName} control plane installation, where `istio-system` is the namespace where you installed the {SMProductShortName} control plane.
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get smcp -n istio-system
|
|
----
|
|
+
|
|
The installation has finished successfully when the `STATUS` column is `ComponentsReady`.
|
|
+
|
|
[source,terminal,subs="attributes+"]
|
|
----
|
|
NAME READY STATUS PROFILES VERSION AGE
|
|
basic 10/10 ComponentsReady ["default"] {SMProductVersion} 66m
|
|
----
|