Skip to content

[pull] master from kubernetes:master#1924

Open
pull[bot] wants to merge 7484 commits intonext-stack:masterfrom
kubernetes:master
Open

[pull] master from kubernetes:master#1924
pull[bot] wants to merge 7484 commits intonext-stack:masterfrom
kubernetes:master

Conversation

@pull
Copy link

@pull pull bot commented Oct 24, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 24, 2021
rifelpet and others added 29 commits January 14, 2026 20:27
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
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`
hakman and others added 30 commits February 27, 2026 14:59
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.