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
Project deployed regarding to readme
I use tools from clusterdev container to deploy my project via bash regarding to mentioned readme.
After successful deploy I did exit from container. After exit some files apparently removed, except one mount.
After that you can't destroy cluster without additional apply.
What expected:
cdev destroy -l debug | tee destroy.log should destroy cluster without errors
How to reproduce
Deploy project regarding to readme
Exit from container:
exit
Execute bash in container and run some commands, exit container:
cdev_bash
kubectl get ns
kubectl get pod
exit
Execute bash in container again and try to destroy project:
cdev_bash
cdev destroy -l debug | tee destroy.log
You should see error, where cluster name is nagl6:
Error: Kubernetes cluster unreachable: stat /tmp/kubeconfig_nagl6: no such file or directory
The text was updated successfully, but these errors were encountered:
Description
Project deployed regarding to readme
I use tools from
clusterdev
container to deploy my project viabash
regarding to mentioned readme.After successful deploy I did exit from container. After exit some files apparently removed, except one mount.
After that you can't destroy cluster without additional
apply
.What expected:
cdev destroy -l debug | tee destroy.log
should destroy cluster without errorsHow to reproduce
Deploy project regarding to readme
Exit from container:
exit
Execute
bash
in container and run some commands, exit container:cdev_bash kubectl get ns kubectl get pod exit
Execute
bash
in container again and try to destroy project:cdev_bash cdev destroy -l debug | tee destroy.log
You should see error, where cluster name is
nagl6
:The text was updated successfully, but these errors were encountered: