damp-lion-88352
07/24/2023, 3:19 AM# Step3: Edit the config file: ./flyte-single-binary-local.yaml.
# Replace occurrences of $HOME with the actual path of your home directory.
sed -i "s|\$HOME|${HOME}|g" ./flyte-single-binary-local.yaml
Hi, community
Can anyone explain how should the $(HOME) directory look like
and give me a "ls" screen shot" under the directory ?
PS: Both @refined-doctor-1380 and I face the problem, please guide us, thank you
This is my information
(dev) root@googler:/mnt/c/code/dev# ls
Dockerfile Notifications flyte flyteadmin flyteconsole flytekit flytepropeller flytesnacks
(dev) root@googler:/mnt/c/code/dev# find . | grep -i cluster-resource-templates
./flyte/charts/flyte-binary/defaults/cluster-resource-templates
./flyte/charts/flyte-binary/defaults/cluster-resource-templates/namespace.yaml
./flyte/charts/flyte-binary/templates/cluster-resource-templates.yaml
./flyte/docker/sandbox-bundled/bootstrap/internal/transform/plugins/config/cluster-resource-templates.go
./flyte/docker/sandbox-bundled/bootstrap/internal/transform/plugins/config/testdata/emptyfile/cluster-resource-templates
./flyte/docker/sandbox-bundled/bootstrap/internal/transform/plugins/config/testdata/emptyfile/cluster-resource-templates/resource.yaml
./flyte/docker/sandbox-bundled/bootstrap/internal/transform/plugins/config/testdata/happy/cluster-resource-templates
./flyte/docker/sandbox-bundled/bootstrap/internal/transform/plugins/config/testdata/happy/cluster-resource-templates/resource.yaml
(dev) root@googler:~# cd $HOME
(dev) root@googler:~# tree .flyte/
.flyte/
├── 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
(dev) root@googler:~#
Please guide me, thanks a lot for your time