github-actions
91efcb0b54
Update dependencies
2024-04-22 02:35:12 +00:00
github-actions
778acb5cad
Update dependencies
2024-04-12 06:04:18 +00:00
github-actions
23f59a725c
Update dependencies
2024-04-05 06:04:27 +00:00
Ciprian Hacman
b5813b2a77
hack/update-expected.sh
2024-04-02 05:19:57 +03:00
Kubernetes Prow Robot
393aac40df
Merge pull request #16440 from aauren/kube-router_v2.X
...
Update kube-router to v2.1.0
2024-03-31 23:05:34 -07:00
Peter Rifel
3d4ba32a65
make gomod
2024-03-31 17:11:28 -05:00
Aaron U'Ren
d3e4d74947
skip_regex.go: update kube-router regex
...
* kube-router enable service.kubernetes.io tests
* kube-router enable load-balancer tests
* kube-router enable endpointslice tests
2024-03-31 13:16:28 -05:00
Aaron U'Ren
cb88bc67e4
k8s-1.12.yaml.template: update kube-router
...
* Update version v1.6.0 -> v2.1.0
* expose container runtime socket to kube-router
* kube-router loadbalancer controller
* Add access / information that is needed by the load balancer
controller in kube-router.
* add access to endpoint slices for services controller
* enable hairpin mode on kube-router
* There are integration tests in kops that expect that hairpin
functionality is always enabled, as such we now enable hairpin-mode
in kube-router by default.
* enable hostPID access
* kube-router now requires access to the host's process namespace. See
https://github.com/cloudnativelabs/kube-router/pull/1584 for more
information.
2024-03-30 14:23:17 -05:00
Peter Rifel
2c9bc1dea6
make gomod
2024-03-30 06:53:57 -05:00
justinsb
52f43affd1
chore: update generated testdata
...
Updating after switching away from alphas/RCs.
2024-03-29 08:27:36 -04:00
justinsb
7ac25d4fed
chore: update testdata to stop using alpha versions
...
For released versions, we should stop "using" the alphas/release-candidates.
2024-03-29 08:26:34 -04:00
github-actions
1fc3fc5823
Update dependencies
2024-03-29 06:03:59 +00:00
Peter Rifel
a8c9c6bb8b
make gomod
2024-03-24 20:01:49 -05:00
Peter Rifel
b444985177
make gomod
2024-03-23 19:42:29 -05:00
github-actions
8345f89edb
Update dependencies
2024-03-23 13:12:51 +00:00
Yang Li
cfd7553497
ran hack/update-expected.sh
2024-03-17 22:42:05 +09:00
Yang Li
7db86a64b8
upgraded cert-manager to 1.12.9
2024-03-17 21:28:39 +09:00
github-actions
f352eac4ce
Update dependencies
2024-03-15 06:04:44 +00:00
Justin Santa Barbara
f0537f4301
Release 1.29.0-beta.1 ( #16406 )
2024-03-14 17:58:17 -07:00
Kubernetes Prow Robot
01b83045d0
Merge pull request #16269 from sl1pm4t/gcp/change-default-storage-class
...
gce: Change default storage class to balanced-csi
2024-03-14 06:43:28 -07:00
Ciprian Hacman
c042fc4a21
hack/update-expected.sh
2024-03-13 07:10:38 +02:00
github-actions
ae7492b2f9
Update dependencies
2024-03-08 06:04:06 +00:00
Kubernetes Prow Robot
22ce1230da
Merge pull request #16394 from hakman/fix_shellcheck
...
Fix shellcheck warnings for bootstrap script
2024-03-06 05:40:19 -08:00
justinsb
f9519bc09e
e2e tests: When upgrading, wait for the new configuration
...
In our upgrade-ab tests, we might be making non-trivial cloud
infrastructure changes, such as waiting for a new load balancer.
Add a `kops validate cluster` step to wait for those changes to be
applied.
2024-03-03 10:40:43 -05:00
Ciprian Hacman
723d5a31b7
hack/update-expected.sh
2024-03-03 13:29:32 +02:00
github-actions
a533e6b923
Update dependencies
2024-03-01 06:04:18 +00:00
Kubernetes Prow Robot
7385490512
Merge pull request #16383 from h3poteto/iss-15969/cli
...
Install nerdctl and crictl on nodes
2024-02-26 09:03:21 -08:00
Ciprian Hacman
b71d01944e
hack/update-expected.sh
2024-02-25 18:20:41 +02:00
Kubernetes Prow Robot
bd5bf53e86
Merge pull request #16385 from hakman/gce-healthcheck-63
...
gce: Limit health check names to 63 chars
2024-02-25 06:47:47 -08:00
AkiraFukushima
c83698be10
Add tests
2024-02-25 18:46:18 +09:00
Kubernetes Prow Robot
43bbd9c667
Merge pull request #16381 from rifelpet/skipregex
...
Skip hostname e2e test on digitalocean
2024-02-24 23:40:10 -08:00
Ciprian Hacman
aa02a02c85
hack/update-expected.sh
2024-02-25 09:10:53 +02:00
Peter Rifel
4480364727
Skip hostname e2e test on digitalocean
2024-02-24 14:08:39 -06:00
justinsb
ba7facff41
gce: Always create an internal load balancer
...
When we create a external load balancer on GCE, we now also create an
internal load balancer. The internal load balancer is used for
node/pod -> control-plane traffic, the external load balancer is used
for other traffic (e.g. "user" traffic to kube-apiserver).
This means that we can apply more granular firewall rules, and
generally avoid complex logic around discovery of the internal control
plane addresses for GCE.
2024-02-24 12:20:19 -05:00
github-actions
f9c077b346
Update dependencies
2024-02-23 06:04:32 +00:00
Peter Rifel
2c15e6b338
Migrate many-addons e2e template to dns=none
...
These prow jobs have been migrated to the new cluster and need to use dns=none since the dns zones are in the old cluster's account
2024-02-22 21:00:49 -06:00
Peter Rifel
fba4c1cc50
Skip hostname test for all aws jobs
2024-02-22 07:34:56 -06:00
Kubernetes Prow Robot
2601522cad
Merge pull request #16369 from hakman/aws-ebs-csi-1.28.0
...
aws: Update EBS CSI driver to v1.28.0
2024-02-19 20:15:53 -08:00
Ciprian Hacman
10a6c17b7e
hack/update-expected.sh
2024-02-20 05:14:26 +02:00
Peter Rifel
e86d40db45
Skip known-failing test on most e2e jobs
2024-02-19 20:17:36 -06:00
Peter Rifel
d7c454a879
Remove skip regex from untested k8s versions
2024-02-19 20:11:12 -06:00
Peter Rifel
ac1413f1d2
Fix bash conditional pattern matching
2024-02-18 06:43:34 -06:00
Ciprian Hacman
01ea66eed7
hack/update-expected.sh
2024-02-18 10:28:36 +02:00
Peter Rifel
b40a912a68
Set --dns=none on upgrade tests from older kops versions
...
This should fix some "missing zone" errors on these upgrade tests
2024-02-17 19:48:34 -06:00
github-actions
c7c2b422d3
Update dependencies
2024-02-16 06:04:02 +00:00
Kubernetes Prow Robot
69dc1818a4
Merge pull request #16346 from hakman/go-1.22.0
...
Update Go to v1.22.0
2024-02-15 08:03:04 -08:00
Peter Rifel
4edcc95c99
./hack/update-expected.sh
2024-02-14 17:39:46 -06:00
Kubernetes Prow Robot
9f43b03546
Merge pull request #16351 from rifelpet/iam-policy-refactor
...
Refactor IAM Policy Builder
2024-02-13 09:21:31 -08:00
Peter Rifel
4643c66f6b
./hack/update-expected.sh
2024-02-12 22:42:14 -06:00
Peter Rifel
605f7912bc
./hack/update-expected.sh
2024-02-10 23:00:51 -06:00