Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						ac6a1b1821 
					 
					
						
						
							
							Merge pull request  #103414  from ravisantoshgudimetla/fix-pdb-status  
						
						 
						
						... 
						
						
						
						[disruptioncontroller] Don't error for unmanaged pods 
						
						
					 
					
						2021-07-07 12:40:35 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ravisantoshgudimetla 
							
						 
					 
					
						
						
							
						
						2c116055f7 
					 
					
						
						
							
							[disruptioncontroller] Don't error for unmanaged pods  
						
						 
						
						... 
						
						
						
						As of now, we allow PDBs to be applied to pods via
selectors, so there can be unmanaged pods(pods that
don't have backing controllers) but still have PDBs associated.
Such pods are to be logged instead of immediately throwing
a sync error. This ensures disruption controller is
not frequently updating the status subresource and thus
preventing excessive and expensive writes to etcd. 
						
						
					 
					
						2021-07-07 10:42:24 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						15222a599f 
					 
					
						
						
							
							Merge pull request  #103244  from verult/fsgroup-to-csi  
						
						 
						
						... 
						
						
						
						Delegate applying FSGroup to CSI driver through NodeStageVolume and NodePublishVolume 
						
						
					 
					
						2021-07-06 16:22:10 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dame 
							
						 
					 
					
						
						
							
						
						4b9230ed27 
					 
					
						
						
							
							Promote LogarithmicScaleDown to beta  
						
						 
						
						... 
						
						
						
						This promotes the LogarithmicScaleDown feature gate to Beta, enabling it
by default. It also introduces a new metric, `sorting_deletion_age_ratio`,
intended to measure the efficacy of this new replica set scaledown behavior. 
						
						
					 
					
						2021-07-06 09:58:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						6acc62da75 
					 
					
						
						
							
							Merge pull request  #99997  from JornShen/extract_ep_and_epm_share_code_to_pkg  
						
						 
						
						... 
						
						
						
						Extracting same code of endpointslice and endpointslicemirror into a new shared EndpointSlice package 
						
						
					 
					
						2021-07-05 13:25:38 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cheng Xing 
							
						 
					 
					
						
						
							
						
						0e315355df 
					 
					
						
						
							
							Pass FsGroup to MountDevice  
						
						 
						
						
						
						
					 
					
						2021-07-03 16:29:42 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Monis Khan 
							
						 
					 
					
						
						
							
						
						cd91e59f7c 
					 
					
						
						
							
							csr: add expirationSeconds field to control cert lifetime  
						
						 
						
						... 
						
						
						
						This change updates the CSR API to add a new, optional field called
expirationSeconds.  This field is a request to the signer for the
maximum duration the client wishes the cert to have.  The signer is
free to ignore this request based on its own internal policy.  The
signers built-in to KCM will honor this field if it is not set to a
value greater than --cluster-signing-duration.  The minimum allowed
value for this field is 600 seconds (ten minutes).
This change will help enforce safer durations for certificates in
the Kube ecosystem and will help related projects such as
cert-manager with their migration to the Kube CSR API.
Future enhancements may update the Kubelet to take advantage of this
field when it is configured in a way that can tolerate shorter
certificate lifespans with regular rotation.
Signed-off-by: Monis Khan <mok@vmware.com > 
						
						
					 
					
						2021-07-01 23:38:15 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Henzie 
							
						 
					 
					
						
						
							
						
						83e3ee780a 
					 
					
						
						
							
							Rename access mode contains helper method  
						
						 
						
						... 
						
						
						
						So it is consistent with other methods performing the same check (one
for internal and external types) 
						
						
					 
					
						2021-06-28 21:24:56 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						3a07d96d25 
					 
					
						
						
							
							Merge pull request  #99412  from enj/enj/i/ttl_backdate  
						
						 
						
						... 
						
						
						
						csr: correctly handle backdating of short lived certs 
						
						
					 
					
						2021-06-23 15:00:10 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Monis Khan 
							
						 
					 
					
						
						
							
						
						7e891e5d6c 
					 
					
						
						
							
							csr: correctly handle backdating of short lived certs  
						
						 
						
						... 
						
						
						
						This change updates the backdating logic to only be applied to the
NotBefore date and not the NotAfter date when the certificate is
short lived. Thus when such a certificate is issued, it will not be
immediately expired.  Long lived certificates continue to have the
same lifetime as before.
Consolidated all certificate lifetime logic into the
PermissiveSigningPolicy.policy method.
Signed-off-by: Monis Khan <mok@vmware.com > 
						
						
					 
					
						2021-06-23 15:36:11 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						268cab5f44 
					 
					
						
						
							
							Merge pull request  #102022  from adtac/sbeta  
						
						 
						
						... 
						
						
						
						graduate SuspendJob to beta 
						
						
					 
					
						2021-06-22 17:18:10 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						81aaeee8a6 
					 
					
						
						
							
							Merge pull request  #102731  from sharmarajdaksh/lastappliedconfig-annotation-no-mirror  
						
						 
						
						... 
						
						
						
						fix: mirroring of last-applied-configuration annotation in EndpointSlices 
						
						
					 
					
						2021-06-15 13:41:55 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						a5be86fee7 
					 
					
						
						
							
							Merge pull request  #101316  from ravisantoshgudimetla/add-minReadySeconds-impl  
						
						 
						
						... 
						
						
						
						Add min ready seconds impl 
						
						
					 
					
						2021-06-15 13:41:43 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						270b66fb94 
					 
					
						
						
							
							Merge pull request  #102642  from alaypatel07/lastSuccessfulTime  
						
						 
						
						... 
						
						
						
						populate last successful time to cronjob status 
						
						
					 
					
						2021-06-15 11:31:35 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dakshraj Sharma 
							
						 
					 
					
						
						
							
						
						211485c23d 
					 
					
						
						
							
							last-applied-config annotation no longer mirrored to endpoint slices  
						
						 
						
						... 
						
						
						
						Handles incorrect mirroring of endpoint annotations to created endpoint
slices, specifically the last-applied-config. Also updates tests
and adds test cases for the same 
						
						
					 
					
						2021-06-15 22:32:33 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ravisantoshgudimetla 
							
						 
					 
					
						
						
							
						
						ceb1dbd2f1 
					 
					
						
						
							
							statefulsets: MinReadySeconds implementation  
						
						 
						
						... 
						
						
						
						https://github.com/kubernetes/kubernetes/pull/100842 
introduced featuregate. This PR implements the logic
behind it. 
						
						
					 
					
						2021-06-15 12:59:54 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						8eef6438e6 
					 
					
						
						
							
							Merge pull request  #101055  from SimonCqk/master  
						
						 
						
						... 
						
						
						
						fix: inaccurate miss schedule times of cronjob v2. 
						
						
					 
					
						2021-06-15 08:38:01 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						4b36a5cbe9 
					 
					
						
						
							
							Switch to github.com/robfig/cron/v3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Davanum Srinivas <davanum@gmail.com > 
						
						
					 
					
						2021-06-14 19:03:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						52eea971c5 
					 
					
						
						
							
							Merge pull request  #99279  from yangjunmyfm192085/run-test22  
						
						 
						
						... 
						
						
						
						Fix typo: Use uniform format of structured klog 
						
						
					 
					
						2021-06-11 19:22:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						4aae71695a 
					 
					
						
						
							
							Merge pull request  #102366  from cndoit18/fix-time-format  
						
						 
						
						... 
						
						
						
						fix(timezone): Change the time zone in the api data to UTC 
						
						
					 
					
						2021-06-11 06:54:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Antonio Ojea 
							
						 
					 
					
						
						
							
						
						3ac8d8c9ce 
					 
					
						
						
							
							endpointslicemirroring controller mirror address status  
						
						 
						
						... 
						
						
						
						Fix a bug on the endpoint slice mirroring controller where the
endpoints not ready addresses were mirrored as ready. 
						
						
					 
					
						2021-06-08 09:51:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alay Patel 
							
						 
					 
					
						
						
							
						
						92b52a4fb5 
					 
					
						
						
							
							populate last successful time to cronjob status  
						
						 
						
						
						
						
					 
					
						2021-06-06 16:14:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						e6a8bc9fbe 
					 
					
						
						
							
							Merge pull request  #90368  from serathius/remove-legacy-metrics  
						
						 
						
						... 
						
						
						
						Remove legacy metrics client from podautoscaler 
						
						
					 
					
						2021-06-05 08:44:38 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marek Siarkowicz 
							
						 
					 
					
						
						
							
						
						4ebc0c94a4 
					 
					
						
						
							
							Remove legacy metrics client from podautoscaler  
						
						 
						
						
						
						
					 
					
						2021-06-04 23:06:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						ca279bbcc1 
					 
					
						
						
							
							Fix race in attachdetach tests  
						
						 
						
						
						
						
					 
					
						2021-06-04 01:59:32 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						adf8df7b73 
					 
					
						
						
							
							Merge pull request  #102477  from yuzhiquan/master  
						
						 
						
						... 
						
						
						
						FIx failing tests: [sig-storage] Test_ADC_VolumeAttachmentRecovery/Deleted_Pod_with_migrated_PV 
						
						
					 
					
						2021-06-03 20:53:26 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yuzhiquan 
							
						 
					 
					
						
						
							
						
						0b8dc56408 
					 
					
						
						
							
							fix volume failing test  
						
						 
						
						
						
						
					 
					
						2021-06-04 09:45:21 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adhityaa Chandrasekar 
							
						 
					 
					
						
						
							
						
						ba708e5fc9 
					 
					
						
						
							
							graduate SuspendJob to beta  
						
						 
						
						... 
						
						
						
						Also adds a label to two existing Job metrics.
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com > 
						
						
					 
					
						2021-06-03 18:48:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cndoit18 
							
						 
					 
					
						
						
							
						
						51717256f9 
					 
					
						
						
							
							fix(timezone): the timezone is standardized to UTC  
						
						 
						
						... 
						
						
						
						Signed-off-by: cndoit18 <cndoit18@outlook.com > 
						
						
					 
					
						2021-06-03 23:55:39 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						043b3fc1e4 
					 
					
						
						
							
							Merge pull request  #101982  from hantmac/fix/need-handle-error  
						
						 
						
						... 
						
						
						
						handle Unmarshal error 
						
						
					 
					
						2021-06-02 13:43:03 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Ebert 
							
						 
					 
					
						
						
							
						
						cd3709232f 
					 
					
						
						
							
							Fix VolumeAttachment garbage collection for migrated PVs  
						
						 
						
						
						
						
					 
					
						2021-05-28 08:35:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						bc2b69b515 
					 
					
						
						
							
							Merge pull request  #101154  from basantsa1989/dual-stack  
						
						 
						
						... 
						
						
						
						Adding IPV6 (Dual Stack) support to handle IPV6 pod cidrs 
						
						
					 
					
						2021-05-25 13:46:43 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Basant Amarkhed 
							
						 
					 
					
						
						
							
						
						a013c6a2db 
					 
					
						
						
							
							Adding IPV6 (Dual Stack) support to handle IPV6 pod cidrs  
						
						 
						
						
						
						
					 
					
						2021-05-25 18:25:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						894803ab2e 
					 
					
						
						
							
							Merge pull request  #98199  from yangjunmyfm192085/run-test3  
						
						 
						
						... 
						
						
						
						fix mistake about [avaliable] for index_test.go 
						
						
					 
					
						2021-05-25 02:46:22 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						838a967be5 
					 
					
						
						
							
							Merge pull request  #101175  from lojies/cleanupforpvcontroller  
						
						 
						
						... 
						
						
						
						code cleanup:remove redundant return statement in pv_controller.go 
						
						
					 
					
						2021-05-24 21:48:49 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						d8aad7944c 
					 
					
						
						
							
							Remove unused util CreatePods  
						
						 
						
						... 
						
						
						
						And rename CreatePodsWithControllerRef to simply CreatePods 
						
						
					 
					
						2021-05-20 20:27:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						f4f238e038 
					 
					
						
						
							
							Merge pull request  #101601  from AliceZhang2016/indexed-job-stable-hostname  
						
						 
						
						... 
						
						
						
						specify pod name and hostname in indexed job 
						
						
					 
					
						2021-05-20 01:41:05 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mengxue Zhang 
							
						 
					 
					
						
						
							
						
						e64e34e029 
					 
					
						
						
							
							specify pod name and hostname in indexed job  
						
						 
						
						
						
						
					 
					
						2021-05-19 15:30:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						9558d0c5c2 
					 
					
						
						
							
							Merge pull request  #101984  from ravisantoshgudimetla/fix-ds-units  
						
						 
						
						... 
						
						
						
						[daemonSet]: Fix unit tests 
						
						
					 
					
						2021-05-18 23:32:51 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						89e0b2d185 
					 
					
						
						
							
							Merge pull request  #99398  from tnqn/ds-update-retry  
						
						 
						
						... 
						
						
						
						Fix DaemonSet status update retry 
						
						
					 
					
						2021-05-18 22:32:50 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						7c50cd762a 
					 
					
						
						
							
							Use aliases in sig apps and scheduling APIs OWNERS  
						
						 
						
						... 
						
						
						
						Add alculquicondor to sig-scheduling-api-reviewers and sig-apps-api-reviewers 
						
						
					 
					
						2021-05-17 17:56:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jornshen 
							
						 
					 
					
						
						
							
						
						6c63ef147c 
					 
					
						
						
							
							extract same code of es and esm to pkg  
						
						 
						
						... 
						
						
						
						migrate files:
endpointset.go
endpointslice_tracker.go
endpointslice_tracker_test.go
errors.go 
						
						
					 
					
						2021-05-14 15:15:35 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ravisantoshgudimetla 
							
						 
					 
					
						
						
							
						
						20f8654259 
					 
					
						
						
							
							[daemonSet]: Fix unit tests  
						
						 
						
						... 
						
						
						
						We need to ensure that `DaemonSetUpdateSurge`
featuregate is both enabled and disabled when
running tests with Rolling update strategy. 
						
						
					 
					
						2021-05-13 10:31:28 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hantmac 
							
						 
					 
					
						
						
							
						
						619fff10ea 
					 
					
						
						
							
							handle Unmarshal error  
						
						 
						
						... 
						
						
						
						Signed-off-by: hantmac <hantmac@outlook.com > 
						
						
					 
					
						2021-05-13 21:22:59 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						22d120b4d6 
					 
					
						
						
							
							Merge pull request  #101156  from alculquicondor/unused_create_pod  
						
						 
						
						... 
						
						
						
						Remove unused CreatePodsOnNode function 
						
						
					 
					
						2021-05-12 10:41:28 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						c7be77935e 
					 
					
						
						
							
							Merge pull request  #101875  from ravisantoshgudimetla/fix-nil-check  
						
						 
						
						... 
						
						
						
						Fix nil check 
						
						
					 
					
						2021-05-11 11:52:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ravisantoshgudimetla 
							
						 
					 
					
						
						
							
						
						6f35e1aea0 
					 
					
						
						
							
							Run unit test with DSMaxSurgeFlag enabled and disabled  
						
						 
						
						
						
						
					 
					
						2021-05-10 16:33:09 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ravisantoshgudimetla 
							
						 
					 
					
						
						
							
						
						ceeb05a3d7 
					 
					
						
						
							
							DaemonSet: Fix surgeCount function  
						
						 
						
						... 
						
						
						
						If the surge is not requested, we should return
0. We are returning an error now as r.MaxSurge
is passed down as nil. This commit fixes the
issue by setting the surgeCount to 0 if r.MaxSurge
is nil. 
						
						
					 
					
						2021-05-10 16:10:59 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						548fb43643 
					 
					
						
						
							
							Merge pull request  #101292  from AliceZhang2016/job_controller_metrics  
						
						 
						
						... 
						
						
						
						Graduate indexed job to beta 
						
						
					 
					
						2021-05-07 13:31:44 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						a5cf298a95 
					 
					
						
						
							
							Merge pull request  #101737  from Jiawei0227/migration_fix  
						
						 
						
						... 
						
						
						
						Use CSI driver to determine unique name for migrated in-tree plugins 
						
						
					 
					
						2021-05-06 14:14:22 -07:00