You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in a running kubernetes cluster that is unreachable from the host:
$ kubectl get pods -A
The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port?
Kubernetes is running within the vm, as can be verified by colima ssh -- kubectl get nodes.
Manually starting an ssh tunnel ssh -L6443:127.0.0.1:6443 colima with the generated ssh config from colima, also works.
Version
$ colima version && limactl --version && qemu-img --version
colima version HEAD-4e52450
git commit: 4e52450080340a2861edf647f460563a21e011d4
runtime: docker
arch: x86_64
client: v24.0.7
server: v24.0.7
limactl version 0.19.1
qemu-img version 8.2.0
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
Description
Results in a running kubernetes cluster that is unreachable from the host:
Kubernetes is running within the vm, as can be verified by
colima ssh -- kubectl get nodes
.Manually starting an ssh tunnel
ssh -L6443:127.0.0.1:6443 colima
with the generated ssh config from colima, also works.Version
Operating System
Output of
colima status
Reproduction Steps
Expected behaviour
kubectl returning the running pods
Additional context
No response
The text was updated successfully, but these errors were encountered: