-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 book: extend next steps of quick start #8252
📖 book: extend next steps of quick start #8252
Conversation
Hi @Sajiyah-Salat. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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 this!
Just a couple of nits to clear up.
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
LGTM label has been added. Git tree hash: 72b5300220c5cb6b8be7a86941a41879fb3cf961
|
/retitle ✨book: update quick-start.md /lgtm /assign @oscr |
/retitle ✨book: extend next steps of quick start |
/ok-to-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.
/lgtm
@Sajiyah-Salat could you please squash commits?
@Sajiyah-Salat Here is a description how to squash commits from our contributing guide. |
87c69ce
to
87b6051
Compare
I am stuck here. I have squashed my commits. but I dont know from where this other commint came. |
ddbfbc6
to
8842703
Compare
@Sajiyah-Salat: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@Sajiyah-Salat - if you're stuck with the rebase process you can start again from main, add your changes to the quick-start and then force-push the changes to this branch. That will give you a full reset with only the changes you want. |
8842703
to
a7206d2
Compare
Great work! /lgtm |
LGTM label has been added. Git tree hash: 1e8a41beff7ec11a7a95d533ee5894ff07632869
|
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.
Awesome - thanks for the contribution @Sajiyah-Salat!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
/cherry-pick release-1.4 |
@killianmuldoon: once the present PR merges, I will cherry-pick it on top of release-1.4 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-1.3 |
@killianmuldoon: once the present PR merges, I will cherry-pick it on top of release-1.3 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest |
Update docs/book/src/user/quick-start.md Co-authored-by: killianmuldoon <[email protected]> Update docs/book/src/user/quick-start.md Co-authored-by: killianmuldoon <[email protected]> Update docs/book/src/user/quick-start.md Co-authored-by: killianmuldoon <[email protected]>
a7206d2
to
f519d95
Compare
@killianmuldoon: new pull request created: #8295 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@killianmuldoon: new pull request created: #8296 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
in quick start there was info for first cluster but second cluster info was missing I have just added that.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #8152