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
I was trying to deploy to a simple application into a minikube cluster. There are some things requiring the improvements.
Deploy To Kubernetes with minikube context shows kind specific ingress controller option in the form (app will be available on localhost:9090 text) - I am not sure if that is intended or not
If the app is deployed this way, it gets into the cluster, but nothing is available on localhost:9090 (as obviously there is no project contour controller in the minikube cluster)
It requires me to go to the cli and run something like: minikube service flask-mini-8000 --url
So I believe this could be bug/enhancement request. Bug is that we are showing kind stuff, enhancement could be that we want to also offers a service to be exposed.
Operating system
Windows 10
Installation Method
Installer from website/GitHub releases
Version
1.6.0
Steps to reproduce
have a working pod with exposed port ie. httpd-24 or flask
Install minikube
Create a minikube cluster
Switch to minikube context
Deploy pod to kubernetes
Assert: Pod is deployed to the cluster
Assert: Application is accessible from host machine
Actual result: pod is deployed, I am seeing ingress option in the form - which is incorrect, no service is exposed, requires manual step
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 6 months. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!
odockal
transferred this issue from podman-desktop/podman-desktop
Jan 20, 2025
Bug description
I was trying to deploy to a simple application into a minikube cluster. There are some things requiring the improvements.
minikube service flask-mini-8000 --url
So I believe this could be bug/enhancement request. Bug is that we are showing kind stuff, enhancement could be that we want to also offers a service to be exposed.
Operating system
Windows 10
Installation Method
Installer from website/GitHub releases
Version
1.6.0
Steps to reproduce
Actual result: pod is deployed, I am seeing ingress option in the form - which is incorrect, no service is exposed, requires manual step
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: