Hi everyone! I am using Flyte on Single Node k3s c...
# flyte-support
l
Hi everyone! I am using Flyte on Single Node k3s cluster (onPrem). I use flyte-binary helm chart to deploy pods on my cluster. Also using MiniIO and postgres as prerequesite I have a doubt I saw flytectl has create project option. But How can I delete project in flyte? I tried to delete namespace but it is still visible on flyteconsole
t
you can only archive a project:
flytectl update project -p <your-project> --archive
👍 2
l
Thank you @tall-lock-23197