Commit Graph

6418 Commits

Author SHA1 Message Date
Christian Kampka 05af75fac3 ContainerRegistry remapping should be atomic
Fixes #5061
2018-07-20 20:56:52 +02:00
k8s-ci-robot 2dbb6e84f6
Merge pull request #5077 from yancl/master
change gossip dns conn limit by ENV
2018-07-19 21:40:52 -07:00
k8s-ci-robot e81d863f43
Merge pull request #5470 from justinsb/fix_tests
Fix tests that crossed during PR merges
2018-07-19 20:28:52 -07:00
Justin Santa Barbara fd70778ccf Fix tests that crossed during PR merges 2018-07-19 22:07:02 -04:00
Justin Santa Barbara 630ea429ae
Merge pull request #4677 from usabilla/external-load-balancers
Add the ability to specify external loadbalancers for instancegroups
2018-07-19 21:54:00 -04:00
k8s-ci-robot 967fe70e34
Merge pull request #5455 from dcherman/patch-1
Correct the `maxSize` in the cluster template example
2018-07-19 15:58:23 -07:00
k8s-ci-robot 93da5a1bbd
Merge pull request #5469 from justinsb/docs-for-config-file
Update docs for config file
2018-07-19 14:45:29 -07:00
Justin Santa Barbara 57a7cb2d4e Update docs for config file
Update the paths, and add a concrete example of a configuration file.
2018-07-19 16:55:05 -04:00
k8s-ci-robot a92ee38741
Merge pull request #5467 from rdrgmnzs/kubelet_root-dir
Allow users to set the kubelets root dir.
2018-07-19 13:49:37 -07:00
k8s-ci-robot 9d7b2d17b0
Merge pull request #5108 from usabilla/set-values
Adds ability to set template context values on command line
2018-07-19 13:11:17 -07:00
k8s-ci-robot a9de76ad6e
Merge pull request #5462 from justinsb/dont_repeatedly_download_nodeup
Don't repeatedly download nodeup
2018-07-19 11:55:25 -07:00
k8s-ci-robot c342df1392
Merge pull request #5390 from kampka/add-container-proxy
Add pull-through proxy cache for asset docker images
2018-07-19 11:55:16 -07:00
k8s-ci-robot 0e64d32b5b
Merge pull request #5456 from mikesplain/configurable_conntrack
Add configurable conntrack settings
2018-07-19 11:11:17 -07:00
Rodrigo Menezes 0cc45db5b1 Allow users to set the kubelets root dir. 2018-07-19 10:59:06 -07:00
k8s-ci-robot 266b764d7b
Merge pull request #5466 from justinsb/more_test_autofix
More autofix of expected test output
2018-07-19 10:00:54 -07:00
Justin Santa Barbara af867403f9 More autofix of expected test output
Rename to HACK_UPDATE_EXPECTED_IN_PLACE as it isn't just terraform any more.
2018-07-19 12:11:38 -04:00
Justin Santa Barbara c5c2bd1acb Don't repeatedly download nodeup
Only delete if the file doesn't match the hash.

Should help with retry issues / bandwidth
2018-07-19 12:09:13 -04:00
k8s-ci-robot 54cbe492cb
Merge pull request #5414 from Raffo/master
[WIP] Initial implementation of ACM certificate for API server ELB
2018-07-19 08:34:54 -07:00
k8s-ci-robot 56ccfac26d
Merge pull request #5317 from gambol99/node_registration
Node Authorization Service
2018-07-19 05:17:41 -07:00
Raffaele Di Fazio b19ee16b09 Fix nilpointer in create_kubecfg.go 2018-07-19 09:41:48 +02:00
k8s-ci-robot 34da9d1ecf
Merge pull request #5457 from kampka/random-weave-password
Generate random weave password it none is supplied
2018-07-18 22:29:42 -07:00
k8s-ci-robot 62b521074d
Merge pull request #5446 from dzoeteman/rolling-update-stop
Stop rolling update if bastions or masters failed to update
2018-07-18 16:01:28 -07:00
k8s-ci-robot 537e548b72
Merge pull request #5153 from AdamDang/patch-2
Correct all the word "cluster" to be in lowercase
2018-07-18 10:54:20 -07:00
Christian Kampka ed08820909 Generate random weave password it none is supplied 2018-07-18 19:41:57 +02:00
k8s-ci-robot 80c61fe383
Merge pull request #5443 from kampka/terraform-local
Generate locals for terraform target
2018-07-18 10:05:19 -07:00
Mike Splain 188824cba0 Add configurable conntrack settings 2018-07-18 12:11:30 -04:00
k8s-ci-robot 938810f155
Merge pull request #5430 from kanolato/chore/skipper-labels
skipper selector changed
2018-07-18 08:16:20 -07:00
k8s-ci-robot 423ef6e78d
Merge pull request #5441 from kampka/weave-network-encryption
Add weave network encryption secret
2018-07-18 07:32:31 -07:00
k8s-ci-robot 7ca5a5f781
Merge pull request #5433 from sdarwin/cluster-autoscaler
add cluster-autoscaler.sh
2018-07-18 07:32:21 -07:00
dherman da98ccde5c
Correct the `maxSize` in the cluster template example
It doesn't make logical sense for the `maxSize` to be less than the `minSize`
2018-07-18 09:20:45 -04:00
k8s-ci-robot e60d593fb0
Merge pull request #3445 from Cryptophobia/master
Adding a disclaimer for instanceGroups in docs
2018-07-18 05:57:20 -07:00
sdarwin b1e382bd32 add cluster-autoscaler.sh 2018-07-18 07:05:43 +00:00
Deniz Zoeteman 2a69901d52 Add message to error for stopping rolling update after failure 2018-07-17 18:56:31 +02:00
k8s-ci-robot b3dd6e136c
Merge pull request #5448 from kampka/fix-4202
Don't mount volume for auditLog when STDOUT is configured as path
2018-07-17 02:17:39 -07:00
Christian Kampka 581eec3eca Don't mount volume for auditLog when STDOUT is configured as path
Fixes #4202
2018-07-16 22:53:58 +02:00
Deniz Zoeteman b06e3efa4d Stop with rolling update if bastions or masters failed to update 2018-07-16 16:56:47 +02:00
Raffaele Di Fazio b2573a1382 gofmt load_balancer.go 2018-07-16 12:44:43 +02:00
k8s-ci-robot 498b5d72b6
Merge pull request #5418 from kanolato/master
docs for different VPC in the Security Group of kube-ingress-aws-controller
2018-07-15 20:35:55 -07:00
k8s-ci-robot 9264587454
Merge pull request #5419 from AliyunContainerService/rollingUpdate
support edit cluster and rolling-update cluster for AliCloud
2018-07-15 18:02:55 -07:00
k8s-ci-robot 70e3653291
Merge pull request #5417 from mikesplain/fix_docker_config
Fixes issue when setting docker version
2018-07-15 17:17:55 -07:00
k8s-ci-robot 4195bd5adf
Merge pull request #5438 from Sturgelose/master
Add minRequestTimeout flag in kube-APIServer
2018-07-15 16:36:06 -07:00
k8s-ci-robot bb1dd6bb5e
Merge pull request #5431 from ripta/docker-root-flags
Add data-root and exec-root attributes to the docker config spec
2018-07-15 16:35:56 -07:00
k8s-ci-robot 8fcb2885c1
Merge pull request #5432 from jsenon/patch-1
Update Audit file example
2018-07-15 15:41:55 -07:00
k8s-ci-robot 3defe18a4b
Merge pull request #5445 from dzoeteman/update-validation
Fail cluster validation for rolling-update if a failure occurs
2018-07-15 13:55:55 -07:00
k8s-ci-robot 7514320df3
Merge pull request #5394 from mikesplain/bionic
Initial Ubuntu Bionic Support
2018-07-15 12:54:55 -07:00
k8s-ci-robot 00d7237b19
Merge pull request #5426 from aleerizw/update-kube-router-manifest
Added metrics port and health check to kube-router
2018-07-15 12:15:05 -07:00
k8s-ci-robot c3608afa06
Merge pull request #5392 from rajansandeep/scrape
Add prometheus scrape port to CoreDNS service
2018-07-15 12:14:55 -07:00
k8s-ci-robot bfafff1310
Merge pull request #5380 from shrinandj/fix-calico-mtu
Allow setting MTU for calico networking.
2018-07-15 10:54:56 -07:00
Deniz Zoeteman 84796eac0b Fail cluster validation for rolling-update if a failure occurs 2018-07-14 21:41:10 +02:00
Christian Kampka 978f66266c Generate locals for terraform target 2018-07-13 22:28:27 +02:00