1.27.2. spec parameters
1.27.2.1. general parameters 링크 복사링크가 클립보드에 복사되었습니다!
Here is an example that illustrates the spec.general parameters for the ServiceMeshControlPlane object and a description of the available parameters with appropriate values.
Example general parameters
apiVersion: maistra.io/v2
kind: ServiceMeshControlPlane
metadata:
name: basic
spec:
general:
logging:
componentLevels: {}
# misc: error
logAsJSON: false
validationMessages: true
| Parameter | Description | Values | Default value |
|---|---|---|---|
| Use to configure logging for the Service Mesh control plane components. | N/A | |
| Use to specify the component logging level. |
Possible values: | N/A |
| Use to enable or disable JSON logging. |
| N/A |
| Use to enable or disable validation messages to the status fields of istio.io resources. This can be useful for detecting configuration errors in resources. |
| N/A |