-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nerdctl port forwarding issue after Reset Kubernetes #670
Labels
kind/bug
Something isn't working
Comments
From debugging, it looks like the issue is, roughly:
|
Matt was correct — the first container was never removed (just no longer running) after the restart:
I haven't yet figured out how to restart that container, though. |
Once we have settings in place, we can look at this again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
I use the sample at https://github.com/rancher-sandbox/rancher-desktop/tree/e2e-nginx-sample/e2e/assets/python-flask-app-sample
I start by switching to kubernetes v1.20.0
Reset Kubernetes to start fresh
nerdctl --namespace k8s.io build -t simple-flask-app:v1.0 .
Check whether the image appears in the image list in the RD UI
nerdctl --namespace k8s.io run -p 5000:5000 -it simple-flask-app:v1.0
Try localhost:5000 in browser
Upgrade kubernetes to v1.21.0
nerdctl --namespace k8s.io run -p 5000:5000 -it simple-flask-app:v1.0
Try localhost:5000 in browser
The text was updated successfully, but these errors were encountered: