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
When I try to follow the given tutorial from https://akhq.io/docs/installation.html#using-helm-repository on my local machine I get the following results. I ran the "demo" docker-compose and it worked for me but I can not seem to get this running.
Forwarding from 127.0.0.1:8080 -> 80 Forwarding from [::1]:8080 -> 80 Handling connection for 8080 E0712 22:56:56.302851 33708 portforward.go:406] an error occurred forwarding 8080 -> 80: error forwarding port 80 to pod 268cbdb7cffc50eb9265fc2727d4194c08f4ef89e4ee145ee7c99c1ba2a287b7, uid : exit status 1: 2022/07/12 20:56:56 socat[18759] E connect(16, AF=2 127.0.0.1:80, 16): Connection refused E0712 22:56:56.304992 33708 portforward.go:234] lost connection to pod
{"message":"Couldn't find any clusters on your configuration file, please ensure that the configuration file is loaded correctly","_links":{"self":{"href":"/","templated":false}}}
This discussion was converted from issue #1150 on July 26, 2022 20:14.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to follow the given tutorial from https://akhq.io/docs/installation.html#using-helm-repository on my local machine I get the following results. I ran the "demo" docker-compose and it worked for me but I can not seem to get this running.
OS: Windows 11
Kubernetes: Version shipped with Docker Desktop
application.yml: https://github.com/tchiotludo/akhq/blob/dev/application.example.yml (I do not think it is used here anyways)
Setup:
Running:
Result:
Forwarding from 127.0.0.1:8080 -> 80 Forwarding from [::1]:8080 -> 80 Handling connection for 8080 E0712 22:56:56.302851 33708 portforward.go:406] an error occurred forwarding 8080 -> 80: error forwarding port 80 to pod 268cbdb7cffc50eb9265fc2727d4194c08f4ef89e4ee145ee7c99c1ba2a287b7, uid : exit status 1: 2022/07/12 20:56:56 socat[18759] E connect(16, AF=2 127.0.0.1:80, 16): Connection refused E0712 22:56:56.304992 33708 portforward.go:234] lost connection to pod
Different approach running:
Result:
{"message":"Couldn't find any clusters on your configuration file, please ensure that the configuration file is loaded correctly","_links":{"self":{"href":"/","templated":false}}}
Beta Was this translation helpful? Give feedback.
All reactions