forked from kubernetes/kops
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] master from kubernetes:master #1924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
7,312
commits into
next-stack:master
Choose a base branch
from
kubernetes:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+4,422,368
−2,379,362
Conversation
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
azure: Allow independent VMs to join the cluster
…t and apiserver max in flight requests Signed-off-by: Alay Patel <alayp@nvidia.com>
update kops scalability run-test.sh to allow configuring qps and burst
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
test: Skip Pod Level Resources tests
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Skip Pod InPlace Resize Container tests
Update containerd to v2.1.5
Remove HugeService Test Suite to stop bleeding
Signed-off-by: Alay Patel <alayp@nvidia.com>
configure proper kops flags for kube-scheduler qps and burst configuration
Add snapshot permissions for ec2:CreateVolume
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@40c09b7...3c4e3dc) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/dependency-review-action-4.8.2 build(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2
…nfig-2 Revert configure proper kops flags for kube-scheduler qps and burst configuration
Signed-off-by: svarnam <svarnam@nvidia.com>
Configure kube-scheduler QPS and Burst
…ulls Include maxParallelImagePulls field in Kubelet config
…in documentation (#17767) * Initial plan * Fix Netlify build by escaping Go template syntax in scaleway.md Co-authored-by: hakman <2759402+hakman@users.noreply.github.com> * Fix Netlify strict mode build by removing missing canal.md reference and excluding conflicting README.md Co-authored-by: hakman <2759402+hakman@users.noreply.github.com> * Simplify exclude_docs syntax in mkdocs.yml Co-authored-by: hakman <2759402+hakman@users.noreply.github.com> * Fix mkdocs command not found in Netlify by using python -m mkdocs Co-authored-by: hakman <2759402+hakman@users.noreply.github.com> * Revert exclude_docs change from mkdocs.yml Co-authored-by: hakman <2759402+hakman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hakman <2759402+hakman@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 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.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This helps diagnose issues where feature flags may not be recognized, such as build caching problems or initialization ordering issues. Signed-off-by: Davanum Srinivas <davanum@gmail.com>
The sflags library splits comma-separated values in --env flag arguments into separate slice elements. This breaks KOPS_FEATURE_FLAGS values like "EtcdEventsHTTP,AWSSingleNodesInstanceGroup" because they get split into separate entries in the Env slice. Fix by reassembling the original value: collect all entries starting from KOPS_FEATURE_FLAGS= until we hit another NAME=VALUE pattern, then join them back together with commas. Signed-off-by: Davanum Srinivas <davanum@gmail.com>
…lag-scalability Enable EtcdEventsHTTP in scalability tests
Add tip to use gotestfail when doing local development
Related to: - #17830 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Add Scenario for AI conformance
Remove year from copyright header boilerplate
fix broken metrics server test
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Update Cilium to v1.18.6
gce: Require zones on instancegroup creation
Some complexity because the canonical location for CNI changed from storage.googleapis.com/k8s-artifacts-cni/release/ to github.com/containernetworking/plugins/releases/download/ Also because the 1.6.1 release on github is incomplete.
Add well-known hashes for latest CNI
Skip kube-proxy nfacct metric test on rhel + rocky distros
This should keep go vulncheck happy. It looks like we got into a mess with k8s.io/release not tagging a release, blocking updates of other dependencies. This is tests/e2e so any vuln reports not believed exploitable.
Replace a non-constant format string in fmt.Errorf: pkg/tester/tester.go:63:25: non-constant format string in call to fmt.Errorf
versionbump tools/metal: bump go version to 1.25.6
versionbump: bump dependencies in tests/e2e/go.mod
chore: fix govet issue in tester.go
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 : )