edactl is downloaded automatically with make download-tools, however, it needs to fetch its configuration from the k8s cluster:
USER=codespaces edactl config generate
This should download the edactl config and make it connecting to the cluster (check with edactl platform)
When this is done, we don't need the alias anymore that is currently working via the toolbox pod
edactl is downloaded automatically with
make download-tools, however, it needs to fetch its configuration from the k8s cluster:This should download the edactl config and make it connecting to the cluster (check with
edactl platform)When this is done, we don't need the alias anymore that is currently working via the toolbox pod