user
07/24/2023, 5:28 AMrefined-doctor-1380
07/24/2023, 5:34 AMPOD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
We will see.
{
"json": {
"src": "controller.go:602"
},
"level": "warning",
"msg": "Failed to create cluster resources for namespace [flytesnacks-staging] with err: Failed to read config template dir [flytesnacks-staging] for namespace [/root/.flyte/cluster-resource-templates] with err: open /root/.flyte/cluster-resource-templates: no such file or directory",
"ts": "2023-07-23T21:48:22+08:00"
}
Seems we miss some context or setting to start our command.
any good suggestion?refined-doctor-1380
07/24/2023, 5:34 AMdamp-lion-88352
07/24/2023, 6:04 AM(dev) root@googler:/mnt/c/code/dev/flyte# echo $HOME
/root
damp-lion-88352
07/24/2023, 6:06 AMrefined-doctor-1380
07/24/2023, 6:06 AMrefined-doctor-1380
07/24/2023, 6:06 AMdamp-lion-88352
07/24/2023, 6:07 AM(dev) root@googler:~/.flyte# tree .
.
├── config-sandbox.yaml
├── k3s
│ └── k3s.yaml -> /var/lib/flyte/config/kubeconfig
├── node
│ └── password
├── sandbox
│ └── kubeconfig
└── webhook-certs
├── ca.crt
├── tls.crt
└── tls.key
4 directories, 7 files
damp-lion-88352
07/24/2023, 6:26 AM