forked from kubernetes/kops
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from kubernetes:master #1924
Open
pull
wants to merge
6,233
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
Conversation
This file contains 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
It looks like the kube-apiserver startup has slowed down a lot (e.g. creating a lot of RBAC stuff), and this likely times out with the current settings on smaller machines (as found by our VMs-in-github-actions tests). Increase the timeouts, aligning with k/k and using the newer healthcheck endpoints.
Conditionally set TF aws_s3_object SSE and ACLs
Tweak kube-apiserver timeouts
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…eter-evans/create-pull-request-7.0.1 build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1
Update golangci-lint to v1.61.0
Skip some GCP in-tree e2e tests
Update versions used in scenario tests
We want to collect the artifacts even if the test fails
Because we now push much larger files, replace our in-memory storage with disk-backed storage.
localhost won't work for multiple nodes and turns out not to even work for one node. Assume that there is a discovery mechanism that sets up /etc/hosts (it might be static configuration). Add to metal test to get to kube-apiserver responding.
tests: build and push locally for metal tests
metal: assume etcd discovery is external
Update Cilium to v1.16.1
Update Go to v1.22.7
This field is no longer used, and can be removed.
Remove unusued kubernetesVersion from AssetBuilder
tests: fix linter-detected problem with error handling
Fixup kubelet and controlPlaneKubelet config building
Kubernetes 1.31 now stops nodes joining a cluster if the minor version of the node is greater than the minor version of the control plane. The addition of the instance-group-roles flag to update means that we can now update / rolling-update the control plane first. However, we must now issue four commands: * Update control plane * Rolling update control plane * Update nodes * Rolling update nodes This adds a flag to automate this process. It is implemented by executing those 4 steps in sequence. Update is also smart enough to not update the nodes if this would violate the skew policy, but we do this explicitly in the reconcile command to be clearer and safer.
This all-in-one command is a replacement for having to run multiple commands, while still respecting the version skew policy. It does the same thing as `kops update cluster --reconcile`: * Updates the control plane nodes * Does a rolling update of the control plane nodes * Updates "normal" nodes and bastion nodes * Does a rolling update of these nodes * Prunes old resources that are no longer used
Add `kops reconcile cluster` command
Signed-off-by: cuiyourong <[email protected]>
chore: fix some function names in comment
Adding the latest kube assets to known hashes
We have to download the hash file for assets that are not well-known, but this is not an error, and this causes a lot of noise in our logs.
Generate hashes for latest kube versions
…asset_not_found Dial down warning level when asset is not found
OpenStack: update csi images
chore(networking): bump aws-cni to 1.19.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Release 1.31.0-beta.1
…ctions/setup-go-5.2.0 build(deps): bump actions/setup-go from 5.1.0 to 5.2.0
chore(channels): update alpha k8s and ubuntu ami versions
…licy Temporarily skip failing cilium test to unblock PRs
Only set NTH ManagedASGTag label if it doesn't already exist
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 : )