Container IP address reuse #555
Unanswered
unbreakabl3
asked this question in
Q&A
Replies: 3 comments 3 replies
|
How about binding |
0 replies
Or more precise |
0 replies
|
Thank you very much for the workarounds. Appreciate 🙏🏻. But is it true to say that the answer to my original question "Is there a way to stop increasing the IPs sequentially, if they are not in use?" is - no, it’s not possible? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello dear all,
does anyone know if it is possible to reuse the IP address? I created a pod, which got an IP 192.168.64.4. I deleted this pod and created it again. It got an IP 192.168.64.5. And so on and so on.
Is there a way to stop increasing the IPs sequentially, if they are not in use?
My problem is that I am running a web server and instead of refreshing the browser, I need to update the IP in the address bar each time.
Thank you in advance.
All reactions