Hello, I am still trying to connect to my kubernet...
# ask-metaflow
p
Hello, I am still trying to connect to my kubernetes cluster where metaflow services and ui are deployed. Currently I wrote a config file and setup my kubeconfig file but when I run the command "python run --with kubernetes" nothing happens I don't know what is the error. Is there a log or something somewhere so that I can understand what does not work ?
1
Is it not possible to write a documentation for on-premise kubernetes ? like 1) install this 2) run this command and 3) it works ?
a
What do you see on your terminal when you try to execute the flow on kubernetes?
u
If the config file you have doesn't take effect, your flows will run locally. Either way, you should be seeing something on stdout/stderr.
m
In my experience, with setting
METAFLOW_DEFAULT_METADATA
which can't be accessed at the specific env, metaflow doesn't show any logs and doesn't work.
a
@powerful-dress-75267 any updates?
p
Hi, sorry I did not have time to look into it these last days. I will keep you in touch. Thank you a lot for your answers!
@square-wire-39606 I see nothing, I only see that the graph has been checked and pylint is happy then it just stays blocked
@most-egg-17580 that may be it ! I have
METAFLOW_DEFAULT_METADATA
set. I should try without it if it is possible
👍 1
m
The another possibility is whether to access S3.
p
OK, I will see, thanks 🙂
@most-egg-17580 you were right ! I succeeded to retrieve a useful log : "S3 operation failed. Error: Unable to locate credentials" 😉
🙌 1