Hi - flyte team. I have a question - why am I unab...
# ask-the-community
v
Hi - flyte team. I have a question - why am I unable to see running flyte clusters using kubectl command?
s
works for me.
y
can you show your kubectl context?
kubectl should be trying to talk to port 6443, not 8080
v
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