Janet Kuo 
							
						 
					 
					
						
						
							
						
						62b488359f 
					 
					
						
						
							
							Enable -c for kubectl logs container arg  
						
						 
						
						
						
						
					 
					
						2015-06-30 13:25:54 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						7f89a29aad 
					 
					
						
						
							
							add "kubectl patch". It will replace "kubectl udpate --patch" in the future  
						
						 
						
						
						
						
					 
					
						2015-06-29 16:36:45 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Robinson 
							
						 
					 
					
						
						
							
						
						764d34d363 
					 
					
						
						
							
							Merge pull request  #10468  from caesarxuchao/add-cmd-replace  
						
						 
						
						... 
						
						
						
						Add command "kubectl replace" 
						
						
					 
					
						2015-06-29 16:06:33 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jayunit100 
							
						 
					 
					
						
						
							
						
						caf9c17f95 
					 
					
						
						
							
							Update man page info for advanced kubelet features i.e. config/bootstrapping  
						
						 
						
						
						
						
					 
					
						2015-06-29 16:02:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						9b3d42c090 
					 
					
						
						
							
							Add command "kubectl replace". "kubectl update" is still supported as an alias.  
						
						 
						
						... 
						
						
						
						"kubectl replace --patch" is NOT supported. It's moved to "kubectl patch" as a separate command in another commit. 
						
						
					 
					
						2015-06-29 12:14:24 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						ff6d67e18c 
					 
					
						
						
							
							updated kubernetes daemon docs  
						
						 
						
						... 
						
						
						
						These docs are not autogenerated. They are generated from specially formated
markdown files that need to be updated when flags are changed but nobody knows
about this so it is not enforced. Thus the man page generation is not useful.
For the sake of having up to date docs up to date for v1, I am manually udating
the markdown files and removing the md2man generation. After v1 we need to gen
this man pages with the rest of our generated docs in a pre commit hook so that
they are not able to become out of date. We can do this by converting our daemons
to use cobra cmd like kubectl. 
						
						
					 
					
						2015-06-26 12:06:29 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert Bailey 
							
						 
					 
					
						
						
							
						
						91589143a3 
					 
					
						
						
							
							Merge pull request  #10370  from mikedanese/no-more-machines  
						
						 
						
						... 
						
						
						
						remove --machines and related deprecated flags from code and docs 
						
						
					 
					
						2015-06-26 10:54:01 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert Bailey 
							
						 
					 
					
						
						
							
						
						508f7f1697 
					 
					
						
						
							
							Merge pull request  #10358  from caesarxuchao/add-force-update  
						
						 
						
						... 
						
						
						
						Add --force to `kubectl update` 
						
						
					 
					
						2015-06-26 10:49:04 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						1e130e0794 
					 
					
						
						
							
							remove --machines from code and docs  
						
						 
						
						
						
						
					 
					
						2015-06-25 18:29:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						ef5de91fd7 
					 
					
						
						
							
							add "--force" flag to "kubectl update";  
						
						 
						
						... 
						
						
						
						update relevant tests 
						
						
					 
					
						2015-06-25 17:16:20 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maxwell Forbes 
							
						 
					 
					
						
						
							
						
						03121c2536 
					 
					
						
						
							
							Merge pull request  #10252  from akramer/patch-1  
						
						 
						
						... 
						
						
						
						Fixing spacing in documentation comments 
						
						
					 
					
						2015-06-25 15:09:41 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						689a3ee7a2 
					 
					
						
						
							
							Make UI work through kubectl proxy (again)  
						
						 
						
						... 
						
						
						
						Fixes  #10115 . 
						
						
					 
					
						2015-06-24 13:54:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								akramer 
							
						 
					 
					
						
						
							
						
						5f44175dc4 
					 
					
						
						
							
							Fixing spacing in documentation comments  
						
						 
						
						... 
						
						
						
						There was some ugly spacing in the 'kubectl exec' documentation comments, I've fixed it and wrapped it to 80 chars. 
						
						
					 
					
						2015-06-24 13:50:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						838ddba1d9 
					 
					
						
						
							
							Merge pull request  #10188  from fabianofranz/fix_kubectl_set_credentials_example  
						
						 
						
						... 
						
						
						
						Fixes wrong "kubectl config set-credentials" examples 
						
						
					 
					
						2015-06-23 17:11:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fabianofranz 
							
						 
					 
					
						
						
							
						
						fae27669aa 
					 
					
						
						
							
							Fixes kubectl config set-credentials examples  
						
						 
						
						
						
						
					 
					
						2015-06-22 17:34:04 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						b06ef70057 
					 
					
						
						
							
							Print resource labels as columns  
						
						 
						
						
						
						
					 
					
						2015-06-22 00:44:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Satnam Singh 
							
						 
					 
					
						
						
							
						
						424d09fb97 
					 
					
						
						
							
							Merge pull request  #9907  from RichieEscarez/9404_controller  
						
						 
						
						... 
						
						
						
						Changed "controller" to "replication controller" 
						
						
					 
					
						2015-06-18 14:33:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3de11e2fa8 
					 
					
						
						
							
							reenable patch serverside using strategic-merge-patch  
						
						 
						
						
						
						
					 
					
						2015-06-18 12:06:46 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RichieEscarez 
							
						 
					 
					
						
						
							
						
						eb44b3c830 
					 
					
						
						
							
							Qualified all references to "controller" so that references to "replication controller" are clear.  fixes   #9404  
						
						 
						
						... 
						
						
						
						Also ran hacks/run-gendocs.sh 
						
						
					 
					
						2015-06-17 08:48:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fabio Yeon 
							
						 
					 
					
						
						
							
						
						0453f9ea9d 
					 
					
						
						
							
							Merge pull request  #9705  from hurf/label4describe  
						
						 
						
						... 
						
						
						
						Add label support for kubectl describe 
						
						
					 
					
						2015-06-15 19:33:09 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ed Costello 
							
						 
					 
					
						
						
							
						
						05714d416b 
					 
					
						
						
							
							Copy edits for spelling errors and typos  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ed Costello <epc@epcostello.com > 
						
						
					 
					
						2015-06-12 18:47:28 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abhi Shah 
							
						 
					 
					
						
						
							
						
						86b6150fb0 
					 
					
						
						
							
							Merge pull request  #9287  from brendandburns/kubectl  
						
						 
						
						... 
						
						
						
						Add some XSRF protection to kubectl proxy. 
						
						
					 
					
						2015-06-12 13:51:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hurf 
							
						 
					 
					
						
						
							
						
						fa0efe3927 
					 
					
						
						
							
							Add label support for kubectl describe  
						
						 
						
						... 
						
						
						
						Add -l option to kubectl describe command, allow it return
multiple results filtered by label selector. 
						
						
					 
					
						2015-06-12 15:08:28 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						4aeee94603 
					 
					
						
						
							
							Add some XSRF protection to kubectl proxy.  
						
						 
						
						
						
						
					 
					
						2015-06-10 20:55:33 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						401d3c43fd 
					 
					
						
						
							
							remove removed flags from usage examples  
						
						 
						
						
						
						
					 
					
						2015-06-09 12:56:58 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						6e83eb2636 
					 
					
						
						
							
							Updating docs/ to v1  
						
						 
						
						
						
						
					 
					
						2015-06-05 14:09:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						fc80fd6860 
					 
					
						
						
							
							Merge pull request  #9233  from lavalamp/no-ro-nonbreaking  
						
						 
						
						... 
						
						
						
						Allow kubectl proxy to proxy everything 
						
						
					 
					
						2015-06-04 16:22:07 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brian Grant 
							
						 
					 
					
						
						
							
						
						e7788771d6 
					 
					
						
						
							
							Merge pull request  #9030  from brendandburns/kubectl  
						
						 
						
						... 
						
						
						
						Add a custom timeout flag for stop/delete. 
						
						
					 
					
						2015-06-03 21:14:50 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						d615bbb233 
					 
					
						
						
							
							gendocs  
						
						 
						
						
						
						
					 
					
						2015-06-03 18:34:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						ab0c9b8e1e 
					 
					
						
						
							
							Add a custom timeout flag for stop/delete.  Also try to be smarter about setting the timeout.  
						
						 
						
						
						
						
					 
					
						2015-06-03 11:21:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kargakis 
							
						 
					 
					
						
						
							
						
						0fba4820f5 
					 
					
						
						
							
							expose: Better error formatting and generic flag message  
						
						 
						
						... 
						
						
						
						Re error formatting:
$ osc expose svc frontend --port=5432 --generator='service/v2' --name=test
Before:
error: generator %!!(MISSING)q(<nil>) not found.
see 'osc expose -h' for help.
Now:
error: generator "services/v2" not found.
see 'openshift cli expose -h' for help. 
						
						
					 
					
						2015-06-02 13:06:21 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Tune 
							
						 
					 
					
						
						
							
						
						1f526a5f89 
					 
					
						
						
							
							Merge pull request  #9027  from jlowdermilk/kubectl-deprecate-minion  
						
						 
						
						... 
						
						
						
						Stop supporting the minion alias for nodes in kubectl 
						
						
					 
					
						2015-06-01 10:26:51 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						0c44be833d 
					 
					
						
						
							
							Stop supporting the minion alias for nodes in kubectl  
						
						 
						
						
						
						
					 
					
						2015-05-29 15:40:47 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						90a5b8c845 
					 
					
						
						
							
							Disable --patch for kubectl update  
						
						 
						
						
						
						
					 
					
						2015-05-29 09:31:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						9cb0eaf01a 
					 
					
						
						
							
							Fixed get's help message  
						
						 
						
						
						
						
					 
					
						2015-05-29 11:31:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						ac3cc3c518 
					 
					
						
						
							
							Rename PORTAL_NET all over  
						
						 
						
						
						
						
					 
					
						2015-05-28 16:10:44 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						3005471100 
					 
					
						
						
							
							Add new apiserver flags for clusterIP (nee portal)  
						
						 
						
						... 
						
						
						
						Leave old flags but marked as deprecated 
						
						
					 
					
						2015-05-28 16:10:44 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						4318ca5a8b 
					 
					
						
						
							
							Rename 'portal IP' to 'cluster IP' most everywhere  
						
						 
						
						... 
						
						
						
						This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar. 
						
						
					 
					
						2015-05-28 16:10:44 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						d355154181 
					 
					
						
						
							
							Merge pull request  #8556  from kargakis/label-parsing-fix  
						
						 
						
						... 
						
						
						
						label: Invalidate empty or invalid value labels 
						
						
					 
					
						2015-05-28 15:54:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						75314718eb 
					 
					
						
						
							
							update/fix kubectl proxy example in help string  
						
						 
						
						
						
						
					 
					
						2015-05-28 13:59:39 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kargakis 
							
						 
					 
					
						
						
							
						
						fb63ab63bb 
					 
					
						
						
							
							label: Invalidate empty or invalid value labels  
						
						 
						
						
						
						
					 
					
						2015-05-28 10:47:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						eab1ceccd4 
					 
					
						
						
							
							Merge pull request  #8628  from jlowdermilk/delete-not-found  
						
						 
						
						... 
						
						
						
						Delete fails on notfound errors. 
						
						
					 
					
						2015-05-27 16:26:41 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						ffabf17ed4 
					 
					
						
						
							
							Merge pull request  #8604  from brendandburns/kubectl  
						
						 
						
						... 
						
						
						
						Make exec more consistent with the rest of the kubectl commands. 
						
						
					 
					
						2015-05-27 16:23:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						3cf4d9b2e6 
					 
					
						
						
							
							Delete fails on notfound errors.  
						
						 
						
						... 
						
						
						
						If deleting multiple resources, command will continue on error and
report not found resources at the end. 
						
						
					 
					
						2015-05-27 16:02:54 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						2ec4b409e1 
					 
					
						
						
							
							Make exec more consistent with the rest of the kubectl commands.  
						
						 
						
						
						
						
					 
					
						2015-05-27 15:47:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						9e3a540940 
					 
					
						
						
							
							rename resize to scale  
						
						 
						
						
						
						
					 
					
						2015-05-27 19:08:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						d4a47bdb9e 
					 
					
						
						
							
							rename run-container to run in kubectl  
						
						 
						
						
						
						
					 
					
						2015-05-27 19:07:17 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anastasis Andronidis 
							
						 
					 
					
						
						
							
						
						5eae2378d6 
					 
					
						
						
							
							Warn for every _ flag user or cmd defined  
						
						 
						
						... 
						
						
						
						also renames all global _ flags to - 
						
						
					 
					
						2015-05-27 11:23:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cesar Wong 
							
						 
					 
					
						
						
							
						
						cb872e9243 
					 
					
						
						
							
							Rename 'kubectl log' to 'kubectl logs'  
						
						 
						
						
						
						
					 
					
						2015-05-26 08:28:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						973c2e4819 
					 
					
						
						
							
							Add Type to ServiceSpec: ClusterIP or LoadBalancer  
						
						 
						
						
						
						
					 
					
						2015-05-22 19:14:21 -04:00