We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply:
type: MeshTimeout name: mt-1 mesh: default spec: targetRef: kind: MeshGateway name: gateway-proxy from: - targetRef: kind: Mesh default: idleTimeout: 50s connectionTimeout: 51s http: requestTimeout: 52s streamIdleTimeout: 53s maxStreamDuration: 54s maxConnectionDuration: 55s
Result:
Error: YAML contains invalid resource: spec.from: must not be defined.
However, the following policy works
type: MeshTimeout name: mt-1 mesh: default spec: targetRef: kind: Mesh proxyTypes: - Gateway from: - targetRef: kind: Mesh default: idleTimeout: 50s connectionTimeout: 51s http: requestTimeout: 52s streamIdleTimeout: 53s maxStreamDuration: 54s maxConnectionDuration: 55s
The text was updated successfully, but these errors were encountered:
@michaelbeaumont do you know if it's expected and we need a better explanation in the error or it's a bug?
Sorry, something went wrong.
Triage: we should support MeshGateway and setting inbound timeouts for specific gateway
No branches or pull requests
Description
Apply:
Result:
However, the following policy works
The text was updated successfully, but these errors were encountered: