[pull] master from kubernetes:master#1924
Open
pull[bot] wants to merge 7703 commits intonext-stack:masterfrom
Open
[pull] master from kubernetes:master#1924pull[bot] wants to merge 7703 commits intonext-stack:masterfrom
pull[bot] wants to merge 7703 commits intonext-stack:masterfrom
Conversation
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
chore: Add hashes for additional February releases
chore: Bump alpha channels with additional February releases
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
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
Including output from `go mod vendor` and `go mod tidy` Signed-off-by: Moshe Vayner <moshe@vayner.me>
Signed-off-by: Moshe Vayner <moshe@vayner.me>
gce: Allow role=apiserver with dns=none
Changes to match upstream azuredisk-csi-driver e2e configuration: - Set --vmss-cache-ttl-seconds=60 (was -1/disabled): avoids a fresh Azure API round-trip on every attach/detach, reducing operation latency under the heavy churn of the full e2e suite. - Set --disable-avset-nodes=true (was false): kops Azure clusters use VMSS exclusively, so checking availability set nodes wastes API calls. - Add cachingMode: None to the test StorageClass: eliminates host-level cache setup during attach, reducing the window between API-level attach completion and guest OS device visibility. - Skip fsgroupchangepolicy tests on Azure: these perform 3+ sequential attach/detach cycles and are the most latency-sensitive subtest, failing in ~25% of runs that reach the test phase. Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
This is needed for dns=none setups
gce: Add kops-controller to internal load balancer
azure: Reduce flakiness of CSI e2e tests
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
gce: Use SSL health check for kops-controller
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
feaat: Add optional `leases` etcd shard
Add --control-plane-volume-type flag to kops create cluster
Revert "gce: Use SSL health check for kops-controller"
Signed-off-by: Arnaud Meukam <ameukam@gmail.com> Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Update Golang to 1.25.9
This reverts commit ac17825.
Reapply "gce: Use SSL health check for kops-controller"
test: Run update cluster without --yes first for E2E templates
Implements `nodeup` support for Linode (Akamai) instances including OS-level configuration and node identity for kops-controller. This is part of the broader effort to introduce Linode (Akamai) as an additional provider for kOps. Signed-off-by: Moshe Vayner <moshe@vayner.me>
linode: add Linode (Akamai) node configuration and identity
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 : )