John Gardiner Myers
9ced296724
AWS and GCP always use external CCM
2023-09-04 15:54:16 -07:00
John Gardiner Myers
daf3d0808c
Update IAM builder tests to use external CCM
2023-09-04 15:54:05 -07:00
John Gardiner Myers
47b1c37069
Remove code for disabling AWS EBS CSI driver
2023-09-04 15:43:23 -07:00
Kubernetes Prow Robot
ccb39750d0
Merge pull request #15860 from johngmyers/remove-23
...
Remove support for Kubernetes 1.23
2023-09-03 23:23:48 -07:00
Kubernetes Prow Robot
f61939b1e2
Merge pull request #15848 from justinsb/warmpool_tweaks
...
Fix warmpool to expose dependencies for dependency analysis
2023-09-03 20:37:47 -07:00
John Gardiner Myers
b3908e592c
Remove support for Kubernetes 1.23
2023-09-03 16:22:18 -07:00
Ciprian Hacman
9caf0b2662
Release 1.29.0-alpha.0 ( #15858 )
2023-09-02 23:19:12 -07:00
Ciprian Hacman
db8b0f32f9
Release 1.28.0-beta.1 ( #15855 )
2023-09-02 21:29:12 -07:00
John Gardiner Myers
0d43b66e56
Use cluster-autoscaler 1.28.0 on k8s 1.28+
2023-08-31 17:21:17 -07:00
justinsb
f5c2f2bcba
Fix warmpool to expose dependencies for dependency analysis
...
We should populate the AutoscalingGroup field, so that it can be used
by dependency analysis.
2023-08-31 13:08:08 -04:00
Ciprian Hacman
17d313e89f
Allow custom service account issuer without public bucket
2023-08-31 16:37:33 +03:00
Ciprian Hacman
68ce4c800e
aws: Add dependency on additional network cidrs for subnets
2023-08-31 11:15:10 +03:00
John Gardiner Myers
cd32e76a50
Use AWS CCM 1.28.1 on k8s 1.28+
2023-08-22 17:07:10 -07:00
Kubernetes Prow Robot
73159cd6f5
Merge pull request #15670 from johngmyers/aws-ccm
...
Fix AWS CCM defaults for IPAM to match KCM
2023-08-16 07:22:27 -07:00
zadjadr
0ea7e55f25
Add missing security groups for cilium etcd
2023-08-11 13:47:15 +02:00
Marco Palmisano
6a7723176d
fix: fixed an edge case with setting NodePort access in Hetzner Cloud
2023-08-10 16:17:28 +02:00
John Gardiner Myers
edac43faed
Release 1.28.0-alpha.2 ( #15758 )
2023-08-09 21:13:26 -07:00
John Gardiner Myers
37be4741e1
hack/update-expected.sh
2023-08-09 18:12:37 -07:00
John Gardiner Myers
688097bd85
Remove unnecessary data from userdata
2023-08-09 18:12:37 -07:00
John Gardiner Myers
0f36b1344e
hack/update-expected.sh
2023-08-09 18:12:37 -07:00
Kubernetes Prow Robot
dc2db03de2
Merge pull request #15715 from johngmyers/nodeup-cloudconfig
...
Remove references to cloudconfig-related fields from ClusterSpec in nodeup
2023-08-08 22:03:50 -07:00
Ciprian Hacman
60b0fee1e0
aws: Add instance group tag to subnets only with Karpenter
2023-08-05 07:50:24 +03:00
Kubernetes Prow Robot
ba7b4e716a
Merge pull request #15730 from zadjadr/feature/cilium-13
...
Bump cilium to v1.13.5
2023-08-04 07:44:23 -07:00
Kubernetes Prow Robot
29aa8257f4
Merge pull request #15737 from hakman/azure_nat_gateway
...
azure: Add support for NAT gateway
2023-08-03 21:42:20 -07:00
Ole Markus With
a0d67fc475
Bump cilium to 1.13.5
...
Bump to Cilium 1.14.0
hack/update-expected.sh
2023-08-03 21:03:56 +02:00
Jesse Haka
e3bcb1f195
OpenStack: add server group name override annotation ( #15735 )
...
* OpenStack: add server group name override annotation
* use retries to listinstances
* add support for multiple clusters in same tenant
* run hack-expected.sh
* add test for serverGroupName annotation
* use retry
2023-08-03 00:04:20 -07:00
Ciprian Hacman
d382b0e44f
azure: Add support for NAT gateway
2023-08-03 07:12:51 +03:00
Kubernetes Prow Robot
12b6991ad3
Merge pull request #15677 from hakman/azure_application_security_groups
...
azure: Add support for application security groups
2023-07-30 07:32:02 -07:00
Ciprian Hacman
10fa740e3d
azure: Add support for application security groups
2023-07-30 14:40:14 +03:00
John Gardiner Myers
93bc577488
Remove code for unsupported k8s version
2023-07-29 05:08:38 -07:00
John Gardiner Myers
11069febb1
Fix AWS CCM defaults for IPAM to match KCM
2023-07-29 04:50:42 -07:00
John Gardiner Myers
ed9883651c
Remove references to Openstack ClusterSpec fields from nodeup
2023-07-29 04:42:07 -07:00
Kubernetes Prow Robot
a8fa8952ba
Merge pull request #15647 from johngmyers/nodeup-protokube
...
Remove more references to ClusterSpec fields from nodeup
2023-07-29 00:01:59 -07:00
Kubernetes Prow Robot
b29714a98c
Merge pull request #15708 from justinsb/gce_multi_lbs
...
gce load balancers: set LoadBalancingScheme to EXTERNAL explicitly
2023-07-28 23:13:59 -07:00
Kubernetes Prow Robot
fd131bc730
Merge pull request #15706 from johngmyers/upgrade-ccm
...
Upgrade AWS CCM
2023-07-28 22:22:00 -07:00
justinsb
7bc5a71773
gce load balancers: set LoadBalancingScheme to EXTERNAL explicitly
...
This avoids a spurious change being printed, and is more correct - we
actually want this to be external (vs nil, which implicitly means
"don't care").
2023-07-29 08:15:29 +03:00
justinsb
3cce79d4e4
gce: Refactor resource labeling
...
Create a more strongly-typed label object and use it when labeling
cluster resources.
2023-07-28 23:48:41 -04:00
justinsb
fb8e80e3f5
gce: Set labels on ForwardingRules
...
We add the cluster-name label, now that labels are supported on
ForwardingRules.
2023-07-28 23:48:41 -04:00
John Gardiner Myers
fc8c19ea74
Update pkg/model/components/awscloudcontrollermanager.go
...
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2023-07-28 13:39:06 -07:00
Kubernetes Prow Robot
223b66c3f7
Merge pull request #15666 from johngmyers/nth
...
Enable NTH by default on AWS
2023-07-28 11:55:42 -07:00
John Gardiner Myers
3d100d1921
hack/update-expected.sh
2023-07-28 08:27:31 -07:00
John Gardiner Myers
845fb8880a
Upgrade AWS CCM
2023-07-28 06:39:20 -07:00
John Gardiner Myers
4e47ae5705
Upgrade cluster-autoscaler
2023-07-28 02:59:30 -07:00
John Gardiner Myers
3756bdad5b
v1alpha3: Move secretStore and keyStore uder configStore
2023-07-22 16:04:24 -07:00
John Gardiner Myers
57b0d8e9cd
v1alpha3: Move configBase to configStore.base
2023-07-22 15:57:35 -07:00
Kubernetes Prow Robot
dbba2ae410
Merge pull request #15678 from johngmyers/no-configstore
...
v1alpha3: remove redundant ConfigStore
2023-07-22 00:32:07 -07:00
Kubernetes Prow Robot
b7f017b016
Merge pull request #15565 from justinsb/symlink_approach_2
...
etcd-manager: support symlinking versions
2023-07-20 23:40:07 -07:00
John Gardiner Myers
6836673cca
Stop using redundant configStore setting
2023-07-20 19:10:21 -07:00
John Gardiner Myers
9b64707159
Ignore no-longer-used topology fields in ClusterSpec
2023-07-19 08:48:38 -07:00
John Gardiner Myers
1c0b75ae99
hack/update-expected.sh
2023-07-18 22:21:05 -07:00