summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-05-13Switch git hooks to use pre-commitTim Hockin
2015-05-13Instructions for generating conversions.Wojciech Tyczynski
2015-05-07Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` ↵Matt Bogosian
-> `KUBERNETES_MINION_MEMORY`.
2015-05-04Add step to API changes doc for swagger regenPaul Morie
2015-04-29Improvements to conversions generator.Wojciech Tyczynski
2015-04-27Merge pull request #7314 from pmorie/docRohit Jnagal
Add hint re: fuzzer to api changes doc
2015-04-27Add hint re: fuzzer to api changes docPaul Morie
2015-04-26Corrected some typosGeorge Kuan
2015-04-17Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, ↵Matt Bogosian
VMWare Workstation, and Parallels.
2015-04-16Stop using dockerfile/* imagesTim Hockin
As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
2015-04-15Add documentation to help new contributors with write accessRobert Bailey
from accidentally pushing upstream.
2015-04-07adding release notes guidelines to the (new) releases policy.António Meireles
per the ongoing conversation at GoogleCloudPlatform/kubernetes#6213 Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-04-02Add some more clarity around "controversial" or "complex" PRs and merging.Brendan Burns
2015-04-02Merge pull request #6050 from piosz/docsJerzy Szczepkowski
Changed merge policy
2015-04-01Update issues.mdgoltermann
2015-04-01Update issues.mdgoltermann
Updating priority definitions - open for discussion if there are other opinions.
2015-03-31Changed merge policyPiotr Szczesniak
2015-03-30Merge pull request #5141 from erictune/gsgrulesJeff Grafton
Guidelines for Getting Started Guide contributions
2015-03-30Proposed guidelines for new Getting-started-guides.Eric Tune
# *** ERROR: *** docs are out of sync between cli and markdown # run hack/run-gendocs.sh > docs/kubectl.md to regenerate # # Your commit will be aborted unless you regenerate docs. COMMIT_BLOCKED_ON_GENDOCS
2015-03-30remove remaining references to containerized cadvisor.António Meireles
since GoogleCloudPlatform/kubernetes#5308 got merged cadvisor facilities are built-in in kubelet, so time to update the 'screenshots'... Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-27Merge pull request #5836 from adymitruk/patch-1Piotr Szczesniak
Better wording for clean up.
2015-03-25Add a pointer to kubernetes-dev to API changes doc.Rohit Jnagal
2015-03-23Better wording for clean up.Adam Dymitruk
Encouraging squashing by default leads to important history being lost. People new to different git flows may be doing themselves and the project a disservice without knowing.
2015-03-19Merge pull request #5418 from rjnagal/docsDerek Carr
Update vagrant documentation to use get.k8s.io for setup.
2015-03-18Update vagrant documentation to use get.k8s.io for setup.Rohit Jnagal
2015-03-17Add -v to `go run hack/e2e.go -ctl` commandsYu-Ju Hong
2015-03-16Merge pull request #5459 from thockin/apidocBrian Grant
Add a doc explaining how to make API changes
2015-03-16Add a doc explaining how to make API changesTim Hockin
Covers compatibility, internal API, versioned APIs, tests, fuzzer, semantic deep equal, etc. I wrote this as I worked on the next big multi-port service change.
2015-03-16update link to common golang style mistakesPhaneendra Chiruvella
2015-03-10Add a doc on making PRs easier to reviewTim Hockin
2015-03-09Merge pull request #5083 from quinton-hoole/2015-03-04-add-github-flow-docsAlex Mohr
Add documentation about the Kubernetes Github Flow.
2015-03-05Make slides visible to the public, fix a typo.Quinton Hoole
Moved to account quintonh@gmail.com to make it visible to the public without any login. Correct "push request" to "pull request".
2015-03-04Add documentation about the Kubernetes Github Flow.Quinton Hoole
Added an animation (and a link to it) detailing the standard Kubernetes Github Flow.
2015-03-03Added a doc with coding advice.Eric Tune
2015-02-20Merge pull request #4590 from gmarek/client3Yu-Ju Hong
Add info about contention profiling to profiling.md
2015-02-20apply commentsgmarek
2015-02-19Update development doc on how to generate code coverage reports.Jeff Grafton
2015-02-19Add info about contention profiling to profiling.mdgmarek
2015-02-18Combine the two documentation sections on how to use godeps.Alex Robinson
2015-02-18Document current ways to run a single e2eZach Loafman
2015-02-14Added instruction for profiling apiserverMarek Grabowski
2015-02-11Fix bad config in flaky test documentation and add script to help checkAlex Robinson
for flakes.
2015-02-10Add steps to the development guide for how to use godep to update anAlex Robinson
existing dependency. Also change from the numbered lists from markdown that didn't work due to the intervening code blocks to just raw text numbered lists.
2015-02-03Add links to logging libraries in questionkargakis
2015-01-30Fix dockerfile for etcd.2.0.0Salvatore Dario Minonne
2015-01-23Update developer docs to use hack/ for e2e.Victor Marmol
2015-01-21Merge pull request #3616 from hTrap/patch-1Brian Grant
typo fixed
2015-01-21typo fixed ';'Parth Oberoi
unexpected ';' after environment on line 7
2015-01-20typo fixedParth Oberoi