-
Notifications
You must be signed in to change notification settings - Fork 3.4k
docs: Add cluster install/prep guide for GKE-to-GKE clustermesh #29342
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
Signed-off-by: Neutrollized <glen.yu@gmail.com>
Signed-off-by: Glen Yu <glen.yu@gmail.com>
Commit ca44122 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 |
Realized my GitHub username was my user.name and went to amend the commit sign-off in command line but I think I messed it up and it wasn't included in the merge :( |
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.
Hey @Neutrollized thanks for the PR.
It looks like your commits are signed-off, but the branch contains unnecessary commits - cb8c1fc is the same as the previous commit and then there is an unnecessary merge commit. Could you remove these two and force push your branch?
I left some comment about the docs structure. As you're following the AKS template, I don't consider them super blocking, but I think we could make the docs more clear for the user by reducing the duplication.
Signed-off-by: Glen Yu <glen.yu@gmail.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.
Thank you for the updates @Neutrollized! Looks good to me now, I just left comments with some minor things.
Signed-off-by: Glen Yu <glen.yu@gmail.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 to me, thanks
/test |
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.
Using AKS-to-AKS Clustermesh Preparation guide as a template, I create one for GKE-to-GKE.
Also fixed a minor typo in the AKS guide
This is strictly a website/documentation addition. No changes to any Cilium code or functionality.