-
Notifications
You must be signed in to change notification settings - Fork 584
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
How to allocate different static IP addresses for pod replicas of statefulset using multus #1309
Comments
I tried using whereabout for this. And, now I am able to assign different IP's to the replicaset. But, facing another issue. When I am doing deployment IP's were properly allocated to the replicas of the statefulset.
Because of this my pod is not getting the IP and it remains in ContainerCreating state. I have found this ticket which suggests to use cniVersion: 0.4.0. I am already using cniVersion: 0.4.0. Still facing the issue: This is my net-attach-def:
To be noted I have only 2 IP's in the range(10.93.97.12 - 10.93.97.13). Also, when I dont use sbr, it seems to be working. Could anyone please help |
@dougbtv Could you please help here. Is this a known issue with chained CNI plugins. |
An update:
|
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I have 2 NetworkAttachmentDefinition with same definition like below, only IP are changed:
The text was updated successfully, but these errors were encountered: