Stuck with the first script. Any ideas? ```5min-id...
# workshop-infrastructure-platform-engineering
r
Stuck with the first script. Any ideas?
Copy code
5min-idp:/app# ./0_install.sh
ERROR: could not locate any control plane nodes for cluster named '5min-idp'. Use the --name option to select a different cluster
j
If you run,
kind get clusters
do you see a
5min-idp
cluster?
r
nope
Copy code
5min-idp:/app# kind get clusters
No kind clusters found.
I was able to proceed further before but then it failed with the second script which does terraform stuff afterwards because I lost my env var on the way because of sudo...
So I started again from scratch
j
There is some state , you should be able to clean that manually https://github.com/humanitec-tutorials/5min-idp/blob/main/2_cleanup.sh#L20C1-L20C19
r
that's it! thanks a lot