Hello, setting up flyte here for testing on a loca...
# flyte-deployment
e
Hello, setting up flyte here for testing on a local ubuntu 24.04 server. Getting a CrashLoopBackOff status on the last step of single node the hard way. I could have messed up a password placement in a yaml, but my debugging not clear as to what's wrong. Any advice welcome thanks!
a
@elegant-beard-10006 can you get logs from the flyte-binary Pod?
e
all I get is this (I replaced some ip vars with x): Defaulted container "flyte" out of: flyte, wait-for-db (init) Error from server: Get "https://x.x.x.10:10250/containerLogs/flyte/flyte-binary-5b9f486655-5ddnx/flyte": tls: failed to verify certificate: x509: certificate is valid for x.x.x.115, not x.x.x.10
a
hm seems like there's some DNS mismatch?
e
made some progress by reinstalling microk8s and also adding my user config to the .kube config with: kubectl config view --raw > $HOME/.kube/config
now I'm getting real errors at least I can debug 👍
alright it works.. now just have to get ingress going
a
nice, let me know if you need help with the ingress
e
Ingress working! I'm off to the races on the webui.. now figuring out how to get the worker nodes with GPUs firing
a
oh I'm about to start updating the GPU docs
we can start a new thread with the questions you may have about it