-
Notifications
You must be signed in to change notification settings - Fork 380
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
Automated cherry pick of #4543 and #4562 #4555
Automated cherry pick of #4543 and #4562 #4555
Conversation
365ac35
to
0a6629e
Compare
@jianjuns A user is trying to follow the guide in v1.10 to try MC NP, but the scope field |
/test-multicluster-e2e |
Codecov Report
@@ Coverage Diff @@
## release-1.10 #4555 +/- ##
================================================
+ Coverage 68.05% 68.22% +0.16%
================================================
Files 404 416 +12
Lines 58231 58284 +53
================================================
+ Hits 39631 39763 +132
+ Misses 15841 15765 -76
+ Partials 2759 2756 -3
|
Signed-off-by: Jianjun Shen <[email protected]>
0a6629e
to
d42edb3
Compare
/test-multicluster-e2e |
@@ -689,7 +599,7 @@ spec: | |||
toServices: | |||
- name: secured-service # an exported Multi-cluster Service | |||
namespace: svcNamespace | |||
scope: clusterSet | |||
scope: ClusterSet |
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.
I got an issue report from a user, seems only clusterSet
works for toServices
, and ClusterSet
won't take any affect. I take a quick look at the code, the field is string without enum value. @GraysonWu @Dyanngg could you take a look? I believe we need another fix before we merge this.
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.
Let us change to enum and backport the fix to 1.10.
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.
Sure. PR #4562 opened.
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.
The new commit has been cherry-picked in this PR. @jianjuns could you take a look again? thanks.
Signed-off-by: graysonwu <[email protected]>
/test-multicluster-e2e |
/skip-all |
Cherry pick of #4543 and #4562 on release-1.10.
#4543: Update YAMLs and docs about Multi-cluster NetworkPolicy
#4562: Change ANP/ACNP toService.scope to enum
For details on the cherry pick process, see the cherry pick requests page.