forked from siderolabs/talos
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: fix typo on virtualbox guide #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
Merged
Merged
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
Add more logging output. Force non-UEFI boot. Signed-off-by: Andrey Smirnov <[email protected]>
See jsimonetti/rtnetlink#256 See #10696 Support setting address priority, this is important to ensure that the prefix route has appropriate priority. For now, we don't have it exposed in the machine config except for the DHCP4 operator, so now both routes created explicitly by DHCP and routes created implicitly have same metric/priority: ``` 172.20.0.2 network RouteStatus inet4//172.20.0.0/24/1024 1 172.20.0.0/24 enp0s2 1024 172.20.0.2 network RouteStatus inet4/172.20.0.1//1024 1 172.20.0.1 enp0s2 1024 ``` Before this change, the first route would have a metric zero. Signed-off-by: Andrey Smirnov <[email protected]>
See https://github.com/kubernetes/kubernetes/releases/tag/v1.33.0-rc.1 Signed-off-by: Andrey Smirnov <[email protected]>
This might potentially fix the algolia search results being always empty. Signed-off-by: Orzelius <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
We have now two `MountStatus` resources: one legacy under `runtime`, and another (new one) under `block`. As the old `MountStatus` is still used e.g. in Omni, we still keep it around. In order to fix `talosctl get mountstatus` to be non-ambigious, we suppress aliases for the legacy resource: ``` talosctl get mountstatus NODE NAMESPACE TYPE ID VERSION SOURCE TARGET FILESYSTEM VOLUME 172.20.0.2 runtime MountStatus /etc/cni 2 /etc/cni none /etc/cni 172.20.0.2 runtime MountStatus /etc/kubernetes 2 /etc/kubernetes none /etc/kubernetes ``` Fixes #10666 See cosi-project/runtime#588 Signed-off-by: Andrey Smirnov <[email protected]>
Clarify documentation. Signed-off-by: Steve Francis <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
Quality of Life improvement: avoid downloading Hugo scheme when doing `make docs-preview`. See docs https://docker.hugomods.com/docs/development/docker-run/ Signed-off-by: Andrey Smirnov <[email protected]>
See https://github.com/flannel-io/flannel/releases/tag/v0.26.7 Signed-off-by: Andrey Smirnov <[email protected]>
Add new SBCs info. Signed-off-by: Noel Georgi <[email protected]>
Documentation updates. Signed-off-by: Steve Francis <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
Only select `x86_64-efi` if EFI needs to be installed. Signed-off-by: Noel Georgi <[email protected]>
fix GRUB install EFI mount point. Signed-off-by: Noel Georgi <[email protected]>
* Add a dark theme The latest bootstrap supports themes out of the box. Utilize the dark theme and fix our custom styles that broke in the process. * Fix the language tag 1px offset issue Remove the custom script that added the copy button and use the native solution available with the newer hugo version. That script also added the small element on top of the code blocks that showed the language, so this needed to be added back manually. Signed-off-by: Orzelius <[email protected]> Signed-off-by: Noel Georgi <[email protected]>
Fix OpenEBS typo. Signed-off-by: Bryan Mora <[email protected]> Signed-off-by: Noel Georgi <[email protected]>
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.
Pull Request
What? (description)
Fix type on virtualbox guide
Why? (reasoning)
Acceptance
Please use the following checklist:
make conformance
)make fmt
)make lint
)make docs
)make unit-tests
)Fix little typo on virtualbox guide