summaryrefslogtreecommitdiff
path: root/contributors/devel/development.md
AgeCommit message (Collapse)Author
2023-02-02Merge pull request #6910 from sreekaransrinath/dbg-not-go-flagsKubernetes Prow Robot
Update docs: recommend setting DBG instead of GOGCFLAGS to make in debug mode
2022-12-14Update required go versionKenichi Omichi
Today we have k8s upstream training in Japan, and we found this table is not updated at this time. This does it.
2022-11-04Update to maintain GitHub style guideHrittik Roy
2022-10-12docs: use `DBG` instead of `GOGCFLAGS` to build in debug modeSreekaran Srinath
2022-06-21Add requirement for minimum bash version for running unit testsPrateek Gogia
2022-06-02use homebrew to find homebrew-installed binsDave Young
2022-06-02updated homebrew path (macos SIP compatible) and jq installDave Young
2022-05-16Adding new release version 1.24 and associated go version 1.18Matthias Glastra
2022-03-12Updated development.mdYuvraj Chhetri
Changed some mistakes in docs. Made bullet points instead of copy box.
2021-09-02updating go version info for k8s releasesRinkiyaKeDad
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-08-19Remove obsolete "make test-e2e" guideYibo Cai
2021-07-25remove bazel buildSataQiu
2021-03-08Update development.mdKappie37
Update the needed version of Go for Kubernetes 1.18+. On the most recent version (1.20.4), Kubernetes requires Go 1.16
2021-02-03Update contributors development.mdmengjiao.liu
2021-01-31Fixed spell errors and improved wordingSebastian Lettner
2020-10-29Updated the number of contributors in the documentramnar
Updated the number of contributors in the document
2020-09-02Developer Guide: Followup to correct stale information, missing stepErik L. Arneson
This clears up some stale information, links to some new resources, and includes a pretty important missing step: the Google Cloud CLI.
2020-08-26Developer Guide End-to-end setup instructions for Linux, Windows, and macOS ↵Erik L. Arneson
(#5003) * End-to-end setup instructions for Linux, Windows, and macOS 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. * Clarification of a few changes to the Developer Guide Cleared up instructions for jq and etcd in the Developer Guide. * Developer guide: add note about shell init scripts in macOS
2020-06-24devel: update required Go versionsNikhita Raghunath
2020-06-12Development: Fix typoMauricio Vásquez
2020-05-11Clarify how to build using or targetting WindowsPatrick Lang
2020-04-15Update developer guideMartin Hickey
Add some improvements to building a local environment. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2020-03-10fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go (#4563)Robert Kielty
* fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go * Update contributors/devel/sig-testing/e2e-tests.md Restoring original list formatting for doc consistency. Co-Authored-By: Bob Killen <killen.bob@gmail.com> * Update contributors/devel/sig-testing/e2e-tests.md Co-Authored-By: Bob Killen <killen.bob@gmail.com> Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-02-23Fix invalid command: replace absent packageShivam Mamgain
2019-12-19Improving documentationn for build-time dependenciesvishakha
2019-11-08fix go version mapping in development.mdJiahui Feng
see kubernetes/kubernetes#82809 see kubernetes/kubernetes#85019
2019-09-06devel: update supported Go versionsNikhita Raghunath
2019-04-18Merge pull request #3612 from liggitt/godeps-modulesKubernetes Prow Robot
Update vendor docs for go modules
2019-04-18Update vendor linksJordan Liggitt
2019-04-10Updated developer documentation - upgrading GoJorge Alarcon Ochoa
Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com>
2019-04-04Fixes Contribtuors PR docsai-adarsh
2019-02-21broken link updatededuartua
2019-01-31Some files had conflict with some URL - fixed noweduartua
2019-01-30file testing.md moved to the new folder /devel/sig-testing - URLs updated - ↵eduartua
tombstone file created
2019-01-30file bazel.md moved to the new folder /devel/sig-testing - URLs updatededuartua
2019-01-24Created tombstone files for files moved to /devel/sig-architecture - URLs ↵eduartua
updated in k/community
2019-01-07Update go versions in development.mdRob Franken
Reflect used compiler versions in the list of go requirements for building
2018-10-13Add rsync as development dependencyifosch
While trying to fix https://github.com/kubernetes/kubernetes/issues/62577 I noticed my system was lacking `rsync` installed, which was required to have `make` and `make test` working.
2018-06-27Bump required Go version for Kubernetes 1.11+Claudia Beresford
The minimum_go_version for running tests is 1.10.2
2018-05-05Add the minimum go version for release 1.11+William Zhang
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-04-06Merge pull request #2010 from vantuvt/masterk8s-ci-robot
Fix typo in development.md
2018-04-06Update development.mdVan Tu
Fix a typo
2018-04-06Change 'Mac OS X' and OS X' to 'macOS'Patrik Erdes
Mac OS X was renamed to OS X in 2012, and then renamed again to macOS in 2016. I suggest that the current name (macOS) should be used whenever referencing the Apple OS.
2018-01-02moved Github workflow and diagram to contributors/guide folder and ↵guineveresaenger
referenced from both development.md and guide README
2017-12-21Use git.k8s.io for linksChristoph Blecker
2017-11-03removed autogenerated munge analytics from filesguineveresaenger
2017-10-23Fix the error for upgrading go versionyuexiao-wang
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-20Merge pull request #1238 from yuexiao-wang/update-go-versionDavanum Srinivas
Update Go version required by Kubernetes
2017-10-20Update Go version required by Kubernetesyuexiao-wang
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-17Remove link to empty document.Marcin Owsiany