Clemens Jütte
06/11/2024, 2:27 PMkind get kubeconfig --name=5min-idp > kcfg
kubectl -n openobserve port-forward svc/openobserve 5080:5080 --kubeconfig kcfg
David Söderlund
06/11/2024, 2:29 PM5min-idp:/app# kind get kubeconfig --name=5min-idp > kcfg
5min-idp:/app# kubectl -n openobserve port-forward svc/openobserve 5080:5080 --kubeconfig kcfg
E0611 14:29:21.211157 850 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:43495/api?timeout=32s>": dial tcp 127.0.0.1:43495: connect: connection refused
E0611 14:29:21.211336 850 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:43495/api?timeout=32s>": dial tcp 127.0.0.1:43495: connect: connection refused
E0611 14:29:21.212614 850 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:43495/api?timeout=32s>": dial tcp 127.0.0.1:43495: connect: connection refused
E0611 14:29:21.212733 850 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:43495/api?timeout=32s>": dial tcp 127.0.0.1:43495: connect: connection refused
The connection to the server 127.0.0.1:43495 was refused - did you specify the right host or port?
Jan Walraven
06/11/2024, 2:29 PMBrett Hinton
06/11/2024, 2:30 PMRaffael Klingler
06/11/2024, 2:30 PMJohannes Würbach
06/11/2024, 2:38 PMJohannes Würbach
06/11/2024, 2:39 PMkind get kubeconfig --name=5min-idp > kcfg
copy the content of kcfg to your clipboard, into a local file and afterwards run the port-forward on your local machine.Raffael Klingler
06/11/2024, 2:41 PMJohannes Würbach
06/11/2024, 2:41 PMDavid Söderlund
06/11/2024, 2:41 PMDavid Söderlund
06/11/2024, 2:42 PMDavid Söderlund
06/11/2024, 2:43 PMJohannes Würbach
06/11/2024, 3:01 PM