Commit Graph

22339 Commits

Author SHA1 Message Date
Ciprian Hacman 49d1c45a15 Add node image prefix 2025-06-18 20:37:44 +03:00
Ciprian Hacman 3d5da8f3c4 hack/update-expected.sh 2025-06-18 20:26:34 +03:00
Ciprian Hacman 074db8729f chore: Bump node images 2025-06-18 20:13:17 +03:00
Kubernetes Prow Robot a016eb797d
Merge pull request #17443 from rifelpet/register-schedulable
Remove --register-unschedulable kubelet flag
2025-06-18 06:50:53 -07:00
Peter Rifel 2386a76f76
./hack/update-expected.sh 2025-06-18 05:41:56 -07:00
Peter Rifel 9f7a75333a
Remove --register-schedulable kubelet flag in 1.34+ 2025-06-18 05:41:42 -07:00
Peter Rifel 5f0025b74c
./hack/update-expected.sh 2025-06-18 05:39:39 -07:00
Peter Rifel 477c4f3875
Add integration tests for 1.33 and 1.34 2025-06-18 05:39:30 -07:00
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW fa2006d79a
feat: prevent systemd-networkd from removing Cilium routes on restart
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW <mostafa.hussein91@gmail.com>
2025-06-18 16:25:22 +04:00
Kubernetes Prow Robot d424dad97c
Merge pull request #17442 from mohiuddin-khan-shiam/master
Makefile: correct .PHONY casing
2025-06-18 01:54:53 -07:00
Kubernetes Prow Robot 5a787699af
Merge pull request #17441 from flopib/gce-no-mig-target-size-update
GCE: do not reset MIG target size on cluster updates
2025-06-18 00:28:50 -07:00
S. M. Mohiuddin Khan Shiam a08f34fa38 Makefile: correct .PHONY casing
The `channels-install` and `nodeup-install` rules were mistakenly declared with a lowercase `.phony` directive.
Only the uppercase special target `.PHONY` tells GNU make to run the rule unconditionally; with the typo, the targets could be skipped if files named `channels-install` or `nodeup-install` existed, breaking local builds or CI.

This patch capitalises the directive:

* `.PHONY: channels-install`
* `.PHONY: nodeup-install`

Restores proper phony-target behaviour and guarantees reliable installation of the `channels` and `nodeup` binaries.
2025-06-18 01:58:05 +06:00
Flo Piboubès 4763344951 GCE: do not reset MIG target size on cluster updates 2025-06-17 15:25:02 +02:00
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW babe2008c4
feat: support systemd config on Ubuntu 22.04+ for Amazon VPC CNI
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW <mostafa.hussein91@gmail.com>
2025-06-14 08:12:15 +04:00
Kubernetes Prow Robot d19b006c72
Merge pull request #17436 from rifelpet/sg-panic
Ensure only owned security groups are deleted
2025-06-13 03:20:57 -07:00
Flo Piboubès 804d6a6065 Add test case for node labels and taints 2025-06-13 11:05:21 +02:00
Peter Rifel 8bd3104758
Ensure only owned security groups are deleted 2025-06-12 17:59:01 -05:00
Flo Piboubès eb6bc8544a Set node labels and taints as autoscaler env vars 2025-06-12 17:41:34 +02:00
Kubernetes Prow Robot 1c518ec1a9
Merge pull request #17411 from flopib/gce-tf-update-policy
Explicitly set update_policy on GCE instance group managers
2025-06-12 08:12:56 -07:00
Flo Piboubès bac6958e71
Code style improvement
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2025-06-12 16:15:37 +02:00
Kubernetes Prow Robot 1111716b42
Merge pull request #17432 from rifelpet/sg-panic
Fix panic when security group ID is not known
2025-06-12 02:44:56 -07:00
Flo Piboubès a86a0bfa61 Add nil checks for update policy values 2025-06-12 10:01:37 +02:00
Kubernetes Prow Robot b806afca12
Merge pull request #17431 from rifelpet/node-lifetime-doc
Add documentation on max node lifetime
2025-06-11 22:50:56 -07:00
Peter Rifel ca9fa29692
Fix panic when security group ID is not known 2025-06-11 22:55:00 -05:00
Peter Rifel 33a8df60c2
Add documentation on max node lifetime 2025-06-11 22:29:45 -05:00
Kubernetes Prow Robot b1081c48ab
Merge pull request #17430 from h3poteto/iss-17250/additional-security-groups
Re-enable additionalSecurityGroups for bastion LB
2025-06-08 13:28:23 -07:00
Tanel Mae baa4b8ea39
Uodate addons apply command documentation 2025-06-08 20:51:28 +03:00
AkiraFukushima b674f78c8e
Re-enable additionalSecurityGroups for bastion LB 2025-06-08 22:07:36 +09:00
Tanel Mae c26d2b1ba8
Fix toolbox addons apply command 2025-06-07 21:30:53 +03:00
Kubernetes Prow Robot 3630433cf3
Merge pull request #17426 from rifelpet/upgrade-minor
Fix minor version upgrade recommendations
2025-06-07 10:10:40 -07:00
Kubernetes Prow Robot a548be08d4
Merge pull request #17427 from rifelpet/calico-3294
Upgrade calico to 3.29.4
2025-06-07 08:20:38 -07:00
Peter Rifel 39293d69b6
./hack/update-expected.sh 2025-06-07 07:57:11 -04:00
Peter Rifel fb3e5cec14
Upgrade calico to 3.29.4 2025-06-07 07:47:50 -04:00
Peter Rifel 787f4f43e8
Fix minor version upgrade recommendations 2025-06-06 07:34:32 -04:00
Kubernetes Prow Robot 5dd2f468b4
Merge pull request #17410 from runitmisra/fix-cilium-cni-docs
[docs] fixed cilium cni exclusive topic placement
2025-06-02 01:10:38 -07:00
Ciprian Hacman 36d54b307b
Apply suggestions from code review
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2025-06-02 09:27:17 +03:00
Kubernetes Prow Robot fb63b1c801
Merge pull request #17383 from h3poteto/iss-17207
Remove securityGroupOverride validation for NLB
2025-05-29 08:04:18 -07:00
Gerd Aschemann 3fe038a1bf Create FloatingIP 2025-05-26 10:35:54 +02:00
Gerd Aschemann 6821446fd8 Bump gophercloud to 2.7.0 2025-05-26 10:35:54 +02:00
Gerd Aschemann dbc5472107 Start OpenStack instanceactions implementation 2025-05-26 10:30:55 +02:00
Gerd Aschemann b1c43aba27 Bump gopherclient to v2.7.0 2025-05-26 10:30:55 +02:00
Gerd Aschemann 0f3c092245 Add the referenced flavor to a new Server 2025-05-26 10:30:55 +02:00
Flo Piboubès b43c9cb583 Add required MinimalAction parameter to UpdatePolicy 2025-05-23 13:23:28 +02:00
Flo Piboubès 407fb1f501 Explicitly set update_policy on GCE instance group managers 2025-05-23 13:15:35 +02:00
Kubernetes Prow Robot 3763276daa
Merge pull request #17413 from flopib/gce-fix-duplicate-bucket-iam
GCE: avoid duplicate bucket IAM tasks for a single service account
2025-05-22 23:06:36 -07:00
Kubernetes Prow Robot ac053f9c66
Merge pull request #17398 from rifelpet/vpc-cni-2404
Set MACAddressPolicy=none for Ubuntu 24.04
2025-05-22 08:28:36 -07:00
Peter Rifel 46104f0bd1
Set MACAddressPolicy=none for Ubuntu 24.04 2025-05-22 15:29:36 +01:00
Flo Piboubès ba01597a40 Fix a copy-paste error in GCE storageacl task 2025-05-22 12:21:47 +02:00
Flo Piboubès 51742b9268 GCE: keep track service account emails in IAM tasks
This avoids creation of duplicate IAM tasks for a single service
account.
2025-05-22 12:19:53 +02:00
Kubernetes Prow Robot 737d621d1d
Merge pull request #17412 from Swizzmaster/master
Remove cloud-config and cloud-provider from 1.33 kubelet
2025-05-21 00:26:34 -07:00