-
Notifications
You must be signed in to change notification settings - Fork 376
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
Update Precedence config and resources output #3930
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3930 +/- ##
===========================================
+ Coverage 35.47% 55.22% +19.75%
===========================================
Files 122 415 +293
Lines 17305 60346 +43041
===========================================
+ Hits 6139 33329 +27190
- Misses 10657 24336 +13679
- Partials 509 2681 +2172
Flags with carried forward coverage won't be shown. Click here to find out more.
|
0810d4a
to
1ab4245
Compare
/test-multicluster-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you remove annotation multicluster.antrea.io/local-cluster-id
in another PR?
yes, I am working on cleaning up dead codes in another branch, it's still on-going, I may create a new PR today. |
1ab4245
to
9caf714
Compare
docs/multicluster/user-guide.md
Outdated
is created for cluster `test-cluster-east`. You can check the | ||
`ClusterInfoImport` with command: `kubectl get clusterinfoimport -o yaml`, | ||
which should show information like: | ||
is created for cluster `test-cluster-east`. You can check it with command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove "You can check it with command".
%s/. You can check it with command:/:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
9caf714
to
9794a2d
Compare
1. Update GatewayIPPrecedence to support "external/internal" option which is requal to `public/private`. 2. Update MC doc to add more columns info. 3. Exclude leader in the totalClusters in ClusterSet status since MC supports one leader only. Signed-off-by: Lan Luo <[email protected]>
9794a2d
to
17ef0e3
Compare
/test-multicluster-e2e |
2 similar comments
/test-multicluster-e2e |
/test-multicluster-e2e |
/skip-all |
which is equal to
public/private
.supports one leader only.
Signed-off-by: Lan Luo [email protected]