Peter Rifel
1de38d50e3
Fix conditional for reconcile command in upgrade tests
2025-02-18 21:53:13 -06:00
justinsb
a60890bef0
bare-metal: add some go tests to start to verify functionality
2025-02-09 16:09:46 -05:00
Ciprian Hacman
d1b61812ac
Skip failing test in pull-kops-kubernetes-e2e-ubuntu-gce-build
2025-02-09 18:28:12 +02:00
Ciprian Hacman
6069b33551
Skip failing test
2025-02-08 19:50:50 +02:00
Ciprian Hacman
09719378ef
Update flannel to v0.26.4
2025-02-08 18:25:29 +02:00
justinsb
ad14179db2
chore: avoid replacing client-go version in tests/e2e
...
I think this should be unnecessary, and it causes problems for updates.
2025-01-31 12:31:16 -05:00
Justin Santa Barbara
0789af746b
Release 1.32.0-beta.1 ( #17241 )
2025-01-30 06:25:58 +02:00
Harish Kuna
c8010fb4e6
Change volume type to io2 from gp3
2025-01-24 19:28:35 +00:00
Harish Kuna
a8ea013a38
add more IOPS to help disk latencies
...
Update tests/e2e/scenarios/scalability/run-test.sh
2025-01-23 17:39:15 +00:00
Moshe Vayner
9e53b31ef8
test: hack/update-expected
2025-01-22 16:43:25 -05:00
justinsb
8538891a19
e2e: add `kops validate` step to metal test
...
The cluster should be considered healthy by kOps at this point.
2025-01-19 17:17:02 -05:00
Kubernetes Prow Robot
975767858f
Merge pull request #17217 from hakman/go-1.23.5
...
Update Go to v1.23.5
2025-01-19 10:08:41 -08:00
Ciprian Hacman
53e4e3144a
Update Go to v1.23.5
2025-01-19 17:16:49 +02:00
justinsb
d02ba27882
tests: use reconcile command for kOps 1.31+
...
We expect people to start using the reconcile command
particularly for upgrades.
2025-01-19 09:31:23 -05:00
Antonio Ojea
f84bf6101c
Revert "toolbox dump: include full instance details on GCE"
...
This reverts commit ecadd7a5b4
.
gce.UsesIPAliases(o) is assumed to be called after validating that cloud
provider is GCP, with this commit the if statement applies to all cloud providers.
2025-01-16 09:58:33 +00:00
Kubernetes Prow Robot
e9921c92f8
Merge pull request #17209 from hakman/fix-gce-scale
...
gce: Update scale test scenario
2025-01-15 08:54:35 -08:00
Kubernetes Prow Robot
944a2c4508
Merge pull request #17206 from justinsb/kindnet_with_ipalias_on_gce
...
kindnet: Support IP aliases with kindnet on gce
2025-01-15 07:18:33 -08:00
justinsb
c9d4e2888d
kindnet: Support IP aliases with kindnet on gce
2025-01-15 06:21:43 -05:00
Antonio Ojea
32854ff319
fix kindnet permissions
...
Change-Id: Ib910093371ea69892033b469b723b0a5daf00892
2025-01-15 11:15:39 +00:00
Antonio Ojea
76c8000c55
bump kindnet default version to 1.8.1
...
Change-Id: I216c463db29ae73d15ca6bfa00cc96a3c07a53fa
2025-01-15 09:55:35 +00:00
Ciprian Hacman
86862c1164
gce: Update scale test scenario
2025-01-14 12:08:35 +02:00
Antonio Ojea
35e7a25c71
kindnet: use commands instead of args for the container image
...
Change-Id: I9c704ba310d0dd253147a9a93211e820117af0b6
2025-01-13 07:17:00 +00:00
Ciprian Hacman
66d6756fd4
hack/update-expected.sh
2025-01-12 11:43:36 +02:00
Ciprian Hacman
c60f78c29e
hack/update-expected.sh
2025-01-10 22:18:46 +02:00
Kubernetes Prow Robot
0486349b89
Merge pull request #17177 from kforsthoevel/fix-hubble-metrics-port
...
Use the same port for hubble-metrics that is used by cilium
2025-01-10 00:56:32 -08:00
Ciprian Hacman
438a1ee0a4
hack/update-expected.sh
2025-01-09 17:50:06 +02:00
Ciprian Hacman
eac132daae
Add IPv6 support for kindnet
2025-01-09 17:50:06 +02:00
Ciprian Hacman
187ec2d040
hack/update-expected.sh
2025-01-09 08:56:01 +02:00
Kubernetes Prow Robot
2db9dbcd7e
Merge pull request #17158 from aojea/kindnet
...
Add kindnet network plugin
2025-01-08 08:40:31 -08:00
Ciprian Hacman
595f103bf9
Update Go to v1.23.4
2025-01-08 13:39:25 +02:00
Antonio Ojea
f2c239dd81
add kindnet network plugin
...
add kindnet as an experimental network addon
containerd adds the requirement to use the loopback cni plugin,
kindnet provides that capability and containerd does not require it
since containerd/containerd/pull/10238
Change-Id: I1397a90186885b02e98b5ffa444fe629c1046757
2025-01-08 01:09:37 +00:00
Kai Forsthövel
84ff74c0cf
Update manifestHash after running hack/update-expected.sh
2025-01-07 11:31:24 +01:00
Ciprian Hacman
f105298548
hack/update-expected.sh
2025-01-07 11:18:25 +02:00
Kai Forsthövel
4a586b0dfc
Use the same port for hubble-metrics that is used by cilium
...
Cilium uses port 9965 for hubble-metrics. See
https://docs.cilium.io/en/stable/observability/metrics/#hubble-metrics
2025-01-07 09:27:31 +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
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
Ciprian Hacman
c4a3f0b33d
Skip test `Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes`
2025-01-06 13:00:16 +02:00
Ciprian Hacman
25cc96c489
hack/update-expected.sh
2025-01-06 09:58:11 +02: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
284e0f7451
hack/update-expected.sh
2025-01-02 20:08:14 +02:00
Moshe Vayner
63b4f4f490
test: hack/update-expected
2025-01-02 12:12:34 -05:00
Ciprian Hacman
c3a748f65a
hack/update-expected.sh
2025-01-02 11:49:17 +02:00
Moshe Vayner
f58c770e62
test: hack/update-expected
2024-12-26 21:33:06 -05:00
Peter Rifel
96c255d398
./hack/update-expected.sh
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