Mike Danese 
							
						 
					 
					
						
						
							
						
						2bbb78d50a 
					 
					
						
						
							
							actually return validation errors instead of just creating them  
						
						
						
						
					 
					
						2015-06-10 12:45:10 -07:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						5867b5ce6b 
					 
					
						
						
							
							remove useless glog.Infof  
						
						
						
						
					 
					
						2015-06-10 11:02:28 +08:00 
						 
				 
			
				
					
						
							
							
								krousey 
							
						 
					 
					
						
						
							
						
						d7f7d84a5e 
					 
					
						
						
							
							Merge pull request  #9387  from jsdir/9340-signature  
						
						... 
						
						
						
						Improve signature consistency for ValidateObjectMetaUpdate 
						
						
					 
					
						2015-06-09 10:20:18 -07:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						37abe11f8a 
					 
					
						
						
							
							kubetcl create --validate crashes when no apiVersion or kind is provided  
						
						
						
						
					 
					
						2015-06-09 10:38:43 +08:00 
						 
				 
			
				
					
						
							
							
								Jason Sommer 
							
						 
					 
					
						
						
							
						
						aa892b7143 
					 
					
						
						
							
							Replace meta with new  
						
						
						
						
					 
					
						2015-06-08 17:06:56 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Sommer 
							
						 
					 
					
						
						
							
						
						d59a8ff7f8 
					 
					
						
						
							
							Improve signature consistency for ValidateObjectMetaUpdate  
						
						... 
						
						
						
						Fixes  #9340 
Signed-off-by: Jason Sommer <jsdirv@gmail.com > 
					
						2015-06-08 02:56:38 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						1aa9b0b86a 
					 
					
						
						
							
							Don't allow link-local Endpoints  
						
						
						
						
					 
					
						2015-06-03 11:40:04 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						d52cef11a4 
					 
					
						
						
							
							add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil  
						
						
						
						
					 
					
						2015-06-03 09:50:41 -07:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						98115facfd 
					 
					
						
						
							
							Revert "Gracefully delete pods from the Kubelet"  
						
						
						
						
					 
					
						2015-06-02 23:40:05 +02:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						72ee028cab 
					 
					
						
						
							
							Gracefully delete pods from the Kubelet  
						
						... 
						
						
						
						This commit wires together the graceful delete option for pods
on the Kubelet.  When a pod is deleted on the API server, a
grace period is calculated that is based on the
Pod.Spec.TerminationGracePeriodInSeconds, the user's provided grace
period, or a default.  The grace period can only shrink once set.
The value provided by the user (or the default) is set onto metadata
as DeletionGracePeriod.
When the Kubelet sees a pod with DeletionTimestamp set, it uses the
value of ObjectMeta.GracePeriodSeconds as the grace period
sent to Docker.  When updating status, if the pod has DeletionTimestamp
set and all containers are terminated, the Kubelet will update the
status one last time and then invoke Delete(pod, grace: 0) to
clean up the pod immediately. 
						
						
					 
					
						2015-06-01 19:23:59 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						da78ab6b63 
					 
					
						
						
							
							Merge pull request  #8740  from thockin/nix-portal  
						
						... 
						
						
						
						Rename "portalIP" to "clusterIP" 
						
						
					 
					
						2015-05-28 16:52:02 -07:00 
						 
				 
			
				
					
						
							
							
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						22b2c68c02 
					 
					
						
						
							
							Update go-restful to get stable sorting in spec  
						
						... 
						
						
						
						This reverts commit 4a7071e7f7 
						
						
					 
					
						2015-05-28 16:43:13 -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 
							
						 
					 
					
						
						
							
						
						4a7071e7f7 
					 
					
						
						
							
							Revert "Update go-restful to get stable sorting in spec"  
						
						
						
						
					 
					
						2015-05-28 16:04:11 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						081ab3abac 
					 
					
						
						
							
							Merge pull request  #8853  from caesarxuchao/HostToNodeName  
						
						... 
						
						
						
						update PodSpec.Host to PodSpec.NodeName 
						
						
					 
					
						2015-05-28 15:50:12 -07:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						9c1153322e 
					 
					
						
						
							
							update PodSpec.Host to PodSpec.NodeName in /pkg/api/types.go and /pkg/api/v1beta3/types.go  
						
						
						
						
					 
					
						2015-05-28 14:10:06 -07:00 
						 
				 
			
				
					
						
							
							
								Kris Rousey 
							
						 
					 
					
						
						
							
						
						05eaaa99e1 
					 
					
						
						
							
							Update go-restful to get stable sorting in spec  
						
						
						
						
					 
					
						2015-05-28 13:40:23 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						d0249aac75 
					 
					
						
						
							
							Merge pull request  #8133  from markturansky/iscsi_pv2  
						
						... 
						
						
						
						added ISCSI volume plugin to PersistentVolumeSource 
						
						
					 
					
						2015-05-27 08:36:37 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						19c0d82edc 
					 
					
						
						
							
							Include the actual failing value in a validation error message  
						
						
						
						
					 
					
						2015-05-22 19:14:28 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						a271771341 
					 
					
						
						
							
							Richer errors for validation  
						
						
						
						
					 
					
						2015-05-22 19:14:28 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						7346cc8042 
					 
					
						
						
							
							Add ServiceType = NodePort; wire everything up  
						
						
						
						
					 
					
						2015-05-22 19:14:28 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						e49ad95462 
					 
					
						
						
							
							Mark PublicIPs as deprecated & rename to DeprecatedPublicIPs in the latest API  
						
						... 
						
						
						
						We need to keep them in the API so that we can round-trip between versions. 
						
						
					 
					
						2015-05-22 19:14:27 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						2197c8da5a 
					 
					
						
						
							
							Add NodePort to ServicePort  
						
						... 
						
						
						
						We prevent it from being set by validation 
						
						
					 
					
						2015-05-22 19:14:27 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						973c2e4819 
					 
					
						
						
							
							Add Type to ServiceSpec: ClusterIP or LoadBalancer  
						
						
						
						
					 
					
						2015-05-22 19:14:21 -04:00 
						 
				 
			
				
					
						
							
							
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						677a4aa1a7 
					 
					
						
						
							
							Merge pull request  #8164  from cjcullen/cloudprovider  
						
						... 
						
						
						
						Route creation reconciler loop. 
						
						
					 
					
						2015-05-22 12:27:50 -07:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						5b23fc39b2 
					 
					
						
						
							
							added ISCSI volume plugin to PersistentVolumeSource  
						
						
						
						
					 
					
						2015-05-22 15:18:20 -04:00 
						 
				 
			
				
					
						
							
							
								Huamin Chen 
							
						 
					 
					
						
						
							
						
						4a800fd10e 
					 
					
						
						
							
							add rados block device(rbd) volume plugin  
						
						... 
						
						
						
						Signed-off-by: Huamin Chen <hchen@redhat.com > 
						
						
					 
					
						2015-05-21 14:51:31 -04:00 
						 
				 
			
				
					
						
							
							
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						0710976d43 
					 
					
						
						
							
							Merge pull request  #8490  from thockin/diff-proto  
						
						... 
						
						
						
						Allow same-hostport-different-protocol 
						
						
					 
					
						2015-05-21 09:16:16 -07:00 
						 
				 
			
				
					
						
							
							
								CJ Cullen 
							
						 
					 
					
						
						
							
						
						bf646abf8d 
					 
					
						
						
							
							Revert "Revert "Modify nodes to register directly with the master.""  
						
						... 
						
						
						
						This reverts commit c53786ab31 
						
						
					 
					
						2015-05-20 14:21:03 -07:00 
						 
				 
			
				
					
						
							
							
								Quinton Hoole 
							
						 
					 
					
						
						
							
						
						c53786ab31 
					 
					
						
						
							
							Revert "Modify nodes to register directly with the master."  
						
						
						
						
					 
					
						2015-05-20 13:47:51 -07:00 
						 
				 
			
				
					
						
							
							
								Eric Tune 
							
						 
					 
					
						
						
							
						
						1f4172d23c 
					 
					
						
						
							
							Merge pull request  #6949  from roberthbailey/node-register  
						
						... 
						
						
						
						Modify nodes to register directly with the master. 
						
						
					 
					
						2015-05-19 11:29:43 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						cb49843ccb 
					 
					
						
						
							
							Merge pull request  #8140  from vishh/namespace  
						
						... 
						
						
						
						Update Namespace names to follow DNS label format 
						
						
					 
					
						2015-05-19 11:25:32 -07:00 
						 
				 
			
				
					
						
							
							
								Vishnu Kannan 
							
						 
					 
					
						
						
							
						
						d10af89493 
					 
					
						
						
							
							Updating namespaces to be DNS labels instead of DNS names.  
						
						
						
						
					 
					
						2015-05-19 11:09:09 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						181124bc9b 
					 
					
						
						
							
							Merge pull request  #7974  from deads2k/attach-pull-secrets-to-pods  
						
						... 
						
						
						
						Attach pull secrets to pods 
						
						
					 
					
						2015-05-19 10:26:39 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						711fa2f2c6 
					 
					
						
						
							
							fix  
						
						
						
						
					 
					
						2015-05-19 10:17:53 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						c7bf373d98 
					 
					
						
						
							
							Allow same-hostport-different-protocol  
						
						
						
						
					 
					
						2015-05-19 10:00:35 -07:00 
						 
				 
			
				
					
						
							
							
								Robert Bailey 
							
						 
					 
					
						
						
							
						
						01467e0bb8 
					 
					
						
						
							
							Modify nodes to register directly with the master.  
						
						... 
						
						
						
						- Delete nodes when they are no longer ready and don't exist in the
cloud provider.
 - Label each node with it's hostname.
 - Add flag to skip node registration.
 - Add a test for registering an existing node. 
						
						
					 
					
						2015-05-19 09:55:07 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						5458f05679 
					 
					
						
						
							
							create LocalObjectReference  
						
						
						
						
					 
					
						2015-05-19 08:39:46 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						65833e42c4 
					 
					
						
						
							
							rename CapabilityType Capability  
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						f66ca25d9f 
					 
					
						
						
							
							Rename AccessMode to PersistentVolumeAccessMode  
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						a548d542db 
					 
					
						
						
							
							Rename AffinityType to ServiceAffinity  
						
						
						
						
					 
					
						2015-05-18 17:21:30 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						0c14e0cbdb 
					 
					
						
						
							
							add pull secret references to pods  
						
						
						
						
					 
					
						2015-05-18 16:18:16 -04:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						be0f2d2930 
					 
					
						
						
							
							add dockercfg secret types  
						
						
						
						
					 
					
						2015-05-18 08:25:27 -04:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						d404a17f0a 
					 
					
						
						
							
							allow leading dots in secret keys  
						
						
						
						
					 
					
						2015-05-18 08:17:58 -04:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						8216332611 
					 
					
						
						
							
							Kubelet kills a pod that exceeds ActiveDeadlineSeconds  
						
						
						
						
					 
					
						2015-05-15 16:33:37 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						2f59aa4f25 
					 
					
						
						
							
							Somewhat better error messages for common formats  
						
						... 
						
						
						
						Clearer strings with examples. 
						
						
					 
					
						2015-05-13 13:59:16 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						b429e89251 
					 
					
						
						
							
							Spec qualified names (label keys) more tightly  
						
						... 
						
						
						
						It can be a (DNS_SUBDOMAIN/)?label, but we were validating it
incorrectly before. 
						
						
					 
					
						2015-05-13 13:59:16 -07:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						0191574f7e 
					 
					
						
						
							
							Bi-directional bind between pv.Spec.ClaimRef and pvc.Spec.VolumeName  
						
						
						
						
					 
					
						2015-05-13 14:05:21 -04:00 
						 
				 
			
				
					
						
							
							
								Nikhil Jindal 
							
						 
					 
					
						
						
							
						
						d75bd8bf2a 
					 
					
						
						
							
							Merge pull request  #7101  from liggitt/service_account  
						
						... 
						
						
						
						ServiceAccounts 
						
						
					 
					
						2015-05-12 10:23:41 -07:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						4bb594b34d 
					 
					
						
						
							
							Duplicate service port name can't be validated  
						
						... 
						
						
						
						Duplicate service port name can't be validated
Duplicate service port name can't be validated
Duplicate service port name can't be validated 
						
						
					 
					
						2015-05-12 15:18:27 +08:00