-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Document that clustermesh cluster-id range is 1-255 #19683
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
Conversation
Commit 590476e99c9c410c535af787de622647c4d5ff5f does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Signed-off-by: Darren Foo stonith@users.noreply.github.com |
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.
Looks good, thanks. The Signed-off line needs to be inside the commit message, which you can do using git commit --amend
and by force-pushing the updated commit into your branch here.
590476e
to
1f5627a
Compare
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.
Thanks
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.
Thanks!
can you help to sign off the commit as per Joe's comment to make CI happy ? Thanks https://github.com/cilium/cilium/runs/6321874286?check_suite_focus=true |
It looks like the script is not picking up the signed-off-by line because the formatting is unusual. Note that you can use |
Signed-off-by: Darren Foo <stonith@users.noreply.github.com>
1f5627a
to
4a31aaf
Compare
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'm not exactly sure where the non-zero limitation comes from, but as cilium-cli
warns for it we might as well document it like proposed here. Btw. cilium-cli
also warns if a cluster name is default
, but clustermesh might still work as cluster name should not really mattar that much.
This is a pure documentation change, no need for CI to run. All reviews are in, marking as |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
The documented clustermesh cluster-id range is 0-255 but actually seems to be 1-255 as per https://github.com/cilium/cilium/blob/master/daemon/cmd/daemon.go#L1188-L1190