404 for http://localhost:8080/etcdkeeper
See original GitHub issuestart command
./etcdkeeper -cacert /etc/kubernetes/pki/etcd/ca.crt -key /etc/kubernetes/pki/etcd/healthcheck-client.key -cert /etc/kubernetes/pki/etcd/healthcheck-client.crt -p 8080 -usetls
[root@master1 etcdmanagelog]# curl http://localhost:8080/etcdkeeper
404 page not found
then change to default configuration to start, still not working
[root@master1 ~]# ./etcdkeeper
2019/09/18 17:39:09 listening on 0.0.0.0:8080
[root@master1 etcdmanagelog]# curl http://localhost:8080/etcdkeeper
404 page not found
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (1 by maintainers)
Top Results From Across the Web
apache - http://localhost:8080/ Access Error: 404 -- Not Found ...
After installing, I typed localhost:8080 in my browser to see if Tomcat is working. However,it showed error message like this: Access Error: 404...
Read more >Getting 404 error when trying http://localhost:8080 after ...
I am getting error below error, after installing and starting Tomcat Server. HTTP Status 404 - / type Status report message / description...
Read more >标签: etcd - 点滴
docker run -it -d --name etcdkeeper \ -p 8080:8080 \ deltaprojects/etcdkeeper ... 目录下在http://localhost:2380 和集群中其他节点通信在http://localhost:2379 ...
Read more >Weird problem with reverse proxy and authentication
location / { proxy_pass http://localhost:8080/; proxy_set_header Host ... what does the nginx server log show ( 404: file not found ) ...
Read more >standalone-shared - Nexedi
roles/etckeeper/tasks/main.yml . ... [2022-08-17 18:26:14,739] DEBUG Looking up "http://127.0.0.1:8080/getFullComputerInformation?computer_id=local_computer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
etcdkeeper does not bundle the assets in the binary - you must start the binary from the same directory that contains the
assets
dir.@yudar1024 it looks like you’re starting the app from
~
- does that dir also containassets
?Same results as above.
I am port-forwarding my etcd server from k8s, but it’s bound to localhost:2379.