Developer Guide End-to-end setup instructions for Linux, Windows, and macOS#5003
Conversation
This covers E2E setup instructions for compiling Kubernetes locally on Linux, Windows, and macOS workstations. There is also a substantial rewrite of the instructions for running tests, along with relevant links for more information.
|
Hi @pymander. Thanks for your PR. I'm waiting for a kubernetes 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. DetailsInstructions 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. |
|
/assign @lavalamp |
|
/hold /ok-to-test |
|
/unassign @lavalamp /assign @guineveresaenger |
|
Thanks, I don't have time to review this right now, sorry :)
…On Fri, Jul 31, 2020 at 10:38 AM Ihor Dvoretskyi ***@***.***> wrote:
/unassign @lavalamp <https://github.com/lavalamp>
/assign @guineveresaenger <https://github.com/guineveresaenger>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5003 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE6BFWX64XFH5WORCSNDQLR6L6TDANCNFSM4PQTTNUQ>
.
|
|
thank you so much Erik!! |
mrbobbytables
left a comment
There was a problem hiding this comment.
Thanks @pymander :)
The changes look great.
I have a two small comments, but would not consider them blocking for merge. 👍
Cleared up instructions for jq and etcd in the Developer Guide.
|
/assign I'll take a look at this today or first thing tomorrow :) |
|
/assign I'll check out the Win instructions here :) |
mrbobbytables
left a comment
There was a problem hiding this comment.
I've verified the osx instructions 👍 and added one potential suggestion.
|
/assign @idvoretskyi |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: idvoretskyi, mrbobbytables, pymander The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel I think that verifies the outliers and we're good to merge. Is there any other blockers folks can think of that should be addressed? |
| environment instructions. | ||
|
|
||
| #### Upgrading Go | ||
| ##### A Note on Changing Go Versions |
There was a problem hiding this comment.
The original instructions are unfortunately out of date :(
We should probably remove this section, but can do that as a follow-up. The updated instructions would go in the sig-release handbook - kubernetes/sig-release#1109 (comment).
| @@ -168,69 +278,87 @@ development environment, please [set one up](http://golang.org/doc/code.html). | |||
| | 1.17 - 1.18 | 1.13.9 | | |||
| | 1.18+ | 1.14.4 | | |||
There was a problem hiding this comment.
This needs to be go 1.15 now :)
| @@ -168,69 +278,87 @@ development environment, please [set one up](http://golang.org/doc/code.html). | |||
| | 1.17 - 1.18 | 1.13.9 | | |||
|
|
||
| #### etcd | ||
|
|
||
| To test Kubernetes, you will need to install etcd, a consistent and highly-available key value store. As of Kubernetes 1.18, the required etcd version is at least 3.2.10. To install a local version of etcd, run the following command in your Kubernetes working directory. |
There was a problem hiding this comment.
I think we can probably avoid mentioning the etcd version here because it might get stale (we've faced this issue with the go versions).
We could probably just ask the reader to install the appropriate version of etcd by using this script.
This covers E2E setup instructions for compiling Kubernetes locally on
Linux, Windows, and macOS workstations. There is also a substantial
rewrite of the instructions for running tests, along with relevant
links for more information.
Which issue(s) this PR fixes:
fixes: #1644