Skip to content
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

[Backport release-1.28] Use statically initialized runtime schemes #4601

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

k0s-bot
Copy link

@k0s-bot k0s-bot commented Jun 12, 2024

Automated backport to release-1.28, triggered by a label in #4585.
See .

@k0s-bot k0s-bot requested a review from a team as a code owner June 12, 2024 08:26
@twz123 twz123 changed the title [Backport release-1.28] [Backport release-1.29] Use statically initialized runtime schemes [Backport release-1.28] Use statically initialized runtime schemes Jun 12, 2024
@twz123 twz123 added bug Something isn't working backport/release-1.27 PR that needs to be backported/cherrypicked to release-1.27 branch labels Jun 12, 2024
This fixes a potential panic during k0s startup when components are
started at the same time that register new types for shared schemes.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit 7743df2)
(cherry picked from commit d8a5e6d)
(cherry picked from commit 6df74f9)
So that the extensions controller knows about Chart resources.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
@twz123 twz123 force-pushed the backport-4585-to-release-1.28 branch from f5d1691 to 961f303 Compare June 17, 2024 13:24
@twz123 twz123 merged commit 434229e into release-1.28 Jun 18, 2024
72 checks passed
@twz123 twz123 deleted the backport-4585-to-release-1.28 branch June 18, 2024 13:02
@k0s-bot
Copy link
Author

k0s-bot commented Jun 18, 2024

Backport failed for release-1.27, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.27
git worktree add -d .worktree/backport-4601-to-release-1.27 origin/release-1.27
cd .worktree/backport-4601-to-release-1.27
git checkout -b backport-4601-to-release-1.27
ancref=$(git merge-base d7f11cf2d7a3d1c1a77bfb9220a39cd871e5bdd4 961f3034dfdabc646e9d705b4d56a89520962644)
git cherry-pick -x $ancref..961f3034dfdabc646e9d705b4d56a89520962644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/release-1.27 PR that needs to be backported/cherrypicked to release-1.27 branch bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants