Commit Graph

631 Commits

Author SHA1 Message Date
Justin SB 6779429e13
Release 1.14.0-alpha.1 2019-04-12 08:27:58 -07:00
Justin SB 2a1df6b8ee
kube-dns: Update to 1.14.13
Following updates to k8s 1.12 in k/k
2019-04-07 11:22:10 -07:00
Justin SB 8dd9408348
kube-dns-autoscaler: Add node watch to permissions
We had to bump the channel version to 1.14.11-kops.1, even though it's
still 1.14.10, because we didn't have the kops suffix yet.  A little
awkward now, but will get better once kube-dns is updated!

Fix #6711
2019-04-06 21:45:20 -07:00
Peter Rifel c24b0a0918 Allow the AWS IAM Authenticator image name to be overridden 2019-04-05 09:35:30 -05:00
Kubernetes Prow Robot 0d75160bd6
Merge pull request #6723 from mikesplain/update_aws_vpc_cni
Update 1.3.0 to 1.3.3
2019-04-05 07:11:21 -07:00
Ryan Bonham a28db6a991 Fix indentation. 2019-04-04 07:57:34 -05:00
mikesplain 52a2133a7c Update 1.3.0 to 1.3.3 2019-04-03 11:05:31 -04:00
Ryan Bonham 74a51813a3 Support changing request & limits on previous k8s versions for coredns. 2019-04-03 09:27:57 -05:00
Ryan Bonham e7dc229f38 Make CoreDNS 1.12 addon support resource configuration 2019-04-01 08:11:13 -05:00
Justin SB 8abd0400ea
Add selector back to calico 1.12 deployment
I had mistakenly removed it previously, which meant the manifest it
didn't apply on an update.
2019-03-27 00:12:49 -04:00
Artem Yarmoliuk db6b29ba10
Update flannel manifest to v0.11.0 and add iptables-resync flag 2019-03-23 19:01:46 +02:00
Kubernetes Prow Robot 024749ec55
Merge pull request #6358 from justinsb/calico_with_crds
kops 1.12 configuration for calico: use CRDs
2019-03-18 00:25:11 -07:00
Kubernetes Prow Robot 00950767c2
Merge pull request #6564 from usabilla/no-docker-prestart
Remove docker-prestart hook
2019-03-17 23:25:11 -07:00
Kubernetes Prow Robot d2db91b343
Merge pull request #6448 from tsuna/healthcheck
Fix docker-healthcheck to work around Docker bug.
2019-03-16 09:46:57 -07:00
Kubernetes Prow Robot 04ccfb2f27
Merge pull request #6622 from justinsb/followup_6502
Apply scope fix in #6502 to all manifest versions
2019-03-15 09:47:12 -07:00
Kubernetes Prow Robot ae6cda7bb1
Merge pull request #6502 from tvi/fix-eni-yaml
Fix amazon-vpc-routed-eni yaml template
2019-03-15 00:21:08 -07:00
Justin SB 7f4dbb59ad
Apply scope fix in #6502 to all manifest versions
In #6502 we fixed an invalid CRD, but we need to fix in all versions.
Also bump the manifest version so it applies correctly!
2019-03-14 23:01:27 -04:00
Kubernetes Prow Robot 35679b5052
Merge pull request #6444 from zetaab/ccm
External out-of-tree CloudControllerManager support for openstack
2019-03-14 14:21:00 -07:00
Justin SB b4cb55db1f
kops 1.12 configuration for calico: use CRDs 2019-03-14 01:03:10 -04:00
Steven McDonald fe249eabbf Remove docker-prestart hook
This breaks networking if Docker is restarted
(https://github.com/kubernetes/kops/issues/6191).

The Docker issue linked in the hook's comments has been closed for
over 3 years, and this workaround has not been used by upstream
Kubernetes for over a year:

  5f9735de53 (diff-af1d281c3ce49f7bfe110f7c64c96fdc)

It therefore seems unlikely that this hook is still necessary.
2019-03-01 13:43:38 +01:00
Benoit Sigoure b67cf8fbcf Fix docker-healthcheck to work around Docker bug.
This is a workaround to better detect moby/moby#38642 when Docker starts
up and remains stuck.  In this case `docker ps` will return nothing and
exit 0, but no container can actually start.  A better (but more expensive
and more intrusive test) would be to `docker run --rm` some cheap test
container to confirm we can actually start a container.
2019-02-26 16:25:12 -08:00
JuanJo Ciarlante e85e4d48ad Update Weave Net to version 2.5.1
This release fixes #6369 syslog flooding as reported at
weaveworks/weave#3449.

Release notes
https://github.com/weaveworks/weave/releases/tag/v2.5.1

Signed-off-by: JuanJo Ciarlante <juanjosec@gmail.com>
2019-02-22 10:31:49 -03:00
Jesse Haka 99b86011c3 use ccm without privileged port 2019-02-20 23:57:22 +02:00
Jesse Haka d4fbc4f3c3 external out-of-tree cloudcontrollermanager to openstack 2019-02-20 20:05:25 +02:00
Tomas Virgl 11af79439b Fix amazon-vpc-routed-eni yaml template
Current yaml structure is invalid.
Crosschecked with https://github.com/aws/amazon-vpc-cni-k8s/blob/master/config/v1.3/aws-k8s-cni.yaml

Fixes #6499.
2019-02-20 17:31:51 +01:00
Jordan Liggitt 1ca45141ea Update cluster-proportional-autoscaler to 1.4.0 to use apps/v1 2019-02-20 09:22:52 -05:00
Jordan Liggitt 9a06ff550c Update 1.12 addons to use apps/v1 2019-02-20 09:21:22 -05:00
Jordan Liggitt 3cef342dbe Copy latest addons to 1.12 2019-02-20 09:20:01 -05:00
Sandeep Rajan 42d6d9e888 Update the coredns manifest 2019-02-19 15:54:01 -05:00
Kubernetes Prow Robot 1d55996e29
Merge pull request #6469 from appvia/canal-v3.5
Updated Canal manifest to v3.5.0 for k8s v1.12+
2019-02-16 06:24:21 -08:00
Kubernetes Prow Robot 307ccd8556
Merge pull request #6468 from appvia/node-authorizer-proxy
Allow NodeAuthorizer to speak via HTTP Proxy if configured
2019-02-16 06:24:16 -08:00
Kubernetes Prow Robot 5d2ebfae92
Merge pull request #6424 from rajansandeep/proxytoforward
Use the forward plugin instead of proxy plugin in CoreDNS
2019-02-16 05:25:11 -08:00
Kashif Saadat 2e7229398e Update Canal manifest to v3.5.0 for k8s v1.12+ 2019-02-14 14:13:28 +00:00
Kashif Saadat 4484dd3591 Allow NodeAuthorizer to speak via HTTP Proxy if configured 2019-02-14 13:02:17 +00:00
Sandeep Rajan 57326d3493 Use the forward plugin instead of proxy 2019-01-31 13:44:44 -05:00
Wenhua Zhao 818490de2b upgrade calico to 2.6.12 to fix TTA-2018-001 2019-01-31 09:57:30 -08:00
Kubernetes Prow Robot 9c8b945e4e
Merge pull request #6257 from justinsb/mark_1_12_0_alpha_1
Release 1.12.0-alpha.1
2019-01-12 10:33:47 -08:00
Harshal Shah 1f33f9581f Upgrading coredns version to 1.3.0
Signed-off-by: Harshal Shah <harshal2623@gmail.com>
2019-01-11 18:59:42 +01:00
Rohith 2429997121 Kubelet API RBAC Manifest
I was mistaken how the key in the namespace is used, looks like you can only have the one key per addon as the anonnotations on the namespace are addon_name -> version, so if you already have a old rbac.addons.k8s.io referenced it won't work. I didn't notice before as the cluster was new.
2019-01-09 14:46:33 +00:00
Rohith 83ba980f40 - changing this to a default install and its a breaking change and won't effect unless the webhook is enabled 2019-01-08 15:38:44 +00:00
Rohith 4b08a05274 Kubelet API Admin for Webhook Mode
- adding a default binding for the kubelet-api for when kubelet webhook is enabled
2019-01-08 15:21:02 +00:00
Justin SB a246313c2e
Release 1.12.0-alpha.1 2019-01-03 19:00:33 -05:00
Christian Jantz b14c014ac3 update calico version to version 3.4.0 2018-12-23 14:44:31 +01:00
Justin SB 7e7490296a
bazel: cleanup gobindata generation
Simplify the exclusion logic.
2018-12-20 17:51:51 -05:00
Erik Stidham d2e9fcbd7f Fix Calico upgrade job to use the correct version 2018-12-04 13:42:15 -06:00
Kubernetes Prow Robot e6d9545a6e
Merge pull request #6129 from spotinst/feature-spotinst-controller
Spotinst: Bump controller image
2018-12-03 06:43:08 -08:00
Liran Polak b3b3c8c71f feat: bump controller version to 1.0.18 2018-11-28 16:58:11 -08:00
mikesplain 6b44333ac5 Update amazon cni to 1.3.0 2018-11-28 17:01:31 -05:00
k8s-ci-robot f4012407f8
Merge pull request #4762 from locationlabs/cni-ipvlan-vpc-k8s
Cni ipvlan vpc k8s support
2018-11-21 13:43:19 -08:00
Sandeep Rajan 5943b13264 CoreDNS version 1.2.6 2018-11-19 11:25:41 -05:00