Please help!! Reserving IP in isolated network #12701
Replies: 2 comments 1 reply
|
A potential workaround i could imagine if it's only about one physical server: I am not sure if this is the clean solution you are searching for, but i think it's a very easy workaround without any harmful changes. |
|
I talked to my client and in the end we decided to use the option with a fake virtual machine, because for the client now unacceptable stops in the work of virtual machines for further reconfiguration, and also does not acceptable option with L3. I created a virtual machine in the off state and deleted its disk. Also took this virtual machine to a separate project which has access to this network so that it does not appear among the client's virtual machines. For now, we decided to solve problem in this way. Also I noticed that at the moment there is already a feature request for this #12661. So I am closing this discussion. |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone! Maybe someone can suggest some kind of workaround for me. I have an isolated network where a Kubernetes cluster is running, which I can't stop. I need to add a physical server to this isolated network (setting up a VLAN on the switch port). I'm trying to reserve IP addresses for the static address of this server via CIDR. My subnet is 10.1.1.0/24, and if I try to set, for example, 10.1.1.0/25, I get the network split in half, but right now in the half that I'm trying to free up from the DHCP pool, there are already working Kubernetes nodes. Unfortunale? I don't manage this k8s cluster, and I can't do any changes in this cluster. Is there any workaround to solve this situation? For example, can I somehow expand the network live? Maybe someone has done this through the database (I understand it's not the best practice), or is there some more proper way?
All reactions