k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						5288a255f4 
					 
					
						
						
							
							Merge pull request  #25567  from gmarek/validate  
						
						... 
						
						
						
						Automatic merge from submit-queue
Add Controller field to OwnerReference
cc @davidopp 
						
						
					 
					
						2016-05-31 14:21:38 -07:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						a6dd89d797 
					 
					
						
						
							
							Add Controller field to OwnerReference  
						
						
						
						
					 
					
						2016-05-31 15:33:35 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						faa112bad1 
					 
					
						
						
							
							Add selector to PersistentVolumeClaim  
						
						
						
						
					 
					
						2016-05-30 12:09:50 -04:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						a550cf16b9 
					 
					
						
						
							
							Merge pull request  #25826  from freehan/svcsourcerange  
						
						... 
						
						
						
						Automatic merge from submit-queue
promote sourceRange into service spec
@thockin  one more for your pile
I will add docs at `http://releases.k8s.io/HEAD/docs/user-guide/services-firewalls.md `
cc: @justinsb 
Fixes : #20392  
						
						
					 
					
						2016-05-28 02:20:13 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Mohr 
							
						 
					 
					
						
						
							
						
						edda837142 
					 
					
						
						
							
							Merge pull request  #25599  from caesarxuchao/orphaning-finalizer  
						
						... 
						
						
						
						Add orphaning finalizer logic to GC 
						
						
					 
					
						2016-05-26 13:19:19 -07:00 
						 
				 
			
				
					
						
							
							
								Minhan Xia 
							
						 
					 
					
						
						
							
						
						a1bd33f510 
					 
					
						
						
							
							promote sourceRange into service spec  
						
						
						
						
					 
					
						2016-05-26 10:42:30 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						1665546d2d 
					 
					
						
						
							
							add finalizer logics to the API server and the garbage collector; handling DeleteOptions.OrphanDependents in the API server  
						
						
						
						
					 
					
						2016-05-24 13:07:28 -07:00 
						 
				 
			
				
					
						
							
							
								Avesh Agarwal 
							
						 
					 
					
						
						
							
						
						1931931494 
					 
					
						
						
							
							Downward API implementation for resources limits and requests  
						
						
						
						
					 
					
						2016-05-24 12:22:35 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						5862a60ae7 
					 
					
						
						
							
							Make IsDNS1123Subdomain return error strings  
						
						
						
						
					 
					
						2016-05-19 08:57:49 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						77eff06a53 
					 
					
						
						
							
							Make IsDNS1123Label return error strings  
						
						
						
						
					 
					
						2016-05-19 08:57:49 -07:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						4f09f51486 
					 
					
						
						
							
							Merge pull request  #24800  from thockin/validation_pt8-3  
						
						... 
						
						
						
						Automatic merge from submit-queue
Make name validators return string slices
Part of the larger validation PR, broken out for easier review and merge.  Builds on previous PRs in the series. 
						
						
					 
					
						2016-05-19 02:15:27 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin 
							
						 
					 
					
						
						
							
						
						52fb89ff73 
					 
					
						
						
							
							implement taints and tolerations  
						
						
						
						
					 
					
						2016-05-18 15:06:23 +00:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						152c86ab06 
					 
					
						
						
							
							Make name validators return string slices  
						
						
						
						
					 
					
						2016-05-18 00:48:01 -07:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						4ac32179bf 
					 
					
						
						
							
							Merge pull request  #24798  from thockin/validation_pt8-1  
						
						... 
						
						
						
						Automatic merge from submit-queue
Make IsQualifiedName return error strings
Part of the larger validation PR, broken out for easier review and merge.
@lavalamp FYI, but I know you're swamped, too. 
						
						
					 
					
						2016-05-14 22:14:17 -07:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						08440b5dcc 
					 
					
						
						
							
							Merge pull request  #24836  from Clarifai/gpu-impl  
						
						... 
						
						
						
						Automatic merge from submit-queue
WIP v0 NVIDIA GPU support
```release-note
* Alpha support for scheduling pods on machines with NVIDIA GPUs whose kubelets use the `--experimental-nvidia-gpus` flag, using the alpha.kubernetes.io/nvidia-gpu resource 
```
Implements part of #24071  for  #23587 
I am not familiar with the scheduler enough to know what to do with the scores. Mostly punting for now.
Missing items from the implementation plan: limitranger, rkt support, kubectl
support and docs
cc @erictune @davidopp @dchen1107 @vishh @Hui-Zhi @gopinatht 
						
						
					 
					
						2016-05-12 14:04:15 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						72955770f3 
					 
					
						
						
							
							Make IsQualifiedName return error strings  
						
						
						
						
					 
					
						2016-05-10 11:23:23 -07:00 
						 
				 
			
				
					
						
							
							
								Rudi Chiarito 
							
						 
					 
					
						
						
							
						
						362c763fca 
					 
					
						
						
							
							WIP v0 NVIDIA GPU support  
						
						... 
						
						
						
						Implements part of #24071 
I am not familiar with the scheduler enough to know what to do with the scores. Punting for now.
Missing items from the implementation plan: limitranger, rkt support, kubectl
support and user docs 
						
						
					 
					
						2016-05-09 19:20:05 -04:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						f2f3b49f58 
					 
					
						
						
							
							Merge pull request  #22575  from MikaelCluseau/wip-issue-20466  
						
						... 
						
						
						
						Automatic merge from submit-queue
Add subPath to mount a child dir or file of a volumeMount
Allow users to specify a subPath in Container.volumeMounts so they can use a single volume for many mounts instead of creating many volumes. For instance, a user can now use a single PersistentVolume to store the Mysql database and the document root of an Apache server of a LAMP stack pod by mapping them to different subPaths in this single volume.
Also solves https://github.com/kubernetes/kubernetes/issues/20466 . 
						
						
					 
					
						2016-05-08 08:45:15 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin 
							
						 
					 
					
						
						
							
						
						82ba4f077e 
					 
					
						
						
							
							implement inter pod topological affinity and anti-affinity  
						
						
						
						
					 
					
						2016-05-06 06:46:23 +00:00 
						 
				 
			
				
					
						
							
							
								Mikaël Cluseau 
							
						 
					 
					
						
						
							
						
						06900a934d 
					 
					
						
						
							
							Introduce subPath in VolumeMount  
						
						
						
						
					 
					
						2016-05-06 15:08:41 +11:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						a46b7775fc 
					 
					
						
						
							
							API changes for finalizers and system-wide garbage collector  
						
						
						
						
					 
					
						2016-05-04 21:54:55 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						fdb110c859 
					 
					
						
						
							
							Fix the rest of the code  
						
						
						
						
					 
					
						2016-04-29 17:12:10 -04:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						1e5815872e 
					 
					
						
						
							
							Validate deletion timestamp doesn't change on update  
						
						
						
						
					 
					
						2016-04-28 11:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								André Martins 
							
						 
					 
					
						
						
							
						
						c1a360b1d5 
					 
					
						
						
							
							Removing IPv4 enforcement on Endpoints  
						
						... 
						
						
						
						Signed-off-by: André Martins <aanm90@gmail.com > 
						
						
					 
					
						2016-04-14 16:20:00 +01:00 
						 
				 
			
				
					
						
							
							
								goltermann 
							
						 
					 
					
						
						
							
						
						32d569d6c7 
					 
					
						
						
							
							Fixing all the "composite literal uses unkeyed fields" Vet errors.  
						
						
						
						
					 
					
						2016-03-25 15:25:09 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						24aade64f5 
					 
					
						
						
							
							Validate that volume mountpoints are unique  
						
						
						
						
					 
					
						2016-03-17 23:52:34 -04:00 
						 
				 
			
				
					
						
							
							
								Avesh Agarwal 
							
						 
					 
					
						
						
							
						
						427774306c 
					 
					
						
						
							
							Fix validation of resources (cpu, memory, storage) for limit range types.  
						
						
						
						
					 
					
						2016-03-10 11:33:53 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						0e3469dce3 
					 
					
						
						
							
							Merge pull request  #22183  from pmorie/config-quota  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-03-04 03:12:51 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						de72b6be1b 
					 
					
						
						
							
							Merge pull request  #21907  from justinsb/load_balancer_source_ranges  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-03-03 14:10:47 -08:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						cb92133dfa 
					 
					
						
						
							
							LB Source Ranges: Move validation into API layer  
						
						... 
						
						
						
						Had to move other things around too to avoid a weird api ->
cloudprovider dependency.
Also adding fixes per code reviews.
(This is a squash of the previously approved commits) 
						
						
					 
					
						2016-03-03 10:27:17 -05:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						834776aa1f 
					 
					
						
						
							
							Add resource quota for ConfigMap  
						
						
						
						
					 
					
						2016-03-02 09:59:51 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						56be551416 
					 
					
						
						
							
							Validate volume paths do not have ':'  
						
						
						
						
					 
					
						2016-02-29 13:22:45 -08:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						df064bd53d 
					 
					
						
						
							
							ResourceQuota API validation for scopes and new resource types  
						
						
						
						
					 
					
						2016-02-26 20:34:14 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						b502b8f6a1 
					 
					
						
						
							
							Restore service port validation compatibility with 1.0/1.1  
						
						
						
						
					 
					
						2016-02-23 21:27:44 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						c91a79be45 
					 
					
						
						
							
							Merge pull request  #21199  from erictune/validation-helper  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-02-16 07:07:49 -08:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						c5cb09405c 
					 
					
						
						
							
							Improve persistent volume claim validation  
						
						
						
						
					 
					
						2016-02-15 15:13:53 -05:00 
						 
				 
			
				
					
						
							
							
								David Oppenheimer 
							
						 
					 
					
						
						
							
						
						66368efad5 
					 
					
						
						
							
							Comment out NodeAffinity.RequiredDuringSchedulingRequiredDuringExecution  
						
						... 
						
						
						
						because it is not yet implemented. 
						
						
					 
					
						2016-02-14 17:46:13 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Tune 
							
						 
					 
					
						
						
							
						
						825dc470cc 
					 
					
						
						
							
							Add a validation helper function.  
						
						... 
						
						
						
						I will use this in a subsequent PR as part of #12298  
						
						
					 
					
						2016-02-12 14:38:22 -08:00 
						 
				 
			
				
					
						
							
							
								Huamin Chen 
							
						 
					 
					
						
						
							
						
						d7e4b826b9 
					 
					
						
						
							
							support Azure File Service volume  
						
						... 
						
						
						
						Signed-off-by: Huamin Chen <hchen@redhat.com > 
						
						
					 
					
						2016-02-09 01:07:12 +00:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						aac20ed69d 
					 
					
						
						
							
							Merge pull request  #20600  from freehan/servicevalidation  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-02-06 10:23:18 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						0ad6326d7f 
					 
					
						
						
							
							Merge pull request  #20170  from pmorie/update-ads-pod  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-02-05 20:37:39 -08:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						0b82d0b491 
					 
					
						
						
							
							Allow pod.Spec.ActiveDeadlineSeconds to be updateable  
						
						
						
						
					 
					
						2016-02-05 15:58:31 -05:00 
						 
				 
			
				
					
						
							
							
								Prashanth Balasubramanian 
							
						 
					 
					
						
						
							
						
						c56bebf594 
					 
					
						
						
							
							Basic TLS support.  
						
						
						
						
					 
					
						2016-02-05 11:00:04 -08:00 
						 
				 
			
				
					
						
							
							
								Rudi Chiarito 
							
						 
					 
					
						
						
							
						
						a2d1bb7acf 
					 
					
						
						
							
							Add httpHeaders to httpGet liveness probe  
						
						... 
						
						
						
						Also update existing documentation and try to steer users away from 'host'.
Add validation. 
						
						
					 
					
						2016-02-05 11:20:04 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						e6639de333 
					 
					
						
						
							
							Merge pull request  #20380  from mqliang/podcidr-validation  
						
						... 
						
						
						
						pod cidr validation 
						
						
					 
					
						2016-02-04 23:16:02 -08:00 
						 
				 
			
				
					
						
							
							
								Kevin 
							
						 
					 
					
						
						
							
						
						c8c82c1d8f 
					 
					
						
						
							
							implement Node affinity and NodeSelector  
						
						
						
						
					 
					
						2016-02-04 01:53:14 +00:00 
						 
				 
			
				
					
						
							
							
								Minhan Xia 
							
						 
					 
					
						
						
							
						
						ec7366fc2a 
					 
					
						
						
							
							add service validation for mix protocol  
						
						
						
						
					 
					
						2016-02-03 14:54:32 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						54808fb7ab 
					 
					
						
						
							
							Merge pull request  #19824  from pmorie/env-source-variant  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2016-01-31 20:12:08 -08:00 
						 
				 
			
				
					
						
							
							
								mqliang 
							
						 
					 
					
						
						
							
						
						470d7af8c9 
					 
					
						
						
							
							pod cidr validation  
						
						
						
						
					 
					
						2016-01-31 11:49:31 +08:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						defd1d0544 
					 
					
						
						
							
							Add size limit for ConfigMap  
						
						
						
						
					 
					
						2016-01-29 00:14:28 -05:00