You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cleaning up my docker containers and images to create some space on my machine, the make setup command is not working properly anymore.
The current kubectl context is still present but the kind cluster isn't so make setup finishes happily yet my cluster is no there.
Since the make setup command is supposed to spin up the kind cluster, it should also handle this edge case.
The text was updated successfully, but these errors were encountered:
After cleaning up my docker containers and images to create some space on my machine, the
make setup
command is not working properly anymore.The current kubectl context is still present but the kind cluster isn't so
make setup
finishes happily yet my cluster is no there.Since the
make setup
command is supposed to spin up the kind cluster, it should also handle this edge case.The text was updated successfully, but these errors were encountered: