Commit Graph

21932 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 163faa94b9
Merge pull request #16739 from rifelpet/hetzner-labels
Propagate IG NodeLabels to k8s nodes in Hetzner
2025-01-06 22:12:30 +01:00
Peter Rifel d9ebf18dbe
Ensure only one slash in hetzner server labels 2025-01-06 14:11:17 -06:00
Peter Rifel e4fdb20797
./hack/update-expected.sh 2025-01-06 14:11:16 -06:00
Peter Rifel 13d53aa45d
Add hetzner server labels for IG node labels 2025-01-06 14:11:14 -06:00
Kubernetes Prow Robot dee0e95924
Merge pull request #17171 from ajgupta42/azurevoltype
Adding VolumeType for Azure for etcdMembers
2025-01-06 17:32:08 +01:00
Anuj Gupta 650fb5fec7 Adding VolumeType for Azure for etcdMembers 2025-01-06 20:12:46 +05:30
Kubernetes Prow Robot 84948bb6c2
Merge pull request #17172 from hakman/skip-cilium-test
Skip test `Services should implement NodePort and HealthCheckNodePort…
2025-01-06 13:24:17 +01:00
Kubernetes Prow Robot 4d47cbad87
Merge pull request #17170 from hakman/cilium-1.16.3
Update Cilium to v1.16.5
2025-01-06 12:18:16 +01:00
Ciprian Hacman c4a3f0b33d Skip test `Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes` 2025-01-06 13:00:16 +02:00
Kubernetes Prow Robot 7af9770c59
Merge pull request #17155 from justinsb/build_our_own_rest_config_2
chore: generate kubeconfig on the fly
2025-01-06 10:30:16 +01:00
Ciprian Hacman 25cc96c489 hack/update-expected.sh 2025-01-06 09:58:11 +02:00
Ciprian Hacman 7ac3c06624 Update Cilium to v1.16.5 2025-01-06 09:55:48 +02:00
Kubernetes Prow Robot eb170d2beb
Merge pull request #17167 from hakman/drop-1.26
Remove support for K8s 1.26 in kOps 1.32
2025-01-05 08:36:14 +01:00
Ciprian Hacman 1f69da94b6 hack/update-expected.sh 2025-01-04 15:01:42 +02:00
Ciprian Hacman eaf796c3c0 Remove support for K8s 1.26 in kOps 1.32 2025-01-04 15:01:41 +02:00
Kubernetes Prow Robot 6b0d029366
Merge pull request #17162 from hakman/cni-updates
Install CNI network plugins only for specific CNIs
2025-01-03 21:40:15 +01:00
Ciprian Hacman 579fb6b2b0 hack/update-expected.sh 2025-01-03 21:43:20 +02:00
Ciprian Hacman 216af9a199 Reuse logic for checking if CNI network plugins need to be installed 2025-01-03 21:38:16 +02:00
Kubernetes Prow Robot 581f3638ba
Merge pull request #17161 from jValdron/route53-only-config-sts-for-idms
Only configure STS region for Route 53 when we obtain it using IDMS
2025-01-03 02:34:13 +01:00
Kubernetes Prow Robot 140714455d
Merge pull request #17163 from moshevayner/aws-cni-1.19.2
chore(networking): bump aws-vpc-cni version to 1.19.2
2025-01-02 20:24:16 +01:00
Ciprian Hacman 284e0f7451 hack/update-expected.sh 2025-01-02 20:08:14 +02:00
Ciprian Hacman 24283dec52 Add CNI network plugins hashes 2025-01-02 20:08:05 +02:00
Moshe Vayner 63b4f4f490 test: hack/update-expected 2025-01-02 12:12:34 -05:00
Moshe Vayner cbe5298a25 chore(networking): bump aws-vpc-cni version to 1.19.2 2025-01-02 12:08:34 -05:00
Kubernetes Prow Robot d4f03b1f50
Merge pull request #17160 from hakman/etcd-3.5.17
Update etcd to v3.5.17
2025-01-02 17:06:14 +01:00
Ciprian Hacman bc4eb919cf Install CNI network plugins only for specific CNIs 2025-01-02 15:18:32 +02:00
Ciprian Hacman 2b604ad4dc Update CNI network plugins 2025-01-02 15:17:25 +02:00
Jason Valdron 3298a8ee09 Only configure STS region for route53 when we obtain it using IDMS 2025-01-02 08:18:50 -04:00
Ciprian Hacman c3a748f65a hack/update-expected.sh 2025-01-02 11:49:17 +02:00
Ciprian Hacman f8fa17329c Update etcd to v3.5.17 2025-01-02 11:46:21 +02:00
Kubernetes Prow Robot 8063d8370c
Merge pull request #17156 from ameukam/add-runc-1.2
Add assets Runc 1.2
2024-12-28 20:56:12 +01:00
Arnaud Meukam f0260753c1 Add assets Runc 1.2
Add assets for the 1.2 releases of Runc.
Also add release assets for 1.15 release
2024-12-28 16:34:57 +01:00
Kubernetes Prow Robot 51db52f025
Merge pull request #17154 from justinsb/build_our_own_rest_config
chore: refactor factory to accept a cluster
2024-12-28 09:08:12 +01:00
Kubernetes Prow Robot cba636010f
Merge pull request #17153 from justinsb/add_context_to_rolling_update
chore: add context to rolling update functions
2024-12-28 02:12:12 +01:00
justinsb 324117cc52 chore: generate kubeconfig on the fly
Some kOps actions require connecting to the cluster, but
we don't always have a kubeconfig available.

This commit adds a function to generate a client config on the fly
(including a certificate) when needed.
2024-12-27 16:37:59 -05:00
justinsb 859a9fd9f1 chore: refactor factory to accept a cluster
This should allow us to build our own rest config in future,
rather than relying on the kubeconfig being configured correctly.

To do this, we need to stop sharing the factory between the channels
and kops commands.
2024-12-27 15:36:37 -05:00
justinsb ebcfebe50e chore: add context to rolling update functions
Move it out of the struct, and into the function parameters.

This is more go idiomatic.
2024-12-27 14:22:51 -05:00
Kubernetes Prow Robot df6232e646
Merge pull request #17151 from justinsb/remove_versions
s3 vfs: fix delete all versions to handle errors
2024-12-27 20:06:12 +01:00
justinsb 5170257008 s3 vfs: fix delete all versions to handle errors
We were not checking for errors when deleting all versions of a file,
as these errors were not returned at the call level, but instead
we need to check the returned DeleteObjectsOutput.
2024-12-27 13:08:57 -05:00
Kubernetes Prow Robot 5c80c56fa4
Merge pull request #17150 from moshevayner/promote-alpha-to-stable-2024-12-26
chore(channels): promote alpha to stable (k8s and ubuntu ami versions)
2024-12-27 17:06:12 +01:00
Moshe Vayner f58c770e62 test: hack/update-expected 2024-12-26 21:33:06 -05:00
Moshe Vayner 2c4c5afbc8 chore(channels): promote alpha to stable (k8s and ubuntu ami versions) 2024-12-26 21:28:41 -05:00
Kubernetes Prow Robot 02cc2b64f4
Merge pull request #17148 from rifelpet/calico-3291
Update calico to 3.29.1
2024-12-23 13:52:11 +01:00
Kubernetes Prow Robot a9b272891c
Merge pull request #17149 from rifelpet/ip-routes
Dump ip routes as job artifacts
2024-12-23 08:54:13 +01:00
Peter Rifel 825f908d1d
Dump ip routes as job artifacts
This will help troubleshoot networking issues we're seeing with Ubuntu 24.04
2024-12-22 19:34:45 -06:00
Peter Rifel 96c255d398
./hack/update-expected.sh 2024-12-22 05:48:43 -06:00
Peter Rifel 716327e899
Update calico 2024-12-22 05:48:43 -06:00
Kubernetes Prow Robot 011ab0f1b6
Merge pull request #17141 from rifelpet/nth-asg-tag
Only set NTH ManagedASGTag label if it doesn't already exist
2024-12-17 07:26:52 +01:00
Kubernetes Prow Robot d7fd342db9
Merge pull request #17140 from rifelpet/skip-cilium-externaltrafficpolicy
Temporarily skip failing cilium test to unblock PRs
2024-12-17 06:18:52 +01:00
Kubernetes Prow Robot 8ecc9751a7
Merge pull request #17136 from moshevayner/k8s-releases-2024-12-13
chore(channels): update alpha k8s and ubuntu ami versions
2024-12-17 04:52:51 +01:00