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
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
From the user's perspective, they might create a network using calico-ipam and pass those two parameters, but Calico will never modify the pool to use them.
Two possible solutions for this issue:
Fail with an error if they use default ipam and still pass one of those two options
Actually apply those options to the pool when they are using Calico IPAM.
We may also want to widen the scope of this issue to fail on all unknown/unused opts passed during creation.
Copied from original issue: projectcalico/calico-containers#1017
From @djosborne on June 8, 2016 20:43
Docker network creation supports passing
--opt(as we explain in our documentation). We accept--opt ipipand--opt nat-outgoingas possible options, but they are only used if not using calico-ipam.From the user's perspective, they might create a network using calico-ipam and pass those two parameters, but Calico will never modify the pool to use them.
Two possible solutions for this issue:
We may also want to widen the scope of this issue to fail on all unknown/unused opts passed during creation.
Copied from original issue: projectcalico/calico-containers#1017