-
Notifications
You must be signed in to change notification settings - Fork 40k
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
#17519 Included explicit instructions for obtaining code #17552
#17519 Included explicit instructions for obtaining code #17552
Conversation
A novice may require this additional step and might not know that the kubernetes repository is sufficient to run the code locally.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
I signed it! |
CLAs look good, thanks! |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Labelling this PR as size/XS |
|
||
In order to run kubernetes you must have the kubernetes code on the local machine. Cloning this repository is sufficient. | ||
|
||
```$ git clone --depth=1 https://github.com/kubernetes/kubernetes.git``` |
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. Please just use single backticks.
LGTM |
@k8s-bot ok to test
|
Continuous integration appears to have missed, closing and re-opening to trigger it |
GCE e2e test build/test passed for commit 9a06563. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
Automatic merge from submit-queue |
Auto commit by PR queue bot
A novice may require this additional step and might not know that the kubernetes repository is sufficient to run the code locally.