Hi - flyte team. I have a question - why am I unab...
# flyte-support
f
Hi - flyte team. I have a question - why am I unable to see running flyte clusters using kubectl command?
t
works for me.
t
can you show your kubectl context?
kubectl should be trying to talk to port 6443, not 8080
f
Ok, I seem to have identified the issue. Flyte is trying to use docker with super-user privileges even though I have rootless docker installed. I'd prefer flyte to use rootless docker just like what my local minikube installation is using. For reference: • Flyte installation done using curlRootless docker installed just yesterday using official docker docs