Manatsawin Hanmongkolchai
							
						 
						
							 
							
							
							
							
								
							
							
								0f2dde994c 
								
							 
						 
						
							
							
								
								Regenerated API  
							
							 
							
							
							
						 
						
							2017-10-10 09:10:04 +07:00  
						
					 
				
					
						
							
							
								 
								Manatsawin Hanmongkolchai
							
						 
						
							 
							
							
							
							
								
							
							
								091e87eb4f 
								
							 
						 
						
							
							
								
								Added PolicyConfigMap and PolicyConfigMapNamespace to KubeSchedulerConfig  
							
							 
							
							
							
						 
						
							2017-10-10 09:10:04 +07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								eff2651f2a 
								
							 
						 
						
							
							
								
								Merge pull request  #3573  from mikesplain/master_1.7.1_release_notes  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
1.7.1 Release notes for master
Cherry-pick of https://github.com/kubernetes/kops/pull/3571  for master. 
							
						 
						
							2017-10-09 08:56:12 -07:00  
						
					 
				
					
						
							
							
								 
								Mike Splain
							
						 
						
							 
							
							
							
							
								
							
							
								44b503ee25 
								
							 
						 
						
							
							
								
								1.7.1 Release notes first pass  
							
							 
							
							... 
							
							
							
							We'll need to move the current release notes in master for 1.7.1 to 1.8.0 since
they were not included in this release at this time and cherry-pick
these notes into master. 
							
						 
						
							2017-10-09 11:09:56 -04:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								286236eb38 
								
							 
						 
						
							
							
								
								Merge pull request  #3572  from mikesplain/move_old_1.7.1_release_notes_to_1.8.0  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Move old 1.7.1 release notes to 1.8.0 to expedite hotfix release
New 1.7.1 notes will be added after https://github.com/kubernetes/kops/pull/3571  is finalized. 
							
						 
						
							2017-10-09 07:56:04 -07:00  
						
					 
				
					
						
							
							
								 
								Mike Splain
							
						 
						
							 
							
							
							
							
								
							
							
								563938c813 
								
							 
						 
						
							
							
								
								Move old 1.7.1 release notes to 1.8.0 to expedite hotfix release  
							
							 
							
							
							
						 
						
							2017-10-09 09:54:34 -04:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								22b98e9f46 
								
							 
						 
						
							
							
								
								Merge pull request  #3567  from justinsb/add_hack_make_gendocs  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Add missing hack/make-gendocs.sh script 
							
						 
						
							2017-10-09 01:27:21 -07:00  
						
					 
				
					
						
							
							
								 
								Rahul Mahale
							
						 
						
							 
							
							
							
							
								
							
							
								5d3adf0164 
								
							 
						 
						
							
							
								
								Document enabling custom metrics using kops  
							
							 
							
							... 
							
							
							
							- Tested it with kops version 1.7 and k8s v1.7.2 
							
						 
						
							2017-10-09 13:43:24 +05:30  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								988fcf1695 
								
							 
						 
						
							
							
								
								Merge pull request  #3569  from justinsb/makefile_fix_dirperms  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Makefile: fix order of directory creation 
							
						 
						
							2017-10-09 00:48:02 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								8852afd01c 
								
							 
						 
						
							
							
								
								Merge pull request  #3479  from chrislovecnm/issues-template  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
thinning out issue template
The first one was a little long, bring it back. 
							
						 
						
							2017-10-09 00:14:08 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								211dab152a 
								
							 
						 
						
							
							
								
								Merge pull request  #3522  from murali-reddy/3463-kube-router-rbac  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Use system:kube-router User for clusterrole binding
Kube-router as it provides service proxy as well, it has a chicken-egg problem (can not
access api server till it can setup service proxy), so service account are not usable. certificate generated for kube-router has CN `system:kube-router`, so user  `system:kube-router` need to be given necessary RBAC permissions
Fixes  #3463  
							
						 
						
							2017-10-09 00:14:03 -07:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								cc2232269a 
								
							 
						 
						
							
							
								
								Makefile: fix order of directory creation  
							
							 
							
							... 
							
							
							
							Without this, if we let docker create the .build/dist directory it will
be owned by root, and we won't be able to mkdir .build/dist/images
outside of docker. 
							
						 
						
							2017-10-09 02:17:46 -04:00  
						
					 
				
					
						
							
							
								 
								Julian V. Modesto
							
						 
						
							 
							
							
							
							
								
							
							
								9d589af4c5 
								
							 
						 
						
							
							
								
								Replace logrotate crontab with systemd timer  
							
							 
							
							
							
						 
						
							2017-10-08 23:12:10 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								4440001355 
								
							 
						 
						
							
							
								
								Merge pull request  #3514  from gambol99/etcd3  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Etcd V3 & TLS Support 
							
						 
						
							2017-10-08 22:53:38 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								7cfa1b7b90 
								
							 
						 
						
							
							
								
								Merge pull request  #3488  from julianvmodesto/logrotate-coreos  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Enable logrotate for Kubernetes configs on CoreOS
Addresses #2710 .
Also, remove logrotate crontab because logrotate ships with a systemd timer, `logrotate.timer`, to run logrotate daily. 
							
						 
						
							2017-10-08 22:53:33 -07:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								56ecd4ac14 
								
							 
						 
						
							
							
								
								Add missing hack/make-gendocs.sh script  
							
							 
							
							
							
						 
						
							2017-10-09 01:29:54 -04:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								859bc170f1 
								
							 
						 
						
							
							
								
								Merge pull request  #3563  from chrislovecnm/cve-2017-14491-docs  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
CVE-2017-14491 Documentation Hot Fixes and kops fixes 
							
						 
						
							2017-10-08 14:44:02 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								4d345d18d8 
								
							 
						 
						
							
							
								
								Merge pull request  #3461  from justinsb/gcs_retry_on_error  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
GCS paths; retry on error 
							
						 
						
							2017-10-08 14:18:59 -07:00  
						
					 
				
					
						
							
							
								 
								Chris Love
							
						 
						
							 
							
							
							
							
								
							
							
								6d0cefcec8 
								
							 
						 
						
							
							
								
								Fixed table  
							
							 
							
							
							
						 
						
							2017-10-08 15:12:03 -06:00  
						
					 
				
					
						
							
							
								 
								chrislovecnm
							
						 
						
							 
							
							
							
							
								
							
							
								ed3651d688 
								
							 
						 
						
							
							
								
								CVE-2017-14491 Documentation Hot Fixes and kops fixes  
							
							 
							
							
							
						 
						
							2017-10-08 14:53:55 -06:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								fe7ed1469f 
								
							 
						 
						
							
							
								
								Merge pull request  #3482  from justinsb/gce_containerized_mounter  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
GCE: install containerized mounter on COS 
							
						 
						
							2017-10-08 13:48:40 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								1c9df0b269 
								
							 
						 
						
							
							
								
								Merge pull request  #3524  from justinsb/gce_format_ig_zones  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
GCE: Fix subnets vs zones formatting of instance groups 
							
						 
						
							2017-10-08 13:16:52 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								b052495e3d 
								
							 
						 
						
							
							
								
								Merge pull request  #3448  from justinsb/unit_test_new_model_helpers  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Add unit test for model helper functions 
							
						 
						
							2017-10-08 12:42:30 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								14ba6d0414 
								
							 
						 
						
							
							
								
								Merge pull request  #3474  from chrislovecnm/test-cleanup  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Fixing stdout on tests - cleaning house
We are printing to STDOUT and logging in some tests.  Not needed. 
							
						 
						
							2017-10-08 10:01:05 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								5ff7a76258 
								
							 
						 
						
							
							
								
								Merge pull request  #3547  from chrislovecnm/test-maintence-with-version  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
updating kops version so that we do not get warnings, fixing cf tests
General maint on integration tests 
							
						 
						
							2017-10-08 09:30:18 -07:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								0356f45957 
								
							 
						 
						
							
							
								
								Add unit test for model helper functions  
							
							 
							
							
							
						 
						
							2017-10-08 11:49:39 -04:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								af6a7ef4d8 
								
							 
						 
						
							
							
								
								Containerized mounter fixes per code review  
							
							 
							
							
							
						 
						
							2017-10-08 11:41:09 -04:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								3a38d05385 
								
							 
						 
						
							
							
								
								GCE: install containerized mounter on COS  
							
							 
							
							... 
							
							
							
							The containerized mounter is a little tricky to install, with lots of
bind mounts.  This code path is only hit on GCE though. 
							
						 
						
							2017-10-08 11:12:37 -04:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								54a45bf604 
								
							 
						 
						
							
							
								
								Merge pull request  #3559  from brdude/docker_non_semver  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Newer versions of docker do not follow Semantic Versioning
Newer versions of docker do not follow Semantic Versioning. When selecting docker version 17.03.2 the following error occurs.
`main.go:141] got error running nodeup (will retry in 30s): error building loader: error parsing docker version "17.03.2" as semver: Minor number must not contain leading zeroes 03` 
							
						 
						
							2017-10-07 20:14:40 -07:00  
						
					 
				
					
						
							
							
								 
								chrislovecnm
							
						 
						
							 
							
							
							
							
								
							
							
								0706c21dbc 
								
							 
						 
						
							
							
								
								mounting kubectl from the host instead to copying it to protokube  
							
							 
							
							
							
						 
						
							2017-10-07 20:23:57 -06:00  
						
					 
				
					
						
							
							
								 
								Rodrigo Menezes
							
						 
						
							 
							
							
							
							
								
							
							
								3b3453d7c5 
								
							 
						 
						
							
							
								
								Newer versions of docker do not follow Semantic Versioning  
							
							 
							
							
							
						 
						
							2017-10-07 17:04:32 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								319ebabd05 
								
							 
						 
						
							
							
								
								Merge pull request  #3556  from chrislovecnm/makefile-tweaks-path  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
updating paths in Makefile for docker oddness
The build is still running on Mac, and I should problem do another with a clean.  But let's see how e2e like it. 
							
						 
						
							2017-10-07 15:57:44 -07:00  
						
					 
				
					
						
							
							
								 
								chrislovecnm
							
						 
						
							 
							
							
							
							
								
							
							
								d7eda763db 
								
							 
						 
						
							
							
								
								updating paths in Makefile for docker oddness  
							
							 
							
							
							
						 
						
							2017-10-07 15:46:51 -06:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								8d376a0a96 
								
							 
						 
						
							
							
								
								Merge pull request  #3548  from chrislovecnm/integration-test-tweak  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
setting variable in func instead inside of func call
Setting the `updateClusterTestBase` lower down in the test func. 
							
						 
						
							2017-10-06 21:05:06 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								079102759f 
								
							 
						 
						
							
							
								
								Merge pull request  #3528  from justinsb/tutorial  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
First tutorial page: getting started with GCE 
							
						 
						
							2017-10-06 16:31:42 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								f42b1f676f 
								
							 
						 
						
							
							
								
								Merge pull request  #3538  from mikesplain/fix_kube_dns_pre_1.6  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Fix CVE for kube-dns pre k8s 1.6
Additional fix for https://github.com/kubernetes/kops/issues/3512 .
Testing now 
							
						 
						
							2017-10-06 14:54:06 -07:00  
						
					 
				
					
						
							
							
								 
								chrislovecnm
							
						 
						
							 
							
							
							
							
								
							
							
								2e6f8bf461 
								
							 
						 
						
							
							
								
								setting variable in func instead inside of func call  
							
							 
							
							
							
						 
						
							2017-10-05 20:38:34 -06:00  
						
					 
				
					
						
							
							
								 
								chrislovecnm
							
						 
						
							 
							
							
							
							
								
							
							
								3e09c2e2fd 
								
							 
						 
						
							
							
								
								updating kops version so that we do not get warnings, fixing cf tests  
							
							 
							
							
							
						 
						
							2017-10-05 20:15:48 -06:00  
						
					 
				
					
						
							
							
								 
								Murali Reddy
							
						 
						
							 
							
							
							
							
								
							
							
								a43df55540 
								
							 
						 
						
							
							
								
								Certificate generated for kube-router has CN system:kube-router, so user  
							
							 
							
							... 
							
							
							
							system:kube-router need to be given necessary RBAC permissions
Fixes  #3463  
							
						 
						
							2017-10-05 21:29:11 +05:30  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								51d3cde697 
								
							 
						 
						
							
							
								
								Merge pull request  #3532  from justinsb/warn_if_no_docker_version  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
nodeup: warn if no docker version matched 
							
						 
						
							2017-10-05 02:05:04 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								f3f4df7cba 
								
							 
						 
						
							
							
								
								Merge pull request  #3542  from thomaschaaf/patch-1  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Minor spelling fix 
							
						 
						
							2017-10-05 01:36:12 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								70274617f0 
								
							 
						 
						
							
							
								
								Merge pull request  #3540  from electronicarts/create-cluster-doc-update  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Added documentation on best practices for creating clusters with HA m…
Fix  #3389  
							
						 
						
							2017-10-05 00:08:50 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								f2e707ef2d 
								
							 
						 
						
							
							
								
								Merge pull request  #3460  from justinsb/bump_gce_cos  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
Update Google COS image 
							
						 
						
							2017-10-05 00:08:40 -07:00  
						
					 
				
					
						
							
							
								 
								Thomas Schaaf
							
						 
						
							 
							
							
							
							
								
							
							
								6330c6c6ee 
								
							 
						 
						
							
							
								
								Minor spelling  
							
							 
							
							
							
						 
						
							2017-10-05 09:06:09 +02:00  
						
					 
				
					
						
							
							
								 
								jatan28
							
						 
						
							 
							
							
							
							
								
							
							
								5340f865e1 
								
							 
						 
						
							
							
								
								moved documentation from cli to high_availability.md  
							
							 
							
							
							
						 
						
							2017-10-04 23:27:07 -07:00  
						
					 
				
					
						
							
							
								 
								Kubernetes Submit Queue
							
						 
						
							 
							
							
							
							
								
							
							
								7397370f1e 
								
							 
						 
						
							
							
								
								Merge pull request  #3533  from justinsb/gce_rolling_update_special_restart  
							
							 
							
							... 
							
							
							
							Automatic merge from submit-queue.
GCE: use recreateInstance when rolling a MIG 
							
						 
						
							2017-10-04 18:42:13 -07:00  
						
					 
				
					
						
							
							
								 
								jatan28
							
						 
						
							 
							
							
							
							
								
							
							
								e8600f7021 
								
							 
						 
						
							
							
								
								Added documentation on best practices for creating clusters with HA masters in regions with 2 AZ  
							
							 
							
							
							
						 
						
							2017-10-04 17:34:16 -07:00  
						
					 
				
					
						
							
							
								 
								Mike Splain
							
						 
						
							 
							
							
							
							
								
							
							
								2195da0f15 
								
							 
						 
						
							
							
								
								Fix CVE for kube-dns pre k8s 1.6  
							
							 
							
							
							
						 
						
							2017-10-04 15:23:31 -04:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								0402909689 
								
							 
						 
						
							
							
								
								First tutorial page: getting started with GCE  
							
							 
							
							
							
						 
						
							2017-10-04 11:46:47 -04:00  
						
					 
				
					
						
							
							
								 
								Justin Santa Barbara
							
						 
						
							 
							
							
							
							
								
							
							
								8693683324 
								
							 
						 
						
							
							
								
								GCE: use recreateInstance when rolling a MIG  
							
							 
							
							
							
						 
						
							2017-10-04 02:54:40 -04:00