Skip to content

Helm-chart - client pod not starting up #18

Closed
@dberardo-com

Description

@dberardo-com

Details

What steps did you take and what happened:

i have installed the helm chart from: https://github.com/angelnu/helm-charts/tree/main/charts/apps/pod-gateway following the instructions on: https://docs.k8s-at-home.com/guides/pod-gateway/

the chart installs correctly, but then by deploying the test pod from: https://docs.k8s-at-home.com/guides/pod-gateway/#test-deployment i run into a timeout from the sidebar init-container (see below)

What did you expect to happen:

expected an output similar to this: #15 (comment)

Anything else you would like to add:

using k3s, single-node cluster w/ flatten

Additional Information:

this is the output of the gateway-init sidecar container:

+ ip route
10.42.0.0/24 dev eth0 proto kernel scope link src 10.42.0.13 
10.42.0.0/16 via 10.42.0.1 dev eth0 
++ cut -d ' ' -f 1
+ K8S_DNS_IP=10.43.0.10
++ dig +short vpn-gateway-pod-gateway.pod-gateway.svc.cluster.local @10.43.0.10
+ GATEWAY_IP=';; connection timed out; no servers could be reached'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions