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 some time with playing with minikube cluster and its kubecontext, it seems that once I try to deploy to Kubernetes (with minikube context set) it is missing a namespace field in the form and it throws and error: ECONRESET and I cannot deploy the container to the cluster.
Operating system
macOS 14 M2
Installation Method
Installer from website/GitHub releases
Version
next (development version)
Steps to reproduce
Create and start minikube cluster
Switch to minikube kube context
Create a container
Deploy Container to Kubernetes
Assert: Kube context set is minikube
Assert: Namespace field offers default namespace to deploy pod/container to
Restart minikube
Assert 5 and 6 again and deploy app
Actual result: namespace is missing in the deploy to kubernetes page, deploying leads to error: ECONRESET
Relevant log output
No response
Additional context
@cbr7 If you could please also add some specification of your findings.
The text was updated successfully, but these errors were encountered:
@odockal I've had the same experience with the only exception being that after I created a kind cluster on the machine also and switched to the kind context, upon switching back to minikube context the cluster was operational at that point. So I suspect that changing the context fixes/updates the namespace correctly.
Bug description
After some time with playing with minikube cluster and its kubecontext, it seems that once I try to deploy to Kubernetes (with minikube context set) it is missing a namespace field in the form and it throws and error: ECONRESET and I cannot deploy the container to the cluster.
Operating system
macOS 14 M2
Installation Method
Installer from website/GitHub releases
Version
next (development version)
Steps to reproduce
Actual result: namespace is missing in the deploy to kubernetes page, deploying leads to error: ECONRESET
Relevant log output
No response
Additional context
@cbr7 If you could please also add some specification of your findings.
The text was updated successfully, but these errors were encountered: