Tim Hockin 
							
						 
					 
					
						
						
							
						
						dab591b629 
					 
					
						
						
							
							Run update-gendocs  
						
						 
						
						
						
						
					 
					
						2015-11-13 13:57:57 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						1c5f252653 
					 
					
						
						
							
							Update documentation to describe how to install etcd for testing  
						
						 
						
						
						
						
					 
					
						2015-10-13 16:06:01 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						fbd58294b2 
					 
					
						
						
							
							Update test helpers and dev doc to use etcd v2.0.12.  
						
						 
						
						
						
						
					 
					
						2015-10-13 16:05:56 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Madhusudan.C.S 
							
						 
					 
					
						
						
							
						
						7dcba921cf 
					 
					
						
						
							
							Move the hooks section to the commit section.  
						
						 
						
						... 
						
						
						
						It doesn't make much sense to have a separate section for hooks right now
because we only have a pre-commit hook at the moment and we should have it
setup before making the first commit. We can probably create a separate
section for hooks again when we have other types of hooks. 
						
						
					 
					
						2015-10-02 12:30:53 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin 
							
						 
					 
					
						
						
							
						
						0b08fc8595 
					 
					
						
						
							
							fix a typo in development.md and update git_workflow.png  
						
						 
						
						
						
						
					 
					
						2015-09-10 00:22:43 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						58e9ee2c25 
					 
					
						
						
							
							Merge pull request  #13278  from bgrant0607/docfix2  
						
						 
						
						... 
						
						
						
						Start on expanding code expectations (aka "The bar") 
						
						
					 
					
						2015-09-04 13:40:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						97e505849f 
					 
					
						
						
							
							Start on expanding code expectations (aka "The bar")  
						
						 
						
						
						
						
					 
					
						2015-09-01 20:33:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harry Zhang 
							
						 
					 
					
						
						
							
						
						d70b565e55 
					 
					
						
						
							
							Fix inconsistency path in GOPATH doc  
						
						 
						
						... 
						
						
						
						we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes
Close this if I made mistaken this 
						
						
					 
					
						2015-08-31 15:19:53 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phillip Wittrock 
							
						 
					 
					
						
						
							
						
						1ac0579d56 
					 
					
						
						
							
							Update development godep instructions to work for cadvisor and changing transitive deps  
						
						 
						
						
						
						
					 
					
						2015-08-26 17:35:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Flor 
							
						 
					 
					
						
						
							
						
						302cdceb6a 
					 
					
						
						
							
							Update dev docs to note new coveralls URL  
						
						 
						
						... 
						
						
						
						(also noting old URL for interested parties and future historians) 
						
						
					 
					
						2015-08-17 09:17:03 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert Bailey 
							
						 
					 
					
						
						
							
						
						3962848a24 
					 
					
						
						
							
							Update repository links in development.md.  
						
						 
						
						
						
						
					 
					
						2015-08-12 13:12:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Paris 
							
						 
					 
					
						
						
							
						
						3b7c39656c 
					 
					
						
						
							
							Split hack/{verify,update}-* files so we don't always go build  
						
						 
						
						... 
						
						
						
						Right now some of the hack/* tools use `go run` and build almost every
time. There are some which expect you to have already run `go install`.
And in all cases the pre-commit hook, which runs a full build wouldn't
want to do either, since it just built!
This creates a new hack/after-build/ directory and has the scripts which
REQUIRE that the binary already be built. It doesn't test and complain.
It just fails miserably. Users should not be in this directory. Users
should just use hack/verify-* which will just do the build and then call
the "after-build" version. The pre-commit hook or anything which KNOWS
the binaries have been built can use the fast version. 
						
						
					 
					
						2015-08-11 14:20:46 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ed Costello 
							
						 
					 
					
						
						
							
						
						35a5eda585 
					 
					
						
						
							
							Copy edits for typos  
						
						 
						
						
						
						
					 
					
						2015-08-09 14:18:06 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3f538145ab 
					 
					
						
						
							
							fixup development doc for new vanity path  
						
						 
						
						
						
						
					 
					
						2015-08-05 17:52:57 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								goltermann 
							
						 
					 
					
						
						
							
						
						90e1d5216e 
					 
					
						
						
							
							Add post v1.0 PR merge details.  
						
						 
						
						
						
						
					 
					
						2015-08-05 14:52:46 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						c58e3fbbb6 
					 
					
						
						
							
							Add a note on when to use commits  
						
						 
						
						
						
						
					 
					
						2015-07-30 15:11:38 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						acd1bed70e 
					 
					
						
						
							
							Fix capitalization of Kubernetes in the documentation.  
						
						 
						
						
						
						
					 
					
						2015-07-20 14:39:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Oppenheimer 
							
						 
					 
					
						
						
							
						
						50e95a031b 
					 
					
						
						
							
							Absolutize links that leave the docs/ tree to go anywhere other than  
						
						 
						
						... 
						
						
						
						to examples/ or back to docs/ 
						
						
					 
					
						2015-07-20 00:25:07 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						8cfd3d669e 
					 
					
						
						
							
							Merge pull request  #11551  from a-robinson/docs  
						
						 
						
						... 
						
						
						
						Improve syntax highlighting for design and devel docs 
						
						
					 
					
						2015-07-19 08:45:54 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						68d6e3a8ae 
					 
					
						
						
							
							Replace `` with  when emphasizing something inline in docs/  
						
						 
						
						
						
						
					 
					
						2015-07-19 09:05:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						4182c3b394 
					 
					
						
						
							
							Improve devel docs syntax highlighting.  
						
						 
						
						
						
						
					 
					
						2015-07-19 08:54:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						33f1862830 
					 
					
						
						
							
							Run gendocs  
						
						 
						
						
						
						
					 
					
						2015-07-17 15:35:43 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						f7873d2a1f 
					 
					
						
						
							
							apply changes  
						
						 
						
						
						
						
					 
					
						2015-07-17 11:04:46 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						542e13d2d3 
					 
					
						
						
							
							Better scary message  
						
						 
						
						
						
						
					 
					
						2015-07-17 09:28:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						39b86908a1 
					 
					
						
						
							
							Run gendocs  
						
						 
						
						
						
						
					 
					
						2015-07-14 17:28:47 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						79f9cd7c83 
					 
					
						
						
							
							Run gendocs  
						
						 
						
						
						
						
					 
					
						2015-07-14 15:28:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						821e08fded 
					 
					
						
						
							
							Apply mungedocs changes  
						
						 
						
						
						
						
					 
					
						2015-07-13 17:48:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						8bb5c5060c 
					 
					
						
						
							
							Merge pull request  #10843  from jiangyaoguo/change-get-minions-in-docs  
						
						 
						
						... 
						
						
						
						change "get minions" to "get nodes"  in docs 
						
						
					 
					
						2015-07-13 13:27:56 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						fffc64e733 
					 
					
						
						
							
							Run gendocs and munges  
						
						 
						
						
						
						
					 
					
						2015-07-13 11:27:48 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jiangyaoguo 
							
						 
					 
					
						
						
							
						
						102c56ddc4 
					 
					
						
						
							
							change get minions cmd in docs  
						
						 
						
						
						
						
					 
					
						2015-07-10 10:40:52 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Paine 
							
						 
					 
					
						
						
							
						
						7ad41c56ed 
					 
					
						
						
							
							Consolidate git setup documentation.  
						
						 
						
						... 
						
						
						
						Closes  #9091  
						
						
					 
					
						2015-06-09 21:11:52 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						553f9f822b 
					 
					
						
						
							
							Add ga-beacon analytics to gendocs scripts  
						
						 
						
						... 
						
						
						
						hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link. 
						
						
					 
					
						2015-05-15 18:56:38 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						f11ba4a1b5 
					 
					
						
						
							
							Switch git hooks to use pre-commit  
						
						 
						
						
						
						
					 
					
						2015-05-13 12:50:25 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								George Kuan 
							
						 
					 
					
						
						
							
						
						9f64d009e0 
					 
					
						
						
							
							Corrected some typos  
						
						 
						
						
						
						
					 
					
						2015-04-26 19:37:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert Bailey 
							
						 
					 
					
						
						
							
						
						39bc39315b 
					 
					
						
						
							
							Add documentation to help new contributors with write access  
						
						 
						
						... 
						
						
						
						from accidentally pushing upstream. 
						
						
					 
					
						2015-04-15 20:51:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Tune 
							
						 
					 
					
						
						
							
						
						ebf3134c79 
					 
					
						
						
							
							Proposed guidelines for new Getting-started-guides.  
						
						 
						
						... 
						
						
						
						# *** 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-30 09:52:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						fb10ccbbd8 
					 
					
						
						
							
							Add -v to go run hack/e2e.go -ctl commands  
						
						 
						
						
						
						
					 
					
						2015-03-17 12:32:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						2d44b1e5d2 
					 
					
						
						
							
							Make slides visible to the public, fix a typo.  
						
						 
						
						... 
						
						
						
						Moved to account quintonh@gmail.com  to make it visible to the public without any login.
Correct "push request" to "pull request". 
						
						
					 
					
						2015-03-05 11:23:03 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						f064107083 
					 
					
						
						
							
							Add documentation about the Kubernetes Github Flow.  
						
						 
						
						... 
						
						
						
						Added an animation (and a link to it) detailing the standard Kubernetes Github Flow. 
						
						
					 
					
						2015-03-04 17:18:05 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						d28868c164 
					 
					
						
						
							
							Update development doc on how to generate code coverage reports.  
						
						 
						
						
						
						
					 
					
						2015-02-19 18:43:34 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						e752271e83 
					 
					
						
						
							
							Combine the two documentation sections on how to use godeps.  
						
						 
						
						
						
						
					 
					
						2015-02-18 22:16:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach Loafman 
							
						 
					 
					
						
						
							
						
						7d1f23d7d5 
					 
					
						
						
							
							Document current ways to run a single e2e  
						
						 
						
						
						
						
					 
					
						2015-02-18 07:51:36 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						5f7fd365b7 
					 
					
						
						
							
							Add steps to the development guide for how to use godep to update an  
						
						 
						
						... 
						
						
						
						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-10 09:44:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Dario Minonne 
							
						 
					 
					
						
						
							
						
						9a0e16a009 
					 
					
						
						
							
							Fix dockerfile for etcd.2.0.0  
						
						 
						
						
						
						
					 
					
						2015-01-30 15:32:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						8d38f74425 
					 
					
						
						
							
							Update developer docs to use hack/ for e2e.  
						
						 
						
						
						
						
					 
					
						2015-01-23 15:52:12 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						718a563b1f 
					 
					
						
						
							
							Add a gendocs pre-submit hook.  
						
						 
						
						
						
						
					 
					
						2015-01-15 09:52:51 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Deyuan Deng 
							
						 
					 
					
						
						
							
						
						2945f87b1b 
					 
					
						
						
							
							Doc fixes  
						
						 
						
						
						
						
					 
					
						2015-01-11 21:20:49 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						d8dab5dfb9 
					 
					
						
						
							
							Minor doc/comment fixes that came up while reading through some code.  
						
						 
						
						
						
						
					 
					
						2015-01-06 18:05:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Evstifeev 
							
						 
					 
					
						
						
							
						
						a8461efa29 
					 
					
						
						
							
							Fix broken flaky-tests.md documentation link  
						
						 
						
						... 
						
						
						
						The link ended up pointing at ./docs/devel/docs/devel/flaky-tests.md instead of .docs/devel/flaky-tests.md 
						
						
					 
					
						2014-12-22 15:53:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						c7d761f0f7 
					 
					
						
						
							
							fix godep instructions  
						
						 
						
						
						
						
					 
					
						2014-12-16 15:52:53 -08:00