krogebry / ironbark-k8s-self-service

Self service portal for provisioning k8s namespaces
0 stars 2 forks source link

Troubleshooting connectivity to louis #17

Closed krogebry closed 7 months ago

krogebry commented 8 months ago

Env

[louis|default] ➜  .kube tailscale status
Warning: client version "1.50.1-t874938806" != tailscaled server version "1.56.1-t906f85d10-g34ed54c8c"
100.113.95.89   bkroger-mbp          bryan.kroger@ macOS   -
100.76.51.40    guzila               bryan.kroger@ linux   -
100.120.80.93   louis-virtualbox-1   lastsamuraiufc@ linux   active; relay "lax"; offline, tx 3256 rx 0

Expected

Able to curl to k8s endpoint on Louis's host over tailscale.

curl -vv https://100.120.80.93:6443 should return "Auth failure" message. Currently returns nothing.

Result

[louis|default] bkroger@guzila:~/.kube$ curl -vv https://100.120.80.93:6443
*   Trying 100.120.80.93:6443...

Diagnostics

I suspect that we haven't enabled TailScale to "know" about 6443 so we might have to enable that with an ACL.