Commit Graph

22068 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 5bd925c2c3
Merge pull request #17283 from ameukam/cloudup-gce-slices-maps
cloudup/gce: use slices and maps
2025-02-24 05:06:28 -08:00
Arnaud Meukam 7bc9e090a8
cloudup/gce: use slices and maps
Use maps and slices to simplify the codebase

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-02-24 12:47:58 +01:00
Kubernetes Prow Robot 5becdbfc34
Merge pull request #17282 from rifelpet/reconcile-logging
Cleanup logging for reconcile cluster
2025-02-24 00:56:29 -08:00
Peter Rifel 5ac11aa55a
Cleanup logging for reconcile cluster 2025-02-23 21:04:31 -06:00
Kubernetes Prow Robot 3823fe705a
Merge pull request #17277 from moshevayner/aws-cni-1.19.3
chore(networking): upgrade amazon vpc cni to 1.19.3
2025-02-21 23:04:27 -08:00
Moshe Vayner 11b3400492 test: hack/update-expected 2025-02-21 21:35:23 -05:00
Moshe Vayner 40b52d3731 chore(networking): upgrade amazon vpc cni to 1.19.3 2025-02-21 21:32:52 -05:00
Kubernetes Prow Robot d8a7a5cd7b
Merge pull request #17270 from rifelpet/apiserver-133
Remove cloud-config and cloud-provider from 1.33 apiserver
2025-02-21 16:44:26 -08:00
Kubernetes Prow Robot d4ecd9a175
Merge pull request #17276 from moshevayner/promote-17264
chore(channels): promote alpha to stable - k8s and Ubuntu ami versions
2025-02-20 15:42:27 -08:00
Moshe Vayner fbd0ba0c77 test: hack/update-expected 2025-02-20 17:33:31 -05:00
Moshe Vayner 237d6e4ff1 chore(channels): promote alpha to stable - k8s and ubuntu AMI versions 2025-02-20 17:29:26 -05:00
Kubernetes Prow Robot 3b2b635e50
Merge pull request #17273 from justinsb/metal_s3_lockdown
metal: copy control plane config to nodes
2025-02-20 13:26:26 -08:00
justinsb beb5cc5ac5 metal: copy control plane config to nodes
This avoids the needs for these nodes to have access to the state store.

* We no longer need S3/GCS credentials on the node.

* We don't depend on S3/GCS being reachable from the control
  plane - at least here!
2025-02-20 12:23:16 -05:00
Kubernetes Prow Robot fe9f2f602d
Merge pull request #17261 from justinsb/ssh_metal_test_oddity
Better dumping via private IP when bastion is not set
2025-02-20 03:04:27 -08:00
Kubernetes Prow Robot cfe8e621ac
Merge pull request #17271 from rifelpet/dpkg-query
Split dpkg-query fields with a tab
2025-02-19 20:16:27 -08:00
Peter Rifel 24fb33dad3
Split dpkg-query fields with a tab
We were previously splitting on a space which depended on Status-Abbrev only using 1 or 2 of its 3 character width.
When Status-Abbrev has 3 non-whitespace characters the parsing fails. Now we use tab delimiters and trim off any whitespace after splitting.
2025-02-19 20:36:32 -06:00
Peter Rifel f56cc529df
./hack/update-expected.sh 2025-02-19 19:12:56 -06:00
Peter Rifel 4e5563edda
Allow KubeAPIServer.CloudProvider to be unset 2025-02-19 19:12:24 -06:00
Peter Rifel 1f6ea4fc75
Remove cloud-config and cloud-provider from 1.33 apiserver 2025-02-19 19:12:23 -06:00
Peter Rifel 59365eb688
Update nodeup test case to 1.33 2025-02-19 19:11:45 -06:00
justinsb 3ea73f47f8 Better dumping via private IP when bastion is not set
Previously this would always fail in a confusing way,
regardless of whether we had connectivity,
because we tried to connect to an empty-string host.

Now we are more explicit about the error,
and will at least try to connect directly.
2025-02-19 08:25:33 -05:00
Kubernetes Prow Robot 12931dd99d
Merge pull request #17265 from rifelpet/test-reconcile
Fix conditional for reconcile command in upgrade tests
2025-02-19 03:58:26 -08:00
Peter Rifel 1de38d50e3
Fix conditional for reconcile command in upgrade tests 2025-02-18 21:53:13 -06:00
Kubernetes Prow Robot 99ba10e2d5
Merge pull request #17264 from moshevayner/alpha-updates-2025-02-16
chore(channels): bump k8s and ubuntu ami versions in alpha channel
2025-02-16 17:14:22 -08:00
Moshe Vayner 31265d7a58 chore(channels): bump k8s and ubuntu ami versions in alpha channel 2025-02-16 18:25:23 -05:00
Kubernetes Prow Robot a860afb9ca
Merge pull request #17263 from vitaliyf/patch-1
docs: updated etcdctl example
2025-02-15 01:18:21 -08:00
Vitaliy 3e989b75d3
docs: updated etcdctl example
On a modern (k8s/kops 1.31.x) cluster, etcd CLI tools are located in:

```
# /opt/etcd-v3.5.13/etcdctl version
etcdctl version: 3.5.13
API version: 3.5
```

so I updated the docs example to point to the right place, so it can be used as-is.
2025-02-14 13:47:31 -05:00
Kubernetes Prow Robot 4a42841114
Merge pull request #16896 from justinsb/metal_node_addresses
bare-metal: add some go tests to start to verify functionality
2025-02-09 19:35:56 -08:00
justinsb a60890bef0 bare-metal: add some go tests to start to verify functionality 2025-02-09 16:09:46 -05:00
Kubernetes Prow Robot a6748325b8
Merge pull request #17260 from hakman/fix-pull-kops-kubernetes-e2e-ubuntu-gce-build
Skip failing test in pull-kops-kubernetes-e2e-ubuntu-gce-build
2025-02-09 10:55:56 -08:00
Ciprian Hacman d1b61812ac Skip failing test in pull-kops-kubernetes-e2e-ubuntu-gce-build 2025-02-09 18:28:12 +02:00
Kubernetes Prow Robot 100a3448aa
Merge pull request #17259 from hakman/flannel-0.26.2
Remove removal notice for flannel and update docs
2025-02-09 07:09:56 -08:00
Ciprian Hacman 4004966569 Remove removal notice for flannel and update docs 2025-02-09 15:19:29 +02:00
Kubernetes Prow Robot e77300b38c
Merge pull request #17179 from hakman/flannel-0.26.2
Update flannel to v0.26.4
2025-02-08 12:17:55 -08:00
Kubernetes Prow Robot 62621fa3d2
Merge pull request #17254 from justinsb/docs_1_32_series
docs: update 1.32 release note with beta release
2025-02-08 10:53:55 -08:00
Ciprian Hacman 6069b33551 Skip failing test 2025-02-08 19:50:50 +02:00
justinsb 63c410af05 docs: update 1.32 release note with beta release 2025-02-08 12:44:00 -05:00
Ciprian Hacman 09719378ef Update flannel to v0.26.4 2025-02-08 18:25:29 +02:00
Ciprian Hacman 25d626d63f Re-enable Flannel 2025-02-08 18:25:28 +02:00
Kubernetes Prow Robot 61e7ac2e35
Merge pull request #17244 from justinsb/update_dependencies
chore: create script to update dependencies
2025-01-31 14:28:56 -08:00
Kubernetes Prow Robot c247ef018f
Merge pull request #17245 from justinsb/stop_using_replace_for_client_go
chore: avoid replacing client-go version in tests/e2e
2025-01-31 12:10:56 -08: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
justinsb 0a88783475 chore: create script to update dependencies 2025-01-31 12:21:50 -05:00
Justin Santa Barbara 0789af746b
Release 1.32.0-beta.1 (#17241) 2025-01-30 06:25:58 +02:00
Kubernetes Prow Robot d6e264052e
Merge pull request #17239 from justinsb/roll_release_notes
docs: create placeholder docs for 1.32 and 1.33 releases
2025-01-28 08:55:24 -08:00
Kubernetes Prow Robot e078bb7cbc
Merge pull request #17238 from justinsb/release_note_1_31
docs: update release note for 1.31 now that it is released
2025-01-28 07:21:24 -08:00
justinsb a1947efcf1 docs: create placeholder docs for 1.32 and 1.33 releases 2025-01-28 08:08:27 -05:00
justinsb 2930abfe66 docs: update release note for 1.31 now that it is released 2025-01-28 08:07:55 -05:00
Kubernetes Prow Robot 6aeef2c06c
Merge pull request #17236 from kubernetes/dependabot/github_actions/actions/setup-go-5.3.0
Bump actions/setup-go from 5.2.0 to 5.3.0
2025-01-25 23:45:22 -08:00
dependabot[bot] 2e67e35d7b
Bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](3041bf56c9...f111f3307d)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-26 06:09:55 +00:00