-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: locality loadbalance doc #101
Conversation
Welcome @cr7258! It looks like this is your first PR to kmesh-net/website 🎉 |
Signed-off-by: Se7en <[email protected]>
✅ Deploy Preview for kmesh-net ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
301f6e6
to
97b2dab
Compare
THank you @cr7258 |
@@ -288,12 +290,13 @@ $ Hello version: region.zone1.subzone2, instance: helloworld-region.zone1.subzon | |||
|
|||
- Relabel the locality of the ambient-worker3 same as the worker2 and test. | |||
``` | |||
kubectl label node ambient-worker3 topology.kubernetes.io/region=region |
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.
why do you remove this region label
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.
Because the region
label has already been added in the beginning:
website/content/en/docs/userguide/locality_loadbalance.md
Lines 83 to 85 in 97b2dab
kubectl label node ambient-worker3 topology.kubernetes.io/region=region | |
kubectl label node ambient-worker3 topology.kubernetes.io/zone=zone2 | |
kubectl label node ambient-worker3 topology.kubernetes.io/subzone=subzone3 |
Here we want to change the locality of ambient-worker3, so we only need to adjust the zone
and subzone
labels.
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.
/lgtm
This makes it work
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.