Jesse Haka
c320ec29c8
Set default image tag for OpenStack CCM
2019-10-27 20:05:30 +02:00
GuyTempleton
e87b1fddbe
Allow for override of CoreDNS version
...
Allow users to override the CoreDNS image version to take advantage of local image registries or differing versions of the image to allow quicker access to new/improved CoreDNS plugins.
2019-10-15 21:07:12 +01:00
Justin SB
d3bad10aa9
Move kops-controller to use a yaml configuration file
...
This is more in keeping with componentconfig, and lets us add more
options easily in future.
2019-10-13 07:27:52 -07:00
Peter Rifel
699fe56619
Upgrade Amazon VPC CNI plugin to 1.5.4
...
See: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.4
2019-10-11 07:55:26 -07:00
Kubernetes Prow Robot
32715d3822
Merge pull request #7694 from mikesplain/calico_3.9.1
...
Add calico 3.9.1
2019-09-30 06:33:38 -07:00
Justin SB
c9bcf45284
kops-controller version should match version of kops
...
So (counterintuitively) we set it to 1.15.0-alpha.1, because that is the version on the master branch.
2019-09-28 19:41:13 -04:00
mikesplain
7a980efd7e
Add calico 3.9.1
2019-09-27 12:59:09 -04:00
Kubernetes Prow Robot
ac36e9c41d
Merge pull request #7689 from justinsb/upgrade_pod2daemon_only
...
Calico: upgrade pod2daemon (only)
2019-09-27 07:39:36 -07:00
Kubernetes Prow Robot
942c8915db
Merge pull request #7496 from justinsb/label_controller
...
kops-controller
2019-09-27 03:43:35 -07:00
Justin SB
70dd5c3f22
Calico: upgrade pod2daemon (only)
...
We want to pick up https://github.com/projectcalico/pod2daemon/pull/28 , to address https://github.com/kubernetes/kops/issues/7592 .
This is not ideal, but looking at the commit changes the only
potentially problematic change in the diff is
https://github.com/projectcalico/pod2daemon/pull/21 , which seems like
it shouldn't cause ay skew issues.
2019-09-27 00:14:26 -04:00
Justin SB
ba76db7f41
Limit calico cpu request to 100m
...
Per docs/development/instancesizes.md we don't have much cpu on a 1
core machine. Note that this is only requests, not limits, so calico
can still burst.
At least related to issue #7592
2019-09-26 22:57:42 -04:00
Justin SB
97f552778f
Add env vars, update tests
2019-09-25 12:48:13 -04:00
Justin SB
6cb341dfeb
Add kops-controller to default adddons
2019-09-25 12:04:37 -04:00
Ole Markus With
55ffbf060e
Fix Cilium addon version
...
Addon manager seems to fail at parsing the version because it only had
major.minor version.
2019-09-21 14:23:08 +02:00
Mike Splain
5f92e1a2bb
Update bootstrapchannelbuilder.go
2019-09-10 16:10:30 -04:00
Mike Splain
a17183f1f2
Merge branch 'master' into External-CoreFile
2019-09-10 16:08:32 -04:00
Kubernetes Prow Robot
a7eb9a202d
Merge pull request #7528 from mikesplain/calico_update_and_typha
...
Calico update and typha
2019-09-09 21:32:54 -07:00
mikesplain
9e55b8230a
Update copyright notices
...
Also cleans some white spaces
2019-09-09 14:47:51 -04:00
GuyTempleton
948373a4ae
Update calico and update manifest
2019-09-09 10:00:50 -04:00
Justin SB
ee055ffe01
Release 1.15.0-alpha.1
2019-09-08 15:48:40 -04:00
Kubernetes Prow Robot
d90b75cf1b
Merge pull request #7492 from grupozap/coredns_missing_dir_workaround
...
fix(addons/coredns.addons.k8s.io) Workaound to stop coredns crashing on 1.3.1 version
2019-09-04 07:58:59 -07:00
Pedro H. Spagiari
7746e8c726
chore(upup/pkg/fi/cloudup) Bumping coredns to 1.3.1
2019-09-04 11:08:31 -03:00
Alex Simenduev
4c43384e7a
Support for using hostPort when using flannel
2019-08-24 16:01:58 +03:00
while1eq1
c32fe97921
upgrade weave to 2.5.2 to address the issues in https://github.com/weaveworks/weave/releases/tag/v2.5.2
2019-08-21 16:00:06 -04:00
GuyTempleton
a7d30267b5
[Feature] CoreDNS: Allow for Specification of external CoreFile
...
Allow users to provide entirely custom CoreFile for CoreDNS to provide improved flexibility.
2019-08-03 16:38:14 +01:00
Kubernetes Prow Robot
f5e272f8b3
Merge pull request #7326 from zacblazic/scrape-weave-metrics
...
Enable scraping of weave metrics
2019-08-01 10:14:27 -07:00
Kubernetes Prow Robot
b6dee3963b
Merge pull request #7317 from combor/master
...
Update kube-router to 0.3.1
2019-08-01 10:14:15 -07:00
Zac Blazic
32a7f91e8c
Bump kops versions for weave manifests
2019-07-26 16:55:36 +02:00
Piotr Komborski
d03d476e16
Update kube-router to 0.3.1
2019-07-24 16:44:13 +02:00
Kubernetes Prow Robot
39d03b1f97
Merge pull request #7312 from justinsb/small_cleanup_to_hashing
...
Manifest hashing: move trimming out of hash function
2019-07-24 05:06:15 -07:00
Kubernetes Prow Robot
f21ec59686
Merge pull request #7257 from tmjd/update-calico-v3-8
...
Update Calico to v3.8.0
2019-07-24 03:18:15 -07:00
Justin SB
e098f0f353
Manifest hashing: move trimming out of hash function
...
It's a little confusing to have a hash function which auto-trims. But
trimming the manifests does make sense. We also want to be sure that
the hash matches the raw hash of the manifest, which it didn't when we
transformed the manifest "inside the hash".
2019-07-23 08:02:20 -07:00
Ryan Bonham
84e57f2871
Remove commented code block
2019-07-22 07:26:07 -07:00
Ryan Bonham
62d4b128ce
Improve channel updates, to use hash of manifests to ensure we always update on changes
2019-07-22 07:26:06 -07:00
Erik Stidham
0b004a3f0c
Update Calico to v3.8.0
2019-07-19 15:48:43 -07:00
Justin SB
4e4e8ce56e
Calico -> 3.7.4
...
Both in bootstrapchannelbuilder (follow-up to #7249 ), but also in
older versions, because it is a security fix for TTA-2019-002.
2019-07-19 06:43:42 -04:00
Kubernetes Prow Robot
26f48f5c59
Merge pull request #7051 from asincu/calico_upgrade
...
Upgrade Calico to 3.7.2
2019-07-09 07:50:04 -07:00
Kashif Saadat
4ee4c2b7be
Canal v3.7.4
2019-07-02 16:05:34 +01:00
Kubernetes Prow Robot
223c5d9874
Merge pull request #6803 from rifelpet/aws-iam-authenticator-update
...
Update aws-iam-authenticator image to 0.4.0
2019-06-20 19:40:35 -07:00
Kubernetes Prow Robot
a8e7109129
Merge pull request #7040 from spotinst/feature-spotinst-ocean
...
Spotinst: New instance group type: Ocean
2019-06-20 12:24:10 -07:00
Kashif Saadat
4196a1378f
Update Canal to v3.7.3
2019-06-20 10:51:15 +01:00
Peter Rifel
79474ffc0b
Upgrade AWS VPC CNI provider to 1.5.0
...
Released a few days ago: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.0
2019-06-07 16:33:55 -07:00
liranp
80020052d3
feat(spotinst): new instance group type: ocean
2019-06-03 12:38:46 +03:00
asincu
010942c8ea
Upgrade Calico to 3.7.2
2019-05-22 15:21:51 -07:00
Kashif Saadat
3b9305f002
Canal v3.7.2 for k8s v1.12+
2019-05-13 14:57:42 +01:00
Justin SB
9f2b671a9a
Include aws-cloud-provider roles in 1.15
...
We consider it part of the storage configuration for AWS now.
Upstream change: https://github.com/kubernetes/kubernetes/pull/66635
2019-05-09 02:03:21 -04:00
Kashif Saadat
4b40a24695
Canal manifest updates for k8s v1.12+
2019-04-24 17:37:28 +01:00
Peter Rifel
152f3a85b8
Update aws-iam-authenticator image to 0.4.0
...
See https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.4.0
2019-04-22 14:38:47 -07:00
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