Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						a8e819746d 
					 
					
						
						
							
							Merge pull request  #83442  from serathius/remove-prometheus-addon  
						
						... 
						
						
						
						Remove prometheus addon 
						
						
					 
					
						2019-10-29 01:34:43 -07:00 
						 
				 
			
				
					
						
							
							
								Maciej Borsz 
							
						 
					 
					
						
						
							
						
						afbe1898e7 
					 
					
						
						
							
							Few improvements to cloud nat  
						
						
						
						
					 
					
						2019-10-22 13:58:46 +02:00 
						 
				 
			
				
					
						
							
							
								David Huh 
							
						 
					 
					
						
						
							
						
						90862aaf3f 
					 
					
						
						
							
							Updated COS version to M77  
						
						
						
						
					 
					
						2019-10-15 22:23:53 +00:00 
						 
				 
			
				
					
						
							
							
								Marek Siarkowicz 
							
						 
					 
					
						
						
							
						
						887e84e330 
					 
					
						
						
							
							Remove Prometheus addon and it's tests  
						
						... 
						
						
						
						Prometheus addon was developed for exterimental and test purpose only.
As readme states it should not be used by anyone. 
						
						
					 
					
						2019-10-03 14:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jacek Kaniuk 
							
						 
					 
					
						
						
							
						
						46e7a14227 
					 
					
						
						
							
							Ability to set up additional, bigger nodes during tests  
						
						
						
						
					 
					
						2019-10-03 12:20:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jacek Kaniuk 
							
						 
					 
					
						
						
							
						
						3d746aabdf 
					 
					
						
						
							
							Revert "Updated COS version to M77"  
						
						... 
						
						
						
						This reverts commit bc3f4b269ahttps://github.com/kubernetes/kubernetes/issues/83020  
						
						
					 
					
						2019-09-23 15:22:46 +02:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						b9ba61b41a 
					 
					
						
						
							
							Merge pull request  #82766  from dhuh/master  
						
						... 
						
						
						
						Updated COS version to M77 
						
						
					 
					
						2019-09-19 11:05:28 -07:00 
						 
				 
			
				
					
						
							
							
								David Huh 
							
						 
					 
					
						
						
							
						
						bc3f4b269a 
					 
					
						
						
							
							Updated COS version to M77  
						
						
						
						
					 
					
						2019-09-16 22:27:39 +00:00 
						 
				 
			
				
					
						
							
							
								Ling Huang 
							
						 
					 
					
						
						
							
						
						dc9db4b413 
					 
					
						
						
							
							Upgrade stackdriver-logging-agent image to 1.6.17 to fix CVEs.  
						
						... 
						
						
						
						Change-Id: Ic37a8d3663d616e7d196353efd9a0164da724728 
						
						
					 
					
						2019-09-12 04:02:08 -04:00 
						 
				 
			
				
					
						
							
							
								Rob Scott 
							
						 
					 
					
						
						
							
						
						66196c1043 
					 
					
						
						
							
							Improving GCE cluster up logic for EndpointSlice Controller  
						
						
						
						
					 
					
						2019-09-06 09:49:32 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Scott 
							
						 
					 
					
						
						
							
						
						dc0c81a5f1 
					 
					
						
						
							
							Ensuring endpointslice controller starts up as part of cluster up when all alpha feature gates are enabled  
						
						
						
						
					 
					
						2019-09-05 09:16:13 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Allclair 
							
						 
					 
					
						
						
							
						
						a4f8ee17ee 
					 
					
						
						
							
							Enable the RuntimeClass admission controller on GCE & CI  
						
						
						
						
					 
					
						2019-08-28 13:23:55 -07:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						495faa22db 
					 
					
						
						
							
							feat: cleanup pod critical pod annotations feature  
						
						
						
						
					 
					
						2019-08-09 08:41:23 +08:00 
						 
				 
			
				
					
						
							
							
								Walter Fender 
							
						 
					 
					
						
						
							
						
						ebb65c5f4c 
					 
					
						
						
							
							Get network-proxy working with GCE.  
						
						... 
						
						
						
						Got the proxy-server coming up in the master.
Added certs and have it comiung up with those certs.
Added a daemonset to run the network-agent.
Adding support for agent running as a sameon set on every node.
Added quick hack to test that proxy server/agent were correctly
tunneling traffic to the kubelet.
Added more WIP for reading network proxy configuration.
Get flags set correctly and fix connection services.
Adding missing ApplyTo
Added ConnectivityService.
Fixed build directives. Added connectivity service configuration.
Fixed log levels.
Fixed minor issues for feature turned off.
Fixed boilerplate and format.
Moved log dialer initialization earlier as per Liggits suggestion.
Fixed a few minor issues in the configuration for GCE.
Fixed scheme allocation
Adding unit test.
Added test for direct connectivity service.
Switching to injecting the Lookup method rather than using a Singleton.
First round of mikedaneses feedback.
Fixed deployment to use yaml and other changes suggested by MikeDanese.
Switched network proxy server/agent which are kebab-case not camelCase.
Picked up DIAL_RSP fix.
Factored in deads2k feedback.
Feedback from mikedanese
Factored in second round of feedback from David.
Fix path in verify.
Factored in anfernee's feedback.
First part of lavalamps feedback.
Factored in more changes from lavalamp and mikedanese.
Renamed network-proxy to konnectivity-server and konnectivity-agent.
Fixed tolerations and config file checking.
Added missing strptr
Finished lavalamps requested rename.
Disambiguating konnectivity service by renaming it egress selector.
Switched feature flag to KUBE_ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE 
						
						
					 
					
						2019-08-06 23:09:49 -07:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						d83526d253 
					 
					
						
						
							
							Revert "feat: cleanup pod critical pod annotations feature"  
						
						... 
						
						
						
						This reverts commit b6d41ee5cc 
						
						
					 
					
						2019-07-18 13:31:12 +08:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						b6d41ee5cc 
					 
					
						
						
							
							feat: cleanup pod critical pod annotations feature  
						
						
						
						
					 
					
						2019-07-11 08:54:19 +08:00 
						 
				 
			
				
					
						
							
							
								Maciej Borsz 
							
						 
					 
					
						
						
							
						
						20d5bb4afe 
					 
					
						
						
							
							Add MASTER_NODE_LABELS  
						
						
						
						
					 
					
						2019-07-03 09:39:14 +02:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						ed1f9748b1 
					 
					
						
						
							
							Merge pull request  #78727  from mborsz/script  
						
						... 
						
						
						
						Modify kube-up to support cluster without nodes. 
						
						
					 
					
						2019-07-01 09:43:21 -07:00 
						 
				 
			
				
					
						
							
							
								Maciej Borsz 
							
						 
					 
					
						
						
							
						
						5f10c284c8 
					 
					
						
						
							
							Modify kube-up to support cluster without nodes.  
						
						
						
						
					 
					
						2019-07-01 15:29:45 +02:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						6f10758446 
					 
					
						
						
							
							followup of 79262 to cleanup PodPriority leftover  
						
						
						
						
					 
					
						2019-06-28 14:19:26 -07:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						ed9f340add 
					 
					
						
						
							
							Merge pull request  #79305  from paivagustavo/clean-up-self-set-node-labels  
						
						... 
						
						
						
						Clean up self-set node labels 
						
						
					 
					
						2019-06-27 11:37:21 -07:00 
						 
				 
			
				
					
						
							
							
								Koonwah Chen 
							
						 
					 
					
						
						
							
						
						46ff8e6b57 
					 
					
						
						
							
							Add env var(CNI_STORAGE_PATH) for cni storage path.  
						
						
						
						
					 
					
						2019-06-24 11:47:14 -07:00 
						 
				 
			
				
					
						
							
							
								Gustavo Paiva 
							
						 
					 
					
						
						
							
						
						ca3519c7ad 
					 
					
						
						
							
							Clean up selft-set node labels  
						
						
						
						
					 
					
						2019-06-20 00:07:31 -03:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						72f6954614 
					 
					
						
						
							
							Merge pull request  #77889  from Random-Liu/support-using-containerd-in-cos  
						
						... 
						
						
						
						Support using docker containerd in COS and Ubuntu on GCE. 
						
						
					 
					
						2019-05-17 20:26:59 -07:00 
						 
				 
			
				
					
						
							
							
								Lantao Liu 
							
						 
					 
					
						
						
							
						
						bc1a78d31e 
					 
					
						
						
							
							Support using docker containerd in COS and Ubuntu on GCE.  
						
						... 
						
						
						
						Signed-off-by: Lantao Liu <lantaol@google.com > 
						
						
					 
					
						2019-05-16 13:53:57 -07:00 
						 
				 
			
				
					
						
							
							
								Maciej Borsz 
							
						 
					 
					
						
						
							
						
						59af63c687 
					 
					
						
						
							
							Make coredns memory limit configurable  
						
						
						
						
					 
					
						2019-05-15 13:35:28 +02:00 
						 
				 
			
				
					
						
							
							
								immutablet 
							
						 
					 
					
						
						
							
						
						1ae9cb2f88 
					 
					
						
						
							
							Remove encryption via locally stored key.  
						
						
						
						
					 
					
						2019-05-02 15:09:02 -07:00 
						 
				 
			
				
					
						
							
							
								Ling Huang 
							
						 
					 
					
						
						
							
						
						d3fb7115ab 
					 
					
						
						
							
							Upgrade Stackdriver Logging Agent addon image from 1.6.0 to 1.6.8.  
						
						
						
						
					 
					
						2019-04-29 15:07:10 -04:00 
						 
				 
			
				
					
						
							
							
								Matt Matejczyk 
							
						 
					 
					
						
						
							
						
						2efea76263 
					 
					
						
						
							
							Ability to set up Private GCE Clusters with NAT.  
						
						... 
						
						
						
						Ref. https://github.com/kubernetes/kubernetes/issues/76374  
						
						
					 
					
						2019-04-12 13:21:56 +02:00 
						 
				 
			
				
					
						
							
							
								Lantao Liu 
							
						 
					 
					
						
						
							
						
						ad5b64ca10 
					 
					
						
						
							
							Add envs for CNI version.  
						
						... 
						
						
						
						Signed-off-by: Lantao Liu <lantaol@google.com > 
						
						
					 
					
						2019-04-09 16:38:53 -07:00 
						 
				 
			
				
					
						
							
							
								Rohit Ramkumar 
							
						 
					 
					
						
						
							
						
						8ac15cd54a 
					 
					
						
						
							
							Plumb CUSTOM_INGRESS_YAML into other setup scripts so that it can be set before a call to kubetest  
						
						
						
						
					 
					
						2019-03-15 13:36:30 -07:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						a213886f9c 
					 
					
						
						
							
							Merge pull request  #74502  from Random-Liu/collect-pod-log  
						
						... 
						
						
						
						Collect pod log in fluentd-gcp 
						
						
					 
					
						2019-03-12 01:34:37 -07:00 
						 
				 
			
				
					
						
							
							
								Lantao Liu 
							
						 
					 
					
						
						
							
						
						7ffa7da112 
					 
					
						
						
							
							Configure logrotate for pod logs.  
						
						
						
						
					 
					
						2019-03-08 16:45:41 -08:00 
						 
				 
			
				
					
						
							
							
								Yang Guo 
							
						 
					 
					
						
						
							
						
						eef545abfd 
					 
					
						
						
							
							GCE: bump COS image version to cos-beta-73-11647-64-0  
						
						
						
						
					 
					
						2019-03-07 16:11:02 -08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						45e5f6053b 
					 
					
						
						
							
							Merge pull request  #74424  from liggitt/drop-k8s-io-node-labels  
						
						... 
						
						
						
						Clean up self-set node labels 
						
						
					 
					
						2019-03-06 08:24:26 -08:00 
						 
				 
			
				
					
						
							
							
								Zhen Wang 
							
						 
					 
					
						
						
							
						
						efa96f7eb8 
					 
					
						
						
							
							allows configuring NPD release and flags on GCI and add cluster e2e test  
						
						
						
						
					 
					
						2019-02-26 21:21:54 -08:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						d6664a2365 
					 
					
						
						
							
							Prepare switch from beta.kubernetes.io/metadata-proxy-ready to cloud.google.com/metadata-proxy-ready  
						
						
						
						
					 
					
						2019-02-26 11:42:23 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						8975233788 
					 
					
						
						
							
							Finish migration of fluentd to daemonset  
						
						
						
						
					 
					
						2019-02-26 11:42:23 -05:00 
						 
				 
			
				
					
						
							
							
								Peter Hornyack 
							
						 
					 
					
						
						
							
						
						6d78f2b666 
					 
					
						
						
							
							Default to Windows Server version 1809 for Windows nodes.  
						
						... 
						
						
						
						Removes all references to 1803, including moving "win1803" directory to
just "windows". A single Windows directory suffices for now, if
necessary in the future we can shard it into directories for each
Windows version.
We've been running tests with Windows 1809 nodes for a couple days in
our fork without major problems:
https://testgrid.k8s.io/google-windows#windows-prototype&width=20 .
Testing on Azure is already using 1809:
https://testgrid.k8s.io/sig-windows#Conformance%20acs-engine%20on%20Azure&width=20 . 
						
						
					 
					
						2019-02-21 09:44:44 -08:00 
						 
				 
			
				
					
						
							
							
								Peter Hornyack 
							
						 
					 
					
						
						
							
						
						f0f7829934 
					 
					
						
						
							
							Update cluster/gce scripts to support Windows nodes.  
						
						
						
						
					 
					
						2019-01-30 19:49:07 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-ci-robot 
							
						 
					 
					
						
						
							
						
						396271cf52 
					 
					
						
						
							
							Merge pull request  #70954  from qingling128/master  
						
						... 
						
						
						
						Upgrade Stackdriver Logging Agent addon image to 0.6-1.6.0-1 to use Fluentd v1.2. 
						
						
					 
					
						2018-11-25 23:09:07 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-ci-robot 
							
						 
					 
					
						
						
							
						
						1e22f080ec 
					 
					
						
						
							
							Merge pull request  #67383  from stlaz/enc_config_promotion  
						
						... 
						
						
						
						Introduce apiserver.config.k8s.io/v1 and use standard method for parsing encryption config file 
						
						
					 
					
						2018-11-16 16:31:30 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-ci-robot 
							
						 
					 
					
						
						
							
						
						79dab474c0 
					 
					
						
						
							
							Merge pull request  #70555  from prameshj/nodelocaldnscache  
						
						... 
						
						
						
						Support running a nodelocal dns cache 
						
						
					 
					
						2018-11-14 00:18:56 -08:00 
						 
				 
			
				
					
						
							
							
								Slava Semushin 
							
						 
					 
					
						
						
							
						
						c21cb548e6 
					 
					
						
						
							
							Introduce kubeapiserver.config.k8s.io/v1 with EncryptionConfiguration and use a standard method for parsing config file.  
						
						... 
						
						
						
						Co-authored-by: Stanislav Laznicka <slaznick@redhat.com > 
						
						
					 
					
						2018-11-13 14:05:21 +01:00 
						 
				 
			
				
					
						
							
							
								Pavithra Ramesh 
							
						 
					 
					
						
						
							
						
						73b548db06 
					 
					
						
						
							
							Support running a nodelocal dns cache  
						
						... 
						
						
						
						This change includes the yaml files and gce startup script changes
to run this addon. It is disabled by default, can be enabled by setting
KUBE_ENABLE_NODELOCAL_DNS=true
An ip address is required for the cache instance to listen for
requests on, default is a link local ip address of value 169.254.25.10
addressed review comments, updated image location
Picked a different prometheus port so stats port is not same as the
coredns deployment
Removed the nodelocaldns-ready label.
Set memory limit to 30Mi 
						
						
					 
					
						2018-11-12 14:54:20 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						f3611a6264 
					 
					
						
						
							
							always enable TokenRequest in GCE kube-up.sh  
						
						
						
						
					 
					
						2018-11-12 11:24:52 -08:00 
						 
				 
			
				
					
						
							
							
								Ling Huang 
							
						 
					 
					
						
						
							
						
						02b7ed3291 
					 
					
						
						
							
							Upgrade Stackdriver Logging Agent addon image to 0.6-1.6.0-1 to use Fluentd v1.2.  
						
						
						
						
					 
					
						2018-11-12 13:21:44 -05:00 
						 
				 
			
				
					
						
							
							
								saad-ali 
							
						 
					 
					
						
						
							
						
						4a4176db42 
					 
					
						
						
							
							Fix CSI CRD installation for Alpha clusters  
						
						
						
						
					 
					
						2018-11-07 19:46:54 -08:00 
						 
				 
			
				
					
						
							
							
								saad-ali 
							
						 
					 
					
						
						
							
						
						a679486a5e 
					 
					
						
						
							
							Register CSI CRDs as addon  
						
						
						
						
					 
					
						2018-11-06 10:58:09 -08:00 
						 
				 
			
				
					
						
							
							
								Chris O'Haver 
							
						 
					 
					
						
						
							
						
						0cfb4bbe2c 
					 
					
						
						
							
							make coredns kubeup default, update manifest  
						
						
						
						
					 
					
						2018-10-18 14:52:38 -04:00