-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[release-1.25] Backport version bumps and bugfixes #7718
Merged
brandond
merged 12 commits into
k3s-io:release-1.25
from
brandond:2023-06-backports_release-1.25
Jun 12, 2023
Merged
[release-1.25] Backport version bumps and bugfixes #7718
brandond
merged 12 commits into
k3s-io:release-1.25
from
brandond:2023-06-backports_release-1.25
Jun 12, 2023
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
Signed-off-by: Andrew Roffey <andrew@roffey.au> (cherry picked from commit 0485a56)
Fixes issue with localhost access to ServiceLB when ExternalTrafficPolicy=Local Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 93279d2)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit e9958cf)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 8748813)
Only actual admin actions should use the admin kubeconfig; everything done by the supervisor/deploy/helm controllers will now use a distinct account for audit purposes. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 64a5f58)
Made with ❤️️ by updatecli (cherry picked from commit a5928ee)
It is no way we can configure the lb image because it is a const value. It would be better that we make it variable value and we can override the value like the `helm-controller` job image when compiling k3s/rke2 Signed-off-by: Yuxing Deng <jxfa0043379@hotmail.com> (cherry picked from commit b64a226)
Allows nodes to join the cluster during a webhook outage. This also enhances auditability by creating Kubernetes events for the deferred verification. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 45d8c1a)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5170bc5)
These were unintentionally dropped when moving containerd back into the main multicall binary Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit e5e1a67)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release-1.25 #7718 +/- ##
================================================
+ Coverage 10.06% 10.09% +0.02%
================================================
Files 148 148
Lines 10766 10810 +44
================================================
+ Hits 1084 1091 +7
- Misses 9459 9495 +36
- Partials 223 224 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
manuelbuil
approved these changes
Jun 9, 2023
rbrtbnfgl
approved these changes
Jun 9, 2023
johnatasr
approved these changes
Jun 9, 2023
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.
Proposed Changes
Backport version bumps and bugfixes for the 2023-06 release:
Types of Changes
Backports
Verification
See linked issues
Testing
Linked Issues
.:53
block via *.override keys incoredns-custom
ConfigMap #7641User-Facing Change
Further Comments