Parameters

This documentation covers parameters for both component openshift4-service-mesh and config package openshift4-service-mesh.

Package parameters

The parent key for all of the following parameters is pkg.openshift4_service_mesh.

operator

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and upgrade mode for the service mesh operator. This parameter is passed on to component openshift4-service-mesh in the component’s parameter operator.

es_operator

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and mode for the OpenShift ElasticSearch operator. This parameter is passed on to component openshift4-service-mesh in the component’s parameter es_operator.

The ES operator is only installed by this component if it’s not already installed for the OpenShift logging stack through component openshift4-logging. If the ES operator is installed through openshift4-logging, this parameter has no effect.

kiali

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and mode for the Kiali operator.

This operator is installed through component openshift4-operators.

distributed_tracing

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and mode for the distributed tracing framework (Jaeger).

This operator is installed through component openshift4-operators.

Component parameters

The parent key for all of the following parameters is openshift4_service_mesh.

namespace

type

string

default

syn-openshift-service-mesh

The namespace in which the service mesh operator is deployed.

operator

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and upgrade mode for the service mesh operator.

es_operator

type: object default:: {"channel": "stable", "installPlanApproval": "Automatic"}

This parameter allows users to customize the upgrade channel and mode for the OpenShift ElasticSearch operator.

The ES operator is only installed by this component if it’s not already installed for the OpenShift logging stack through component openshift4-logging. If the ES operator is installed through openshift4-logging, this parameter has no effect.

This component installs the ES operator in namespace <namespace>-es-operator, where the value of the component parameter namespace is used for <namespace>.