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

Problem with deployment using helm chart bitnami/contour 19.3.1 in k8s #30556

Open
vldanch opened this issue Nov 21, 2024 · 1 comment
Open
Assignees
Labels
contour tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@vldanch
Copy link

vldanch commented Nov 21, 2024

Name and Version

bitnami/contour 19.3.1

What architecture are you using?

None

What steps will reproduce the bug?

kube_context="k8s-dev" ; \
kube_namespace="ingress-internal" ; \
helm_chartname="contour" ; \
helm upgrade \
    --kube-context ${kube_context} \
    --namespace ${kube_namespace} --create-namespace \
    --install ${kube_namespace}-${helm_chartname} ./19.3.1 \
    --values ./19.3.1/values-dev.yaml

What do you see instead?

Logs(ingress-internal/ingress-internal-contour-contour-86dbf945-stnjv:contour)

time="2024-11-21T09:08:10Z" level=info msg="maxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS"                                                                                                       
time="2024-11-21T09:08:10Z" level=info msg="args: [serve --incluster --xds-address=0.0.0.0 --xds-port=8001 --http-port=8000 --envoy-service-http-port=8080 --envoy-service-https-port=8443 --contour-cafile=/certs/ca
time="2024-11-21T09:08:10Z" level=fatal msg="failed to create informer" error="no matches for kind \"ExtensionService\" in version \"projectcontour.io/v1alpha1\"" resource=extensionservices   

Logs(ingress-internal/ingress-internal-contour-envoy-cht7v:envoy)

[2024-11-21 09:13:18.664][1][warning][config] [./source/extensions/config_subscription/grpc/grpc_stream.h:214] StreamClusters gRPC config stream to contour closed since 277s ago: 14, upstream connect error or disc
onnect/reset before headers. reset reason: remote connection failure, transport failure reason: delayed connect error: Connection refused                                                                            
[2024-11-21 09:13:26.660][1][warning][config] [./source/extensions/config_subscription/grpc/grpc_stream.h:214] StreamRuntime gRPC config stream to contour closed since 300s ago: 14, upstream connect error or disco
nnect/reset before headers. reset reason: remote connection failure, transport failure reason: delayed connect error: Connection refused                                                                             
[2024-11-21 09:13:32.776][1][warning][config] [./source/extensions/config_subscription/grpc/grpc_stream.h:214] StreamRuntime gRPC config stream to contour closed since 306s ago: 14, upstream connect error or disco
nnect/reset before headers. reset reason: remote connection failure, transport failure reason: delayed connect error: Connection refused
@vldanch vldanch added the tech-issues The user has a technical issue about an application label Nov 21, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 21, 2024
@carrodher
Copy link
Member

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and want to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance.

Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contour tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants