Commit Graph

1358 Commits

Author SHA1 Message Date
Justin SB 4aa2498203
Rationalize deserialiation code
Put it all through kopscodecs.Decode, so that we can rewrite the API
group more easily in a subsequent PR.
2018-12-21 13:59:50 -05:00
Justin SB 26bd75aecb
Bulk spelling fixes
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -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 a4719388d7 fix: update bootstrapchannelbuilder 2018-11-29 15:59:42 -08:00
mikesplain 6b44333ac5 Update amazon cni to 1.3.0 2018-11-28 17:01:31 -05:00
Justin Santa Barbara 9a8100f74b Add a1 and c5n instance types
* Updated vpc_ip_resource_limits
* Ran `make update-machine-types`
2018-11-27 06:57:10 -05:00
k8s-ci-robot 0c8e5579f2
Merge pull request #6058 from ripta/max-pods
Set MaxPods when using Amazon VPC CNI Plugin
2018-11-26 12:39:12 -08:00
Jared Allard e0fb2462ee
chore: gofmt 1.10 2018-11-26 09:28:57 -08:00
Ripta Pasay 7ca6ddc9e0 Replace MaxPods in machine type data with InstanceENIs and InstanceIPsPerENI 2018-11-25 22:35:25 +00:00
Ripta Pasay 37b7d0b020 Regenerate machine types 2018-11-25 20:45:33 +00:00
Ripta Pasay c2d82abd88 Calculate max pods based on Amazon VPC CNI plugin library 2018-11-25 20:45:33 +00:00
Jared Allard 19811d9759
chore(tests): fix them up 2018-11-24 17:03:50 -08:00
Jared Allard 49ceb0a8dc
feat: fix tests and ref link in apply_cluster 2018-11-24 16:17:32 -08:00
Jared Allard b36fda8e39
chore: ./hack/update-bazel.sh 2018-11-24 15:58:26 -08:00
Jared Allard beb78dd7e3
feat: set anonymousAuth to false on clusters >1.10, and recommend it on upgrade 2018-11-24 15:55:22 -08: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
Justin SB be04f8b7c4
Updated generated machine_types 2018-11-18 21:03:55 -05:00
k8s-ci-robot 5500a03d62
Merge pull request #6082 from j00p34/master
add SSL certificate ARN to Terraform output
2018-11-18 15:30:47 -08:00
Justin SB fbcf95f611
Bump version of amazon-vpc-cni in bootstrapchannelbuilder
We need to bump this version whenever we change the manifest, to
ensure that updates are actually applied.  Bump it to catch up.
2018-11-18 14:29:15 -05:00
k8s-ci-robot 4094e892f3
Merge pull request #6056 from KierranM/batch-asg-requests
Request AWS ASGs in batches
2018-11-17 13:49:23 -08:00
Alex Williams 18ed48e99b
Remove trailing comma from from k8s-1.7-v3.yaml.template 2018-11-16 13:41:18 +00:00
Timothy van Zadelhoff 2388bdb7ef add SSL certificate ARN to Terraform output 2018-11-15 16:21:01 +01:00
Casey Davenport 4c5f52b867 Update Calico to v3.3.1 2018-11-14 14:40:29 -08:00
k8s-ci-robot bac89b8de5
Merge pull request #5102 from tmjd/calico-v3-upgrade
Calico v3 upgrade
2018-11-13 12:55:18 -08:00
Kierran McPherson 0be767a90a Request AWS ASGs in batches
Signed-off-by: Kierran McPherson <kierran.mcpherson@xero.com>
2018-11-10 11:10:54 +13:00
Justin SB d8a80a79ee
Bump kopeio-networking to latest version
Also add the RBAC permissions needed for operation on GCE.
2018-11-09 00:40:24 -05:00
k8s-ci-robot 1c3acbe694
Merge pull request #6030 from spotinst/fix-aws-sg-find
Spotinst: Attempt to find a Security Group even without a VPC ID
2018-11-08 11:15:48 -08:00
Erik Stidham 3da3b415e0 Adding Calico V3
- Add Calico configuration field to specify MajorVersion
- Add Calico V3 manifest
- Default new installations to Calico V3
  - Set etcd to V3 when calico is specified for networking
- Validate that etcd is V3 when Calico MajorVersion is v3
- Using Calico v3.2.1
2018-11-07 14:00:54 -06:00
Chris Phillips 9755318db9 update lyft cni plugin to 0.4.2 2018-11-07 08:08:44 -08:00
Chris Phillips 153dd977df log when using the env var to override plugin url 2018-11-07 08:08:44 -08:00
Chris Phillips cdeeb3704b allow overriding the cni plugin download url 2018-11-07 08:08:44 -08:00
Chris Phillips 2b9a56f8e6 rename to LyftVPC. Removes all the settings from the NetworkingSpec 2018-11-07 08:08:44 -08:00
Chris Phillips 3ec470b240 apimachinery and updated BUILD.bazel for cni-ipvlan-vpc-k8s 2018-11-07 08:08:13 -08:00
Chris Phillips 3a8078763a Adds support for Lyft's cni-ipvlan-vpc-k8s
https://github.com/lyft/cni-ipvlan-vpc-k8s

This cni solution is slightly different in that it doesn't require running a daemonset

It requires:
  * a config file in /etc/cni/net.d
  * the binaries in /opt/cni/bin
  * adding the --node-ip param to the kubelet

This code is modeled after the AmazonVPC cni bits.

I've left the setup of the required subnets as an exercise to the reader.
2018-11-07 08:08:13 -08:00
k8s-ci-robot 560a0a2a40
Merge pull request #6043 from bboreham/weave-net-2-5
Update Weave Net to version 2.5.0
2018-11-06 07:11:41 -08:00
Liran Polak fdd8a30841 fix: vpc.id null check 2018-11-05 21:46:32 +02:00
Bryan Boreham c649312a4a Update Weave Net to version 2.5.0
This release adds support for Kubernetes `hostPort` mapping and the
`ipBlock` NetworkPolicy feature, plus many other improvements.

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

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2018-11-05 17:29:03 +00:00
Kashif Saadat 1ada8a98e5 Canal v3.3.0 for Kubernetes v1.12+ 2018-11-02 15:47:37 +00:00
Liran Polak 9b37ddff12 fix: find security group without vpc id 2018-11-01 01:43:00 +02:00
k8s-ci-robot bf20f4deed
Merge pull request #6004 from errordeveloper/master
Separate subnet utils into a standalone package
2018-10-27 08:37:14 -07:00
k8s-ci-robot f7a0b38610
Merge pull request #5985 from rajansandeep/1.2.4
Bump CoreDNS version to 1.2.4 and update manifest
2018-10-27 07:52:24 -07:00
Ilya Dmitrichenko 17a2c47495
Separate subnet utils into a standalone package 2018-10-26 12:01:47 +01:00
Rongxiang Song 3847082704 fix typo in log 2018-10-24 16:27:29 +08:00
k8s-ci-robot 9078a23561
Merge pull request #5946 from jhohertz/cni-taint-tolerations
More CNI toleration for tainted nodes.
2018-10-23 04:02:35 -07:00
Sandeep Rajan b6b6c6661c bump version to 1.2.4 and update manifest 2018-10-22 10:44:34 -04:00
Ariel Mashraki 7dca8a78d2 terraform: Fix resource formatting for IPv6 CIDRs
Solved #5976
2018-10-20 15:58:42 +03:00
Justin Santa Barbara 30e2adcf92 Mark release 1.11.0-alpha.1 2018-10-16 11:59:12 -04:00
k8s-ci-robot 1fbc6331c6
Merge pull request #5922 from spotinst/feature-spotinst-aws
New integration: Spotinst
2018-10-15 09:26:13 -07:00