Skip to content

Gitpod on Self-Hosted Rancher without Cloud Provider #2965

Closed
@lucky4ever2

Description

@lucky4ever2

I have a self hosted rancher without a cloud provider. Therefore the proxy cannot create a load balancer service.
I changed the serviceType to "NodePort" and created an ingress behind it at Port 80. But unfortunately I get the default nginx page displayed: "Welcome to nginx!" (https://gitpod.domain.de)

My Helm Chart Config:
hostname=gitpod.domain.de
certificatesSecret.secretName=gitpod-ssl-secret
ingressMode=pathAndHost
components.proxy.serviceType=NodePort
minio.persistence.size=50Gi
components.wsDaemon.containerRuntime.nodeRoots[0]=/var/lib
components.wsDaemon.containerRuntime.nodeRoots[1]=/run/containerd/io.containerd.runtime.v1.linux/moby
defaults.dnsPolicy=ClusterFirstWithHostNet

And I don't know if that is related, but the ws-manager-bridge shows this error:
Error in fetching sampling strategy: Error: connect ECONNREFUSED 0.0.0.0:5778

Metadata

Metadata

Assignees

No one assigned

    Labels

    self-hostedtype: needs triageWe've seen the issue but need to investigate to decide what type of issue it is

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions