talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
Follow-up to https://github.com/siderolabs/talos/issues/4445 Dropping `CAP_SYS_BOOT` and `CAP_SYS_MODULES` does not get skipped after I disable kexec per the release notes. This patch makes it work as advertised: ```diff --- a/internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go +++...
This adds support for automatically registering node hostnames in DNS by sending the current hostname to DHCP via option 12. If the current hostname is updated, issue a new DISCOVER...
# Pull Request ## What? (description) ## Why? (reasoning) ## Acceptance Please use the following checklist: - [ ] you linked an issue (if applicable) - [ ] you included...
- server CA validation: might be nothing, if the server CA is publicly trusted - several client authentication schemes: - (as it is today): client cert + key - Basic...
## Feature Request Since there is already an integrated WireGuard service in the OS itself, I think it would be great if it can be used as a personal VPN...
## Bug Report ### Description I followed the instructions on Talos doc: https://www.talos.dev/docs/v0.8/single-board-computers/rpi_4/#updating-the-eeprom until bootstrapping the node part. I use the interactive flag, only changes I did are the cluster...
## Feature Request ### Description I couldn't find an easy way to programmatically get the currently installed tag using `talosctl`, so `talosctl version` should support JSON/YAML output. Maybe I missed...
Patch version linter upgrade. Signed-off-by: Dmitriy Matrenichev
Hi. `talosctl config merge` should have `--overwrite` option like `talosctl kubeconfig`.
It helps delete the member with the empty hostname (uninitialized member). close #4896 ## Acceptance Please use the following checklist: - [ ] you linked an issue (if applicable) -...