Commit Graph

21032 Commits

Author SHA1 Message Date
dependabot[bot] a62d4135c3
build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...b1ddad2c99)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-04 06:14:01 +00:00
Ciprian Hacman fdc08b97c0 Skip gen-cli-docs on depup 2024-02-04 06:30:13 +02:00
Kubernetes Prow Robot 01705a6da3
Merge pull request #16318 from Lerentis/master
feat: added image minimum and maximum gc age
2024-02-03 11:43:47 -08:00
Kubernetes Prow Robot 90fa037c0e
Merge pull request #16315 from zadjadr/chore/cilium-1.15
Update to cilium 1.15
2024-02-03 10:09:39 -08:00
Tobias Trabelsi 311f40245f
added image minimum and maximum gc age
Signed-off-by: Tobias Trabelsi <lerentis@uploadfilter24.eu>
2024-02-03 12:30:46 +01:00
Kubernetes Prow Robot 18670063f2
Merge pull request #16316 from yurrriq/lbc-v2.7.0
Upgrade AWS Load Balancer Controller to v2.7.0
2024-02-02 23:25:20 -08:00
Kubernetes Prow Robot 75059dbd41
Merge pull request #16313 from moshevayner/aws-vpc-cni-ubuntu-22-04-macaddresspolicy
fix(nodeup): set `MACAddressPolicy=none` when using AWS VPC CNI
2024-02-02 21:09:35 -08:00
Moshe Vayner 1342fd1afa fix(nodeup): set `MACAddressPolicy` to `none` when using AWS CNI and Ubuntu 22.04 2024-02-02 23:03:30 -05:00
Eric Bailey acc0fd7757 ./hack/update-expected.sh 2024-02-02 14:39:38 -06:00
Eric Bailey 02f8697091 Upgrade LBC manifest to 2.7.0 2024-02-02 14:26:16 -06:00
zadjadr f3574c914f
hack/update-expected.sh 2024-02-02 20:29:51 +01:00
zadjadr 656b3a6956
Update to cilium 1.15 2024-02-02 19:37:04 +01:00
zadjadr 1953cb608e
cilium: Remove depricated options 2024-02-02 16:55:29 +01:00
Kubernetes Prow Robot 8a5b56bfab
Merge pull request #16181 from borg-land/gce-scale-dev
Add GCE scale testing on kops
2024-02-01 23:32:09 -08:00
Kubernetes Prow Robot 1067b6279b
Merge pull request #16294 from justinsb/wait_should_be_an_attribute
refactor: wait for load balancer readiness using a private field
2024-02-01 16:08:54 -08:00
Kubernetes Prow Robot 977d346654
Merge pull request #16306 from moshevayner/promote-alpha-to-stable-2024-02-01
chore(channels): promote alpha to stable
2024-02-01 12:50:32 -08:00
Jack Laxson 7d0ed220af
remove example docs say is not implemented yet. 2024-02-01 14:50:48 -05:00
Moshe Vayner 9dd9396319 test: update expected 2024-02-01 13:38:14 -05:00
Moshe Vayner ba8185e5c5 chore(channels): promote alpha to stable 2024-02-01 13:35:13 -05:00
Kubernetes Prow Robot b8e3c43874
Merge pull request #16302 from zetaab/updaterunc
Update runc & containerd
2024-02-01 07:04:20 -08:00
upodroid ca75cc7d92 add gce scale scenario 2024-02-01 13:58:39 +00:00
Jesse Haka 31b099f552 run hack/update-expected 2024-02-01 15:15:07 +02:00
Jesse Haka b5d1ee8245 update containerd & runc versions 2024-02-01 15:05:55 +02:00
Kubernetes Prow Robot 6a1783b592
Merge pull request #16300 from kubernetes/revert-16151-limitnofile-patch
Revert "Don't set LimitNoFile for containerd systemd unit file"
2024-01-30 08:38:34 -08:00
Jesse Haka f445dfc456
Revert "Don't set LimitNoFile for containerd systemd unit file" 2024-01-30 17:35:47 +02:00
Kubernetes Prow Robot dd7548ca38
Merge pull request #16297 from moshevayner/aws-cni-1.16.2
chore(networking): bump aws cni to 1.16.2
2024-01-29 22:15:19 -08:00
Kubernetes Prow Robot d4bdc68959
Merge pull request #16295 from justinsb/refactor_list_elbv2_loadbalancers
Refactor: Move NLB listing function into awsup
2024-01-29 21:12:10 -08:00
Moshe Vayner f8569c35f1 test: hack/update-expected 2024-01-29 22:30:04 -05:00
Moshe Vayner 473391ad87 chore(networking): bump aws-vpc-cni version to 1.16.2 2024-01-29 22:26:31 -05:00
justinsb 314e2b954b Refactor: Move NLB listing function into awsup
As pruning becomes more a part of tasks, there is more overlap between
`kops update cluster` and `kops delete cluster`.
2024-01-30 04:43:48 +02:00
Kubernetes Prow Robot ffbcc5217a
Merge pull request #16292 from justinsb/aws_tests_refactor
refactor: Introduce runTests helper method into aws tests
2024-01-29 07:21:19 -08:00
justinsb 086af6458e refactor: wait for load balancer readiness using a private field
This approach is more explicit than looking at the names of the target
groups, and using a private field is simpler.
2024-01-29 09:34:56 -05:00
justinsb 4c392ac71a refactor: Introduce runTests helper method into aws tests
This mirrors what we do in gce, and eliminates some boilerplate.
2024-01-29 09:25:09 -05:00
Kubernetes Prow Robot b84ab1e0eb
Merge pull request #16289 from justinsb/nlb_should_set_scheme
Tweak: Set Scheme on NLB tasks for public load balancers
2024-01-28 21:13:35 -08:00
Kubernetes Prow Robot 2b54ae9d14
Merge pull request #16288 from justinsb/refactor_nlb_name
refactor: NetworkLoadBalancer Name should match Name tag
2024-01-28 21:13:26 -08:00
Kubernetes Prow Robot 32e6f82e43
Merge pull request #16290 from justinsb/dry_run_diff_ints
Fix: support comparison of int types in dry-run
2024-01-28 19:48:37 -08:00
justinsb 2b9c46bb83 Fix: support comparison of int types in dry-run
This avoids printing a change when the before and after values are the
same.
2024-01-28 16:19:52 -05:00
justinsb 0b8d3a52cb Tweak: Set Scheme on NLB tasks for public load balancers
This avoids a spurious diff.
2024-01-28 16:19:37 -05:00
justinsb 169c96ba11 refactor: NetworkLoadBalancer Name should match Name tag
It was actually the terraform name, and didn't match the tag.

This change should have no externally-visible effect.
2024-01-28 16:19:02 -05:00
Kubernetes Prow Robot a55614910d
Merge pull request #16284 from moshevayner/k8s-versions-alpha-2024-01-27
chore(channels): bump k8s and ubuntu ami versions in alpha channel
2024-01-27 21:57:32 -08:00
Kubernetes Prow Robot b5675dbc13
Merge pull request #16285 from justinsb/toolbox_dump_target_groups
toolbox dump: output correct type for target groups
2024-01-27 11:22:22 -08:00
justinsb 2fb39dedc8 toolbox dump: output correct type for target groups
We were previously outputing them with the load-balancer target value.
2024-01-27 13:22:38 -05:00
Moshe Vayner e6c1a902e7 chore(channels): bump k8s and ubuntu ami versions in alpha channel 2024-01-27 12:31:21 -05:00
Kubernetes Prow Robot a10595f08f
Merge pull request #16283 from zetaab/updateversions
OpenStack: update CSI images
2024-01-27 01:55:31 -08:00
Jesse Haka 1d9d06d417 update openstack csi images 2024-01-27 10:01:21 +02:00
Kubernetes Prow Robot 825e9cc56d
Merge pull request #16268 from borg-land/boskos-patches
Add `boskos-resource-type` flag to use different GCE projects for scale/gpu testing
2024-01-26 19:53:11 -08:00
upodroid 325ecd4a21 Add boskos-resource-type flag to use different GCE projects for scale/gpu testing 2024-01-26 19:59:59 +00:00
Kubernetes Prow Robot e5c4fe80df
Merge pull request #16266 from borg-land/dump-patch
Fix dumping logs for GCE scale tests
2024-01-26 20:49:50 +01:00
Kubernetes Prow Robot 4db109ff4e
Merge pull request #16281 from justinsb/gce_forwarding_rule_plumb_context
Refactor: Plumb context through GCE firewallRule methods
2024-01-26 17:53:21 +01:00
justinsb 6871aa7148 Refactor: Plumb context through GCE firewallRule methods
Helps with more coherent tracing/logging.
2024-01-26 10:51:34 -05:00