Hi, I need a help in connecting lakefs to laketcl . Lakefs and lakectl are in two separate containers in docker.
The steps I followed are-
1. In laketcl container, command- "*lakectl config*", I have added the access key, secret key and end point of lakefs
2. To verify that lakectl can access lakeFS with the command: "*laketcl repo list*"
I got the error -"*Error executing command: Get "
http://127.0.0.1:8000/api/v1/repositories?amount=-1": dial tcp 127.0.0.1
8000 connect: connection refused*"
I have copied the correct key and end point in the config command.
Any suggestions on what I am supposed to do and where I went wrong here??