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
Description:
Envoy Gateway is restarting a lot when we roll out configuration changes to HTTPRoutes, SecurityPolicies etc.
Merge Gateways is not enabled.
Potentially similar to #2965 and #2637
Repro steps:
2024-05-15T08:55:51.328Z INFO provider kubernetes/controller.go:141 reconciling gateways {"runner": "provider"} 2024-05-15T08:55:51.328Z INFO provider kubernetes/controller.go:714 processing Gateway {"runner": "provider", "namespace": "envoy-gateway", "name": "dev"} .....
➜ ~ kgpo NAME READY STATUS RESTARTS AGE envoy-envoy-gateway-dev-73146645-7d9bc4c49b-6dt5s 2/2 Running 0 14m envoy-envoy-gateway-dev-73146645-7d9bc4c49b-qxkzh 2/2 Running 0 3m12s <- NEW PODS envoy-envoy-gateway-dev-73146645-7d9bc4c49b-vgx74 2/2 Running 0 3m12s <- NEW PODS envoy-envoy-gateway-qa-81cea4ab-d7cf98866-8qfq7 2/2 Running 0 3m5s <- NEW PODS envoy-envoy-gateway-qa-81cea4ab-d7cf98866-9vt5c 2/2 Running 0 14m envoy-envoy-gateway-qa-81cea4ab-d7cf98866-rwpnx 2/2 Running 0 3m6s <- NEW PODS envoy-gateway-865b76c664-vg256 1/1 Running 0 11m
Environment:
Envoy Gateway: v1.0.1
Helm Values for Envoy Gateway installation:
deployment: replicas: 1 pod: annotations: fluentbit.io/exclude: "true" envoyGateway: resources: limits: cpu: 250m memory: 3Gi requests: cpu: 250m memory: 3Gi
Logs:
The text was updated successfully, but these errors were encountered:
@alexandermarston can you try this out on v0.0.0-latest ? we've added some fixes #3130 to avoid this
v0.0.0-latest
Sorry, something went wrong.
No branches or pull requests
Description:
Envoy Gateway is restarting a lot when we roll out configuration changes to HTTPRoutes, SecurityPolicies etc.
Merge Gateways is not enabled.
Potentially similar to #2965 and #2637
Repro steps:
Environment:
Envoy Gateway: v1.0.1
Helm Values for Envoy Gateway installation:
Logs:
The text was updated successfully, but these errors were encountered: