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
Not able to create a canary resource with spec.service.trafficPolicy.connectionPool.tcp It throws following error
spec.service.trafficPolicy.connectionPool.tcp
strict decoding error: unknown field "spec.service.trafficPolicy.connectionPool.tcp"
Create a canary resource with following spec
provider: istio service: trafficPolicy: connectionPool: tcp: maxConnections: 1024
Should be able to create Canary resource with the following spec and create corresponding istio DestinationRule
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Not able to create a canary resource with
spec.service.trafficPolicy.connectionPool.tcp
It throws following errorstrict decoding error: unknown field "spec.service.trafficPolicy.connectionPool.tcp"
To Reproduce
Create a canary resource with following spec
Expected behavior
Should be able to create Canary resource with the following spec and create corresponding istio DestinationRule
Additional context
The text was updated successfully, but these errors were encountered: