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

docs: Update note about presence of boot settings to k8s-1.23 and beyond #2358

Conversation

markusboehme
Copy link
Member

Issue number: n/a

Description of changes:

Update the readme to add a note about the presence of boot settings. The settings model includes the boot settings on all k8s-1.23 variants now. Of the non-devel variants, metal-k8s-1.22 was first and deserves a special mention.

Testing done:

$ git grep 'boot: BootSettings'
sources/models/src/aws-k8s-1.23-nvidia/mod.rs:    boot: BootSettings,
sources/models/src/aws-k8s-1.23/mod.rs:    boot: BootSettings,
sources/models/src/metal-dev/mod.rs:    boot: BootSettings,
sources/models/src/metal-k8s-1.22/mod.rs:    boot: BootSettings,
sources/models/src/metal-k8s-1.23/mod.rs:    boot: BootSettings,
sources/models/src/vmware-k8s-1.23/mod.rs:    boot: BootSettings,

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

README.md Outdated Show resolved Hide resolved
The settings model includes the boot settings on all bare metal
variants and all k8s-1.23 variants. Future variants will pick up the
setting as well.

Signed-off-by: Markus Boehme <markubo@amazon.com>
@markusboehme markusboehme force-pushed the docs/variants-with-boot-settings branch from e94034a to bbf100d Compare August 19, 2022 10:46
@markusboehme
Copy link
Member Author

Force push adopts Erikson's suggested wording.

Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

🥂

@markusboehme markusboehme merged commit 6470802 into bottlerocket-os:develop Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants