-
Notifications
You must be signed in to change notification settings - Fork 18
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
Verify that the EIP within the IP address ranges configured in the ippools of the egressgateway #959
Conversation
2cbf57d
to
4138314
Compare
4138314
to
f928f69
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #959 +/- ##
==========================================
+ Coverage 43.36% 44.44% +1.08%
==========================================
Files 21 21
Lines 3166 3260 +94
==========================================
+ Hits 1373 1449 +76
- Misses 1592 1605 +13
- Partials 201 206 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ca02adc
to
eda6834
Compare
在双栈环境下,如果 yaml 中只写了 ipv4,不写 ipv6 ,现在行为是什么 |
在双栈环境下,如果 policy 的 yaml 中指定了 ipv4,不指定 ipv6 ,现在行为是什么 |
如上所述,如果是双栈, policy yaml 中指定了一个 ipv4 的 eip, 现在是会报错的。 |
这个要求安装时,安装人要强感知是否是双栈,是否可能做个优化,自动检测集群是否在双栈下,从而自动设置 |
eda6834
to
1280a22
Compare
cd598ce
to
a5ca579
Compare
…pools of the egressgateway Signed-off-by: bzsuni <[email protected]>
a5ca579
to
2f45a1a
Compare
Fix: #871
Fix: #1017
This pr fixed the two issues below: