[pull] master from kubernetes:master#1924
Open
pull[bot] wants to merge 7484 commits intonext-stack:masterfrom
Open
[pull] master from kubernetes:master#1924pull[bot] wants to merge 7484 commits intonext-stack:masterfrom
pull[bot] wants to merge 7484 commits intonext-stack:masterfrom
Conversation
This matches the upstream manifest
Update metrics-server container port
Ensure the discovery server is released along side the other kOps components Done with the help of Gemini CLI. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Fix upgrades to CI k8s versions
Use a different systemd-networkd configuration for AL2023
Continue skipping hostPort protocol test with Cilium
Skip SupplementalGroupsPolicy in deb11 jobs
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
kube-scheduler: Wait for the auth conf from the API server
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/setup-go-6.2.0 build(deps): bump actions/setup-go from 6.1.0 to 6.2.0
Allow release of the discovery service
Removed dead code in upup/pkg/fi/timestamp.go
Update openstack csi images
Add kops details to the Hetzner Cloud client user-agent. Helps us identify and troubleshoot issues with users running kOps on Hetzner Cloud.
fix: add kops details to Hetzner Cloud client user agent
Pull cluster name from context in `kops version --server`
Delete more dead code
See: https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc/m/pQP7Bk0aCQAJ Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
chore: Bump etcd-manager to v3.0.20260227
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4b73464) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/upload-artifact-7 build(deps): bump actions/upload-artifact from 6 to 7
…ctions/setup-go-6.3.0 build(deps): bump actions/setup-go from 6.2.0 to 6.3.0
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Moshe Vayner <mvayner@akamai.com>
chore(channels): promote alpha to stable
This commit refactors the codebase to utilize constants from the `wellknownports` package for etcd client and peer ports, replacing hardcoded values. This improves maintainability and clarity.
Specifically, the following changes were made:
- Added new constants to `pkg/wellknownports/wellknownports.go` for:
- `EtcdMainClientPort` (4001)
- `EtcdEventsClientPort` (4002)
- `EtcdCiliumClientPort` (4003)
- `EtcdMainPeerPort` (2380)
- `EtcdEventsPeerPort` (2381)
- `EtcdCiliumPeerPort` (2382)
- Updated `pkg/model/components/etcdmanager/model.go` to use these new constants.
- Replaced hardcoded etcd port numbers with references to the `wellknownports` constants in:
- `pkg/model/awsmodel/firewall.go`
- `pkg/model/azuremodel/network.go`
- `pkg/model/components/apiserver.go`
- `pkg/model/openstackmodel/firewall.go`
- Added the new cilium etcd ports to `docs/contributing/ports.md` and sorted the table by port number.
This change ensures consistent port management and makes it easier to track port usage across the kOps project.
feat: Use wellknownports for etcd and add cilium etcd ports
No longer needed as DCGM exporter will be provided by GPU Operator Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
- Enable dcgmExporter in GPU Operator Helm chart - Configure ServiceMonitor with kube-prometheus-stack label - Add detailed pod status logging for debugging - DCGM exporter will deploy to gpu-operator namespace Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
DCGM exporter is now provided by GPU Operator Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
- Check nvidia-dcgm-exporter DaemonSet in gpu-operator namespace - Use correct label selector: app=nvidia-dcgm-exporter - Add describe pods for detailed debugging output - Verify ServiceMonitor in correct namespace Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
- List all GPU Operator pods and DaemonSets - Show DCGM exporter DaemonSet, Service, ServiceMonitor details - Display recent events for troubleshooting deployment failures Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
tests/ai-conformance: Install prometheus for metrics
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.3 to 4.9.0. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@05fe457...2031cfc) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/dependency-review-action-4.9.0 build(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0
The previous `hasher.Sum(nonce)` doesn't feed data into the hasher so the resulting `hasher.Sum(nil)` was always identical. This replaces those `hasher.Sum()` calls with `hasher.Write()`
Fix node bootstrap challenge response hashing
Add addons node to scalability tests
test: Skip dumping not found nodes for GCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )