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
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
k8s-ci-robot
3ce38ca674
Merge pull request #5987 from rochacon/patch-1
...
cilium: Fix Prometheus serve addr flag
2018-10-27 07:52:29 -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
k8s-ci-robot
32453888d9
Merge pull request #5950 from shrinandj/fix-calico-kube-controller
...
Mount etc-hosts in calico-kube-controller
2018-10-27 07:52:14 -07: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
Rodrigo Chacon
dc2b6bef07
cilium: Fix Prometheus serve addr flag
2018-10-22 23:58:12 -03:00
Sandeep Rajan
b6b6c6661c
bump version to 1.2.4 and update manifest
2018-10-22 10:44:34 -04:00
Justin Santa Barbara
30e2adcf92
Mark release 1.11.0-alpha.1
2018-10-16 11:59:12 -04:00
Shri Javadekar
fbad6a98df
Mount etc-hosts in calico-kube-controller
...
Testing done:
1. Verfied that when a new cluster is created, the `calico-kube-controllers` deployment bind mounts /etc/hosts from the host.
Refs #5934
2018-10-15 14:57:52 -07: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
Joe Hohertz
cae07120b1
More CNI toleration for tainted nodes.
2018-10-15 11:45:45 -04:00
Rohith
5a214c4cb6
- updating the manifest description at the top to indicate reverting to flannel v0.9.0
2018-10-15 09:43:02 +01:00
Liran Polak
7654a923f1
feature: new integration: spotinst
2018-10-14 11:37:31 +03:00
Rohith
9f526e9074
- reverting to flannel v0.9.0 due to issue https://github.com/coreos/flannel/issues/938
2018-10-12 22:13:50 +01:00
Rohith
5cf62dcda8
- fixing the versions by removing the deprecated apis
2018-10-12 19:22:50 +01:00
Rohith
87e587fa77
- removing the need for CALICO_IPV4POOL_CIDR environment variable
2018-10-12 13:59:52 +01:00
Rohith
19f50945f8
Canal v3.2.3
...
Adding the manifests for kubernetes >=1.9 to move to canal version 3.2.3. Admittedly I don't like the fact the users are unable to override or select the version of canal they wish to use, but as none of the networking spec have this feature i'm reluctant to add it. The PR upgrades kops cluster running kubernetes >=1.9.0 to canal v3.2.3
2018-10-12 13:29:03 +01:00
k8s-ci-robot
f4c1da63de
Merge pull request #5910 from gambol99/fix_canal_manifest
...
Canal Manifest Fix (Kubernetes >= v1.12.0)
2018-10-10 05:25:03 -07:00
Rohith
d1ea6ad028
Canal Manifest Fix (Kubernetes >= v1.12.0)
...
So the current canal manifest contains a 'description' field which as far as I can tell from the API documentation never existed (in apimachinery). Previous versions probably ignored the field but while testing v1.12.1 I noticed canal no longer deployed correctly due to the validation error. I've bumped the versions and removed the field from the manifest; this shouldn't have any impact on those already deployed, but as an alternative we could copy and paste 1.8 manifest, add an exclusion in the [bootstrapchannelbuilder.go](https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go#L685-L699 ) to use >1.8.0 <=1.12.0 etc and use new manifest for >=1.12.0 (if you get what i know :-))
Post removing the `description` field the networking works again ..
2018-10-10 11:49:10 +01:00
k8s-ci-robot
cd3de8ee9d
Merge pull request #5845 from bboreham/weave-241
...
Update Weave Net to version 2.4.1
2018-10-08 23:38:11 -07:00
k8s-ci-robot
7b4133c823
Merge pull request #5812 from arturo-c/weave
...
Add no_masq_local to weave network options.
2018-10-05 16:55:53 -07:00
Rohith
aa700961b5
- fixing up the prometheus metrics annotation to indicates a https scheme
2018-10-03 11:39:35 +01:00
Bryan Boreham
e940e5d416
Update Weave Net to version 2.4.1
...
Includes bug fixes to the deleted-node cleanup code.
Release notes https://github.com/weaveworks/weave/releases/tag/v2.4.1
Signed-off-by: Bryan Boreham <bryan@weave.works>
2018-09-28 08:29:47 +00:00
Rohith
d784db094a
- removing the liveness and readiness probes for now until i figure a better way of performing the rollout while not getting hit by the cluster validation code.
...
perhaps we could add a label no the master and control the deployment of the daemonset via the label.
2018-09-26 23:05:13 +01:00
Rohith
8c11ecf108
- adding the waitForCertificates method to wait for the certificates to arrive (this fixes the rollout on a in-place cluster)
2018-09-25 19:24:27 +01:00
Rohith
16904444b4
Node Authorizer Directory
...
- creating the directory incase it's not there, is fixes an issue on a rolling update
2018-09-25 19:24:07 +01:00
Arturo Contreras
c105541053
Autogen code for weave no_masq_local.
2018-09-21 13:26:53 -06:00
Arturo Contreras
e44572a40a
Add no_masq_local to weave options.
2018-09-21 10:29:56 -06:00
k8s-ci-robot
403a22a750
Merge pull request #5290 from ripta/avpc-k8s-1.8
...
Amazon VPC CNI: Kubernetes 1.8+ Manifests
2018-09-21 08:27:48 -07:00
Joe Hohertz
3f6df6fde6
Update tolerations in Amazon VPC CNI spec so the pods can run on all nodes
2018-09-18 13:24:16 -04:00
Joe Hohertz
46d36823c0
Update tolerations in Cilium spec so the pods can run on all nodes
2018-09-18 13:24:16 -04:00
Will Thames
142d71f33f
Update k8s-ec2-srcdst to v0.2.2
...
v0.2.2 fixes a bug where k8s-ec2-srcdst can crash on node deletion.
This crash causes SourceDestinationCheck to remain set to true on
nodes created after this check. Such nodes cannot talk to calico
destinations in the *same* subnet.
Fixes kubernetes/kubernetes#66432
2018-09-06 09:46:21 +10:00
Sandeep Rajan
0bdf97897f
update version and manifest
2018-08-30 14:51:43 -04:00
Justin Santa Barbara
4d216cb001
Release 1.10.0
2018-08-18 07:06:02 -04:00
Benjamin Goldberg
b080089a8c
AWS VPC Daemonset Correctly Tolerate Node Taints
2018-08-17 08:26:38 -05:00
andrewsykim
063ebca9de
upgrade DigitalOcean CCM to v0.1.7
2018-08-17 00:19:21 -04:00
k8s-ci-robot
5ec34189d9
Merge pull request #5608 from rajansandeep/updatedeployment
...
Update CoreDNS deployment
2018-08-15 10:02:00 -07:00
Sandeep Rajan
7a262f7e6f
update deployment
...
update version
2018-08-15 11:16:31 -04:00
k8s-ci-robot
5f13be3741
Merge pull request #5552 from brb/weave-2.4.0
...
Bump Weave Net to v2.4.0
2018-08-14 15:41:51 -07:00
k8s-ci-robot
15dc672b2a
Merge pull request #5595 from Andrey9kin/master
...
Enable weave network encryption for k8s 1.6
2018-08-14 14:10:47 -07:00
Rohith
42e48e5fcb
Node Authorizer Promethues Metrics
...
- adding the prometheus metrics annotations to the deployment
2018-08-13 14:13:38 +01:00
Andrey Devyatkin
3dc8020457
Missing {{- end }} statement
2018-08-10 16:06:50 +01:00
Andrey Devyatkin
ffe8824f42
Enable weave network encryption for k8s 1.6
...
Signed-off-by: Andrey Devyatkin <andrey.a.devyatkin@gmail.com>
2018-08-10 14:12:53 +01:00
Martynas Pumputis
6026498e4b
Bump Weave Net to v2.4.0
...
- New manifest for k8s 1.8.0 due to FileOrCreate mount type.
- RBAC for updating NetworkUnavailable node status.
- Dropped support for legacy NetworkPolicy (k8s pre-1.7).
Full changelog: https://github.com/weaveworks/weave/releases/tag/v2.4.0
2018-07-30 09:57:43 +02:00
Zivago Lee
f4002a2143
add wider tolerations to the kube-router daemonset
2018-07-26 00:35:39 -07:00
Justin Santa Barbara
9320948a8a
Mark 1.10.0-beta.1
2018-07-23 11:16:03 -04:00
k8s-ci-robot
56ccfac26d
Merge pull request #5317 from gambol99/node_registration
...
Node Authorization Service
2018-07-19 05:17:41 -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