Commit Graph

5315 Commits

Author SHA1 Message Date
Ciprian Hacman f95ef569a1
Release 1.24.0-beta.1 (#13730) 2022-06-04 07:10:20 -07:00
Kubernetes Prow Robot 5f9437837f
Merge pull request #13728 from hakman/hetzner_csi
Add CSI driver for Hetzner
2022-06-04 03:36:21 -07:00
Ciprian Hacman 275c92e13a Add CSI driver for Hetzner 2022-06-04 11:19:17 +02:00
Moshe Shitrit 48450a8abb hack/update-expected 2022-06-03 21:05:10 -04:00
Moshe Shitrit 4a74ff7a67 bump aws cni to 1.11.2 2022-06-03 21:01:28 -04:00
Kubernetes Prow Robot f17ed52ec5
Merge pull request #13716 from zetaab/updateccm
update openstack ccm + csi
2022-06-02 11:24:11 -07:00
Peter Rifel 5c8e34f669
Migrate EBS CSI images back to registry.k8s.io 2022-06-02 11:34:30 -05:00
Jesse Haka 9fe1994d99 update openstack ccm + csi 2022-06-02 08:44:38 +03:00
Gene Kuo 7b7ce3167f Update gophercloud to v0.25.0
This commit updates gophercloud to newest v0.25.0 release. The
SOURCE_IP_PORT LB method is also updated to the reference in the new
release in align with ROUND_ROBIN.
2022-05-31 20:45:03 +09:00
Ole Markus With 77ebba84b8 Add support for configuring which metrics cilium will export 2022-05-26 09:33:19 +02:00
Kubernetes Prow Robot 4c8523a93f
Merge pull request #13672 from hakman/calico-3.23.1
Update Calico and Canal to v3.23.1
2022-05-25 19:05:22 -07:00
Gene Kuo 17d2f081b6 Fix kops update for OpenStack with LB
In the last PR to support OVN provider for LB, listener will refer to
load balancer provider for ACL settings. While currently get listener
API returns empty Pools, which will cause nil pointer dereference when
referring Pool.Loadbalancer.Provider.

This commit fix this issue by getting pool information with
DefaultPoolID when Pools is empty. As I added GetPool function, the
origin GetPool function is renamed to GetPoolMember.
2022-05-25 23:32:54 +09:00
Ciprian Hacman 01b0e5a3de Update Canal to v3.23.1 2022-05-23 18:46:56 +03:00
Ciprian Hacman 1c644ecebb Update Calico to v3.23.1 2022-05-23 18:46:56 +03:00
Gene Kuo 37beb4b73d Add Support for OVN Load Balancer
OVN load balancer in OpenStack only supports SOURCE_IP_PORT as load
balancer method. This commits add support for OVN Octavia provider by

- Use SOURCE_IP_PORT as load balancer method when LB provider is OVN
- Disable allowed CIDR when LB provider is OVN
2022-05-23 23:49:00 +09:00
Ole Markus With 7981f6fa25 Bump coredns to 1.8.6 2022-05-22 09:30:02 +02:00
Ciprian Hacman 97b5795edb
Release 1.24.0-alpha.5 (#13675) 2022-05-21 09:10:00 -07:00
Kubernetes Prow Robot 8c6e3df00c
Merge pull request #13673 from olemarkus/external-dns-124
Bump external-dns to 0.11.0
2022-05-21 07:06:00 -07:00
Kubernetes Prow Robot 639a16f044
Merge pull request #13674 from olemarkus/metrics-server-bump-124
Bump metrics-server to 0.6.1
2022-05-21 06:24:01 -07:00
Ole Markus With ddfaec0c7e Bump external-dns to 0.11.0 2022-05-21 14:41:29 +02:00
Ole Markus With 32d453f560 Bump metrics-server to 0.6.1 2022-05-21 14:33:50 +02:00
Ole Markus With 6471f2ce0b Bump EBS CSI driver to 1.6.2 2022-05-20 21:46:47 +02:00
Kubernetes Prow Robot 39f566edbf
Merge pull request #13666 from olemarkus/cilium-bump-124
Bump Cilium to 1.11.5
2022-05-18 16:24:14 -07:00
Kubernetes Prow Robot f89c2e810e
Merge pull request #13665 from olemarkus/aws-lbc-124
Bump Load Balancer Controller to 2.4.1
2022-05-18 16:24:06 -07:00
Ole Markus With 2d50b9ff2c Bump Cilium to 1.11.5
Since this introduced some backwards breaking RBAC changes, the manifest got forked
2022-05-18 21:44:19 +02:00
Ole Markus With e2f35415d8 Bump Load Balancer Controller to 2.4.1 2022-05-18 21:08:41 +02:00
Ole Markus With f849ea01c9 Bump EBS CSI driver to 1.6.1 2022-05-18 20:46:47 +02:00
Kubernetes Prow Robot 7a90131d54
Merge pull request #13567 from HealthEngineAU/cert-manager-nameservers
Add a nameservers parameter for cert-manager.
2022-05-18 00:28:53 -07:00
Kubernetes Prow Robot 0b9955f430
Merge pull request #13656 from zetaab/fixcommandnodeselector
Set nodeSelector and command to null
2022-05-17 23:43:07 -07:00
Jim Barber 0fa178106a Add a nameservers parameter for cert-manager
Provide a way to override the pod's list of DNS nameservers to use so
that split-view DNS zones still work for things like DNS01 challenges.
Without this the DNS TXT records are searched for in the private DNS
zone instead of the public one and the challenge will never succeed.
2022-05-18 13:23:26 +08:00
Steven E. Harris a1495ac4c8
Allow the AWS LB Controller to use WAFs
By introducing a few new fields within the Cluster spec's
"awsLoadBalancerController" field, allow users to enable the AWS Load
Balancer Controller to associate WAFs with EC2 Application Load
Balancers (ALBs). It's possible to enable separately use of two kinds
of WAF: WAF Classic and the never version 2-era WAF, the latter of
which bears no distinguishing name.

Retain our default configuration of the AWS Load Balancer Controller
in which this capability remains disabled via command-line flags,
overriding the controller program's enabling of this capability by
default.

Signed-off-by: Steven E. Harris <seh@panix.com>
2022-05-16 12:20:28 -04:00
Jesse Haka a5c9dddc48 fix test data 2022-05-15 23:30:41 +03:00
Jesse Haka c050c49ac8 set nodeselector null 2022-05-15 23:30:00 +03:00
Jesse Haka 40a5fc94ec set nodeselector + command to null 2022-05-15 23:30:00 +03:00
Ciprian Hacman 65b6d27e67 Allow editing clusters with Hetzner 2022-05-15 11:35:29 +03:00
Ciprian Hacman 3dba71b92d Use Calico v3.21 with older versions of k8s 2022-05-14 10:17:17 +03:00
Ciprian Hacman 6435c3d69f Add missing pieces from Calico v3.23 manifests 2022-05-14 10:17:17 +03:00
srikiz 53af129f41 add do csi driver 2022-05-13 00:50:36 +05:30
Kubernetes Prow Robot 2d8ecad40e
Merge pull request #13600 from Obmondo/feat/awscsi-pod-annotation
add annotation support to aws-ebs-csi pods
2022-05-12 10:43:14 -07:00
avish42 638ab6c8c7 add annotation support to aws-ebs-csi pods 2022-05-12 22:23:55 +05:30
Ciprian Hacman 25ad2cfdb8 Update runc to v1.1.2 2022-05-12 18:59:18 +03:00
Ciprian Hacman 68469601cd
Release 1.24.0-alpha.4 (#13631) 2022-05-11 02:36:52 -07:00
Kubernetes Prow Robot 6eec5fca0f
Merge pull request #13629 from hakman/hetzner
Add load balancer support for Hetzner
2022-05-11 01:44:52 -07:00
Kubernetes Prow Robot b9f2aacaa3
Merge pull request #13547 from rifelpet/karpenter082
Upgrade Karpenter to 0.10.0
2022-05-10 23:46:53 -07:00
Ciprian Hacman fcb6ac3834 Add load balancer support for Hetzner 2022-05-11 09:44:46 +03:00
Kubernetes Prow Robot 43b2eb0a66
Merge pull request #13628 from zak905/issue_13627_
[DigitalOcean]: make droplet image constant when building droplet in for fitask
2022-05-10 22:56:52 -07:00
Peter Rifel ef3a96558f Update Karpenter to v0.10.0
./hack/update-expected.sh

Use default dns policy for webhook

Fix webhook svc target port

Fix provisioner to only contain launchTemplate
2022-05-11 07:25:36 +02:00
Kubernetes Prow Robot b9944bea51
Merge pull request #13624 from hakman/muliple_alternate_names
Allow returning multiple addresses for API
2022-05-10 08:29:44 -07:00
zak905 da581fceab [DigitalOcean]: make droplet image constant when building droplet in for fitask 2022-05-10 11:45:49 +02:00
Ciprian Hacman f221f4384e Update Canal to v3.23.0 2022-05-10 11:14:32 +03:00