mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * service_mesh/v2x/ossm-reference-smcp.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="ossm-cr-status_{context}"]
|
|
= status parameter
|
|
|
|
The `status` parameter describes the current state of your service mesh. This information is generated by the Operator and is read-only.
|
|
|
|
.Istio status parameters
|
|
|===
|
|
|Name |Description |Type
|
|
|
|
|`observedGeneration`
|
|
|The generation observed by the controller during the most recent reconciliation. The information in the status pertains to this particular generation of the object. The `status.conditions` are not up-to-date if the `status.observedGeneration` field does not match `metadata.generation`.
|
|
|integer
|
|
|
|
|`annotations`
|
|
|The `annotations` parameter stores additional, usually redundant status information, such as the number of components deployed by the `ServiceMeshControlPlane` object. These statuses are used by the command line tool, `oc`, which does not yet allow counting objects in JSONPath expressions.
|
|
|Not configurable
|
|
|
|
|`readiness`
|
|
|The readiness status of components and owned resources.
|
|
|string
|
|
|
|
|`operatorVersion`
|
|
|The version of the Operator that last processed this resource.
|
|
|string
|
|
|
|
|`components`
|
|
|Shows the status of each deployed {SMProductShortName} control plane component.
|
|
|string
|
|
|
|
|`appliedSpec`
|
|
|The resulting specification of the configuration options after all profiles have been applied.
|
|
|`ControlPlaneSpec`
|
|
|
|
|`conditions`
|
|
|Represents the latest available observations of the object's current state. `Reconciled` indicates that the Operator has finished reconciling the actual state of deployed components with the configuration in the `ServiceMeshControlPlane` resource. `Installed` indicates that the {SMProductShortName} control plane has been installed. `Ready` indicates that all {SMProductShortName} control plane components are ready.
|
|
|string
|
|
|
|
|`chartVersion`
|
|
|The version of the charts that were last processed for this resource.
|
|
|string
|
|
|
|
|`appliedValues`
|
|
|The resulting `values.yaml` file that was used to generate the charts.
|
|
|`ControlPlaneSpec`
|
|
|===
|