-
Notifications
You must be signed in to change notification settings - Fork 3.4k
clustermesh install documentation: missing step #28889
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
/test |
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 for your contribution, definitely makes sense to me.
Commit 058d9a1 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Commits 058d9a1, a8b051c do not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Commits 058d9a1, a8b051c, b93af2b do not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
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.
There's one change needed to get a successful build. Otherwise LGTM. Thanks!
1 similar comment
@dashaun thank you for the contribution. Can you squash all commits together into one? Thank you |
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, looks good from my side.
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!
@dashaun can you please squash to a single commit? Thanks! Then this will be ready to merge. |
As I normally follow along with documentation, I usually look at the code blocks to see which steps I need to execute. I was starting from scratch, following the docs, and never saw a *cilium install* step. When I got to the *cilium clustermesh enable* step I got an error, because I hadn't installed Cilium into the cluster yet. This patch simply points out that Cilium needs to be installed on each cluster, and it gives a code block, with a copy/paste example. Signed-off-by: DaShaun Carter <dashaun@dashaun.com>
@squeed Squashed into 1 commit |
/test |
As I normally follow along with documentation, I usually look at the code blocks to see which steps I need to execute.
I was starting from scratch, following the docs, and never saw a cilium install step. When I got to the cilium clustermesh enable step I got an error, because I hadn't installed Cilium into the cluster yet.
This patch simply points out that Cilium needs to be installed on each cluster, and it gives a code block, with a copy/paste example.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.