Skip to content
New issue

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

Canary CRD missing istio connection pool tcp support #1639

Open
faisalp4p opened this issue May 3, 2024 · 0 comments
Open

Canary CRD missing istio connection pool tcp support #1639

faisalp4p opened this issue May 3, 2024 · 0 comments

Comments

@faisalp4p
Copy link

faisalp4p commented May 3, 2024

Describe the bug

Not able to create a canary resource with spec.service.trafficPolicy.connectionPool.tcp It throws following error

strict decoding error: unknown field "spec.service.trafficPolicy.connectionPool.tcp"

To Reproduce

Create a canary resource with following spec

provider: istio
service:
  trafficPolicy:
    connectionPool:
      tcp:
        maxConnections: 1024

Expected behavior

Should be able to create Canary resource with the following spec and create corresponding istio DestinationRule

provider: istio
service:
  trafficPolicy:
    connectionPool:
      tcp:
        maxConnections: 1024

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant