Commit Graph

1847 Commits

Author SHA1 Message Date
k8s-ci-robot d1cf8463d0
Merge pull request #5026 from jjo/jjo-upgrade-kube-dns-to-1.14.10
upgrade kube-dns to 1.14.10, fixes #4986
2018-04-20 08:44:01 -07:00
k8s-ci-robot ce39cdef56
Merge pull request #5022 from povilasv/gcloud-zones
Add missing google cloud zones
2018-04-18 17:44:59 -07:00
k8s-ci-robot b7b1b77cf3
Merge pull request #5032 from mikesplain/update_bazel
Update bazel
2018-04-18 16:50:59 -07:00
k8s-ci-robot 82360666e7
Merge pull request #4983 from justinsb/fast_validate_region
AWS: validate region against aws-sdk
2018-04-18 12:13:59 -07:00
Mike Splain 38cd57ddd3 Update bazel configs for bazel 0.12 go_rules 0.11 2018-04-18 14:53:00 -04:00
JuanJo Ciarlante 01ca06ef2b upgrade kube-dns to 1.14.10, fixes #4986 2018-04-18 08:58:15 -03:00
Povilas Versockas d08bfa5e38 Add missing google cloud zones 2018-04-18 08:15:32 +03:00
k8s-ci-robot 079989f8d4
Merge pull request #4982 from justinsb/aws_and_s3_region
Set AWS_REGION into bootstrapscript
2018-04-15 18:05:57 -07:00
andrewsykim ac5a6bd345 digitalocean: use new droplet sizes providing the same resources at cheaper prices 2018-04-14 22:24:21 -04:00
Justin Santa Barbara c1e3a98789 AWS: validate region against aws-sdk
This is much faster than a call to DescribeRegions.

Issue #4451
2018-04-12 17:42:39 -04:00
Justin Santa Barbara e158f84e9f Set AWS_REGION into bootstrapscript
Fix #4451
2018-04-12 17:39:24 -04:00
Justin Santa Barbara a5e58b243e Release 1.9.0 2018-04-11 10:07:36 -04:00
k8s-ci-robot 99cf4b63e9
Merge pull request #4960 from justinsb/dont_spurious_log_on_shared_volume_tag
Ignore shared-ownership tags on volumes
2018-04-11 01:40:55 -07:00
k8s-ci-robot 063afb28d7
Merge pull request #4954 from brb/weave-net-2.3.0
Bump Weave Net to 2.3.0
2018-04-10 22:24:55 -07:00
Justin Santa Barbara f0f9b9a028 Ignore shared-ownership tags on volumes
We were otherwise logging a spurious warning message
2018-04-10 23:58:17 -04:00
k8s-ci-robot 7bb4179f12
Merge pull request #4957 from appvia/etcd-tls-updates
Fix etcd Keypair change showing on every kops update when TLS enabled
2018-04-10 16:35:54 -07:00
k8s-ci-robot 22a34586cc
Merge pull request #3498 from gambol99/psp
Pod Security Policies
2018-04-10 07:43:09 -07:00
Kashif Saadat 7fe7ba452c Fix etcd Keypair change showing on every kops update when TLS enabled 2018-04-10 14:59:12 +01:00
k8s-ci-robot 7b601e60d4
Merge pull request #4909 from appvia/coreos-disable-updates
Disable locksmithd on CoreOS if UpdatePolicy set
2018-04-10 06:34:10 -07:00
Rohith cc695c3805 - changing the version to >= 1.9 as it only really makes sense on theses versions 2018-04-10 14:20:41 +01:00
Kashif Saadat 3d1203f0f4 Disable locksmithd on CoreOS if UpdatePolicy set 2018-04-10 13:05:00 +01:00
Martynas Pumputis 85758f8909 Bump Weave Net to 2.3.0 2018-04-10 10:57:38 +02:00
k8s-ci-robot a8ca362e6b
Merge pull request #4851 from sergeylanzman/bump-kube-dns
Update kube-dns to 1.14.9
2018-04-09 15:50:08 -07:00
k8s-ci-robot 5d2e730051
Merge pull request #4919 from jamesmcminn96/feature/dnsmasq-extra-config-options
Add configurable dnsmasq params to KubeDNS
2018-04-09 15:01:19 -07:00
k8s-ci-robot 7b4bef0e8f
Merge pull request #4928 from edmeister/master
Configurable log level for calico
2018-04-09 13:46:35 -07:00
k8s-ci-robot 3f2e77e166
Merge pull request #4935 from andrewsykim/fix-kube-router-version
fix version of kube-router at v0.1.0
2018-04-09 13:46:30 -07:00
k8s-ci-robot 921e9ae3a0
Merge pull request #4945 from zengchen1024/subnet
implement subnet task for OpenStack platform
2018-04-09 13:46:19 -07:00
k8s-ci-robot 2f577e2ab3
Merge pull request #4947 from andrewsykim/do-ccm
digitalocean: external cloud controller manager avoid circular dependencies
2018-04-09 13:46:09 -07:00
k8s-ci-robot a52f8f9673
Merge pull request #4936 from mahuihuang/fix_grammar_mistake
Fix grammar mistake
2018-04-09 12:06:19 -07:00
andrewsykim c072340cda digitalocean: external cloud controller manager should connect to apiserver using 127.0.0.1:443 to avoid circular dependencies 2018-04-09 09:04:20 -04:00
zengchen1024 9dbf73ec63 implement subnet task 2018-04-09 18:04:35 +08:00
mahuihuang 960648fdbc fix grammar mistake 2018-04-08 09:54:36 +08:00
andrewsykim 42b72e475a fix version of kube-router at v0.1.0 2018-04-07 09:28:44 -04:00
Jeroen Schepens cd00575501 Add LogSeverityScreen property to Calico spec. 2018-04-07 09:47:30 +02:00
James McMinn 458f59d5d8 Add dnsmasq parameteres to kubeDNS config 2018-04-06 09:09:54 +10:00
andrewsykim 47c41463ce digitalocean: use pagination for all list requests 2018-04-05 11:12:20 -04:00
Rohith e8e3ac0c91 Pod Security Policies
The current implementation doesn't work with PodSecurityPolicies enabled due to no psp policies. This PR adds a default psp policy for the kubelet users and and the kube-system namespace
2018-04-04 17:43:11 +01:00
Justin Santa Barbara 367f534f89 Release 1.9.0-beta.2 2018-04-04 06:21:12 -07:00
k8s-ci-robot b88e89dec8
Merge pull request #4880 from andrewsykim/digitalocean-hostname-override
digitalocean: add kubelet hostname override
2018-04-03 08:58:17 -07:00
k8s-ci-robot 5dbb198557
Merge pull request #4881 from andrewsykim/digitalocean-multiple-droplets
digitalocean: support multiple droplets
2018-04-03 08:58:07 -07:00
Justin Santa Barbara ed797d1bcb Don't enable dns-controller prometheus metrics by default 2018-04-03 06:56:42 -07:00
Justin Santa Barbara 0757961135
Merge pull request #4878 from tvi/dns-fix
Fixes port collision between dns-controller metrics and gossip.
2018-04-03 06:56:33 -07:00
k8s-ci-robot b5eb4e8128
Merge pull request #4872 from AdamDang/patch-12
Typo fix in info message
2018-04-03 06:36:16 -07:00
andrewsykim cc67ea84bd digitalocean: support multiple droplets 2018-04-03 01:49:45 -04:00
andrewsykim 54bee09f47 digitalocean: add kubelet hostname override 2018-04-03 01:16:50 -04:00
Tomas Virgl a516e43f8f Fixes port collision between dns-controller metrics and gossip.
Fixes #4877.
2018-04-02 12:21:50 -07:00
AdamDang 6c67c38fbe
Fix some info errors
asssignment->assignment
2018-04-03 00:22:51 +08:00
k8s-ci-robot fb07699158
Merge pull request #4871 from justinsb/190beta1
Release 1.9.0-beta.1
2018-04-02 08:02:04 -07:00
k8s-ci-robot 2398604c28
Merge pull request #4868 from zengchen1024/router
implement router task for OpenStack platform
2018-04-02 07:23:14 -07:00
AdamDang e11f36309f
Typo fix in info message
Typo fix in info message
2018-04-02 22:02:40 +08:00