Kubernetes Prow Robot
a051af8dc0
Merge pull request #10564 from bjhaid/master
...
Make cluster proportional autoscaler image configurable.
2021-01-15 11:03:52 -08:00
Ciprian Hacman
bb787d3075
Release 1.20.0-alpha.1
2021-01-15 15:29:55 +02:00
liranp
f5cb758d55
feat(spot/addon): bump ocean-controller to 1.0.70
2021-01-13 15:08:43 +02:00
bjhaid
f299566822
Make cluster proportional autoscaler image configurable.
...
Similar to how we can configure coreDNS image we will like to configure
cluster Proportional autoscaler so we can use our internal docker
registry rather than gcr.io.
2021-01-12 13:30:42 -06:00
Ole Markus With
f5ae5f8808
AWS CSI driver
2021-01-12 07:09:10 +01:00
Kubernetes Prow Robot
695be2666c
Merge pull request #10281 from dntosas/cluster-autoscaler-improvements
...
[addons/CA] Add support for specifying resources and metrics
2021-01-11 12:16:26 -08:00
dntosas
56fe4bab24
[addons/CA] Add support for specifying resources and metrics
...
- Resources
We enable users to set their desired capacity for cluster-autoscaler addon.
There are edge cases, especially in big clusters, where autoscaler needs
to reconcile a large number of objects thus may need increased memory or
increased cpu to avoid saturation.
- Metrics
Cluster autoscaler provides valuable insights for monitoring capacity
allocation and scheduling aspects of a cluster. In this commit, we
add proper annotation on deployment to enable Prometheus scrape metrics.
We also bump patch version of container images.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-01-11 20:53:08 +02:00
Ole Markus With
4d2eca199f
Remove node-authorization
2021-01-11 18:59:45 +01:00
Ciprian Hacman
7c2dc634ec
Update kube-router to v1.1.1
2020-12-30 09:08:35 +02:00
Ciprian Hacman
41d74903e3
Use containerd.sock for AmazonVPC CNI with containerd
2020-12-27 17:35:52 +02:00
liranp
784db66fae
feat(spot/addon): bump ocean-controller to 1.0.69
2020-12-22 01:44:43 +02:00
Akshansh Gupta
830fef7959
addons(cluster-autoscaler): Add newPodScaleUpDelay in clusterAutoscaler spec
2020-12-19 14:30:18 +05:30
Kubernetes Prow Robot
ef8c36999a
Merge pull request #10404 from seh/allow-use-of-calico-vxlan-backend
...
Calico: Allow operators to choose which encapsulation mode to use
2020-12-18 10:54:25 -08:00
Steven E. Harris
f0f45b71fd
Allow use of Calico's VXLAN networking backend
...
Introduce a new "encapsulationMode" field in Calico's portion of the
Cluster specification to allow switching between the the IP-in-IP and
VXLAN encapsulation protocols. For now, we accept the values "ipip"
and "vxlan," and forgo a possible "none" value that would disable
encapsulation altogether (at least for the default Calico IP pool).
Augment the default-populating procedure for Calico to take this field
into account when deciding both which networking backend to use and
whether to use IP-in-IP or VXLAN encapsulation for the default IP
pool. Note that these values supplied for the "CALICO_IPV4POOL_IPIP"
and "CALICO_IPV4POOL_VXLAN" environment variables in the "calico-node"
DaemonSet pod spec only matter for creating the "default" IPPool pool
object when no such objects already exist.
Generalize the documentation for the "crossSubnet" field to cover
environments more broad than just AWS, as Calico can employ this
selective encapsulation in any environment in which it can detect
boundaries between subnets.
2020-12-18 10:55:11 -05:00
Kubernetes Prow Robot
ff5c8f03de
Merge pull request #10442 from hakman/calico-ignore-loose-rpf
...
Allow Calico to run on systems with loose reverse path forwarding
2020-12-18 03:36:25 -08:00
MoShitrit
2e6e8515a4
Bump AWS-CNI to version 1.7.8
2020-12-17 10:02:15 -05:00
liranp
f4a99db10f
fix(spot/addon): schedule controller to linux nodes only
2020-12-17 15:12:19 +02:00
Ciprian Hacman
25db4eb012
Allow Calico to run on systems with loose reverse path forwarding
2020-12-17 14:15:38 +02:00
Kubernetes Prow Robot
ad208cc3be
Merge pull request #10414 from avdhoot/expose-metrics-Calico
...
Expose metrics port when PrometheusMetricsEnabled set to true in Calico
2020-12-14 21:31:48 -08:00
MoShitrit
f2bb2e587c
Bump aws-cni to 1.7.7
2020-12-12 01:03:02 -05:00
avdhoot
7e31c06f30
Correct default TyphaPrometheusMetricsPort
2020-12-12 08:53:30 +05:30
avdhoot
f9d5ce04a6
This will expose metrics port when PrometheusMetricsEnabled set to true
2020-12-12 08:43:45 +05:30
Ciprian Hacman
ab9d30a015
Order by name fields in CalicoNetworkingSpec
2020-12-11 18:23:49 +02:00
Ciprian Hacman
c13d4a194c
Update Calico to v3.17.1
2020-12-11 18:21:54 +02:00
Ciprian Hacman
372fde0949
Allow override of registry and tag for Calico images
2020-12-11 16:22:09 +02:00
Ole Markus With
75d4e2b897
Remove resource limits from cluster autoscaler
2020-12-06 13:36:06 +01:00
Ole Markus With
1ae09e86a5
Add minimal cert-manager addon
2020-12-04 21:52:07 +01:00
Kubernetes Prow Robot
443567426e
Merge pull request #9704 from nckturner/aws-cloud-controller
...
Add aws-cloud-controller-manager config to addons
2020-12-02 12:17:00 -08:00
Timo Reimann
492b4a61e3
Update DigitalOcean cloud-controller-manager to v0.1.30
...
This changes bumps DigitalOcean's cloud-controller-manager to version
0.1.30 which brings a number of new features.
2020-12-02 18:11:52 +01:00
MoShitrit
59e2b8357b
Bump aws-vpc-cni version to 1.7.6
2020-12-01 22:20:38 -05:00
Nick Turner
c9feb36f3f
Add aws-cloud-controller-manager config to addons
...
- Config at aws-cloud-controller.addons.k8s.io/k8s-1.18.yaml.template
- AWSCCMTag function for CCM image tag
2020-11-30 01:35:07 -08:00
Ciprian Hacman
8b9fb1ffe8
Update Calico to v3.17.0
2020-11-24 08:17:23 +02:00
Kubernetes Prow Robot
064e39299b
Merge pull request #10295 from hakman/master-1.19.0-beta.2
...
Update kOps version after 1.19.0-beta.2 release
2020-11-22 11:31:34 -08:00
Ciprian Hacman
338fb43f8b
Update kOps version after 1.19.0-beta.2 release
2020-11-22 08:10:50 +02:00
dntosas
b7a2d0a1b1
[weave] Add support for default version override
...
In this commit, we enable users to override default version
of networking/Weave specs.
Signed-off-by: dntosas <ntosas@gmail.com>
2020-11-20 14:26:50 +02:00
Kubernetes Prow Robot
454ffddcb1
Merge pull request #10239 from johngmyers/kops-controller-domain
...
Use separate domain for kops-controller bootstrap
2020-11-17 23:24:04 -08:00
Ole Markus With
2659a30280
Make get instances respect needs-update annotation
...
Make it possible for addons to set needs-update annotation
Use onDelete update strategy for cilium and set needs-update annotation
Rename node roles
2020-11-16 08:26:17 +01:00
John Gardiner Myers
046a64cb19
Use separate domain for kops-controller bootstrap
2020-11-14 12:14:34 -08:00
Kubernetes Prow Robot
74c7a7a75d
Merge pull request #10215 from zetaab/specimage
...
Allow to use custom csi plugin image and enable topology support
2020-11-11 02:15:48 -08:00
Ciprian Hacman
3e8770f763
Update kOps version after 1.19.0-beta.1 release
2020-11-11 10:15:39 +02:00
Jesse Haka
a8ed94b74f
Allow to use custom csi plugin image and enable topology support
2020-11-11 09:50:08 +02:00
Marcos Soutullo Rodriguez
9d6479fbba
Mount the whole /etc/ssl/certs directory for k8s-ec2-srcdst ( #10169 )
...
* Fix: Mount the whole `/etc/ssl/certs` directory for k8s-ec2-srcdst deployment.
Signed-off-by: Marcos Soutullo Rodriguez <marcos.soutullo@vodafone.com>
* Fix: Retrospective change to mount all CA certificates in <k8s-1.16
* Apply suggestions from code review
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2020-11-04 22:12:53 -08:00
John Gardiner Myers
2ac17bee69
Remove code for no-longer-supported k8s releases
2020-10-29 16:45:53 -07:00
Kubernetes Prow Robot
fdc56efdff
Merge pull request #10126 from hakman/aws-vpc-cni-reset
...
Align AWS VPC CNI manifest with upstream
2020-10-28 05:23:56 -07:00
Ciprian Hacman
56fda317d4
Amazon VPC CNI - quote all keys and values
2020-10-28 12:31:46 +02:00
Ciprian Hacman
a36fa3f4e1
Amazon VPC CNI - update DaemonSet
2020-10-28 12:31:32 +02:00
Ciprian Hacman
46122cd12b
Amazon VPC CNI - rearrange DaemonSet
2020-10-28 12:31:32 +02:00
Ciprian Hacman
e6459e104f
Amazon VPC CNI - rearrange ClusterRole
2020-10-28 12:31:32 +02:00
Ciprian Hacman
14b33ae34c
Amazon VPC CNI - update ClusterRole
2020-10-28 12:31:28 +02:00
Kubernetes Prow Robot
5700af84ac
Merge pull request #10111 from javipolo/nodeLocalDnsCacheKubeDnsOnly
...
Add nodeLocalDNSCache.kubeDnsOnly option
2020-10-28 00:03:56 -07:00