Not a product issue but potential documentation bug.
I could be misunderstanding how the WARM/MIN calculations work, or the following line from docs/prefix-and-ip-target.md is wrong.
Since MINIMUM_IP_TARGET=20, CNI attaches 2 prefixes (32 IPs) to ensure 20 are available. There are no pods to use any IPs so all 32 IPs are Unused.
So last column should say 32 instead of 16 and Attached Prefixes+Unused Prefixes should say 2 instead of 1. Is that the case or the calculation above is not OK?
AFAICS WARM_IP_TARGET has no effect in this case, right?
Not a product issue but potential documentation bug.
I could be misunderstanding how the WARM/MIN calculations work, or the following line from docs/prefix-and-ip-target.md is wrong.
Since
MINIMUM_IP_TARGET=20
, CNI attaches 2 prefixes (32 IPs) to ensure 20 are available. There are no pods to use any IPs so all 32 IPs are Unused.So last column should say
32
instead of16
andAttached Prefixes
+Unused Prefixes
should say2
instead of1
. Is that the case or the calculation above is not OK?AFAICS
WARM_IP_TARGET
has no effect in this case, right?WARM_PREFIX_TARGET
WARM_IP_TARGET
MINIMUM_IP_TARGET