SchemaValidationError
This message occurs when your Istio configuration does not successfully pass schema validation.
For example, you receive this error:
and your Istio configuration contains these values:
In this example, the error message indicates that the weight
element has an
invalid value when checked against the schema.
To resolve this problem, refer to the message details5 field to determine which element or value does not adhere to the schema, correct the error and try again.
For details about the expected schema for Istio resources, see the configuration reference3.