You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the flyte quick start and only have access to podman on my machine, not docker. I see from an old GitHub issue that there is a dry run flag that you can pass to the flytectl demo, but following those commands does not work. I get the following errors. Either it freezes on
Starting k3s cluster...
or fails on
[...]
I0203 21:25:30.197802 32 server.go:156] Version: v1.29.0+k3s1
I0203 21:25:30.197810 32 server.go:158] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
time="2025-02-03T21:25:30Z" level=info msg="Server node token is available at /var/lib/rancher/k3s/server/token"
time="2025-02-03T21:25:30Z" level=info msg="To join server node to cluster: k3s server -s https://10.88.0.20:6443 -t ${SERVER_NODE_TOKEN}"
time="2025-02-03T21:25:30Z" level=info msg="Agent node token is available at /var/lib/rancher/k3s/server/agent-token"
time="2025-02-03T21:25:30Z" level=info msg="To join agent node to cluster: k3s agent -s https://10.88.0.20:6443 -t ${AGENT_NODE_TOKEN}"
time="2025-02-03T21:25:30Z" level=info msg="Wrote kubeconfig /var/lib/flyte/config/kubeconfig"
time="2025-02-03T21:25:30Z" level=info msg="Run: k3s kubectl"
time="2025-02-03T21:25:30Z" level=fatal msg="failed to find cpuset cgroup (v2)"
Describe the bug
I'm following the flyte quick start and only have access to podman on my machine, not docker. I see from an old GitHub issue that there is a dry run flag that you can pass to the flytectl demo, but following those commands does not work. I get the following errors. Either it freezes on
or fails on
Expected behavior
To start
flytectl
container without a hitchAdditional context to reproduce
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: