talos
talos copied to clipboard
Talos Linux is a modern Linux distribution built for Kubernetes.
I'm following the getting started guide and the secure boot guide. but I seem to be running into a cert error after applying my config. I'm unsure on how to...
## Feature Request ### Description https://spdk.io/doc/system_configuration.html ``` "error loading module \"uio_pci_generic\": module not found" ``` This module is require to use nvme with SPDK. I'm guessing I had to enable...
# Pull Request ## What? (description) Initial SELinux support ## Why? (reasoning) Improve security, #8016 ## Acceptance Please use the following checklist: - [x] you linked an issue (if applicable)...
Support dropping into a very minimal debug shell. ```bash sudo -E --preserve-env=HOME _out/talosctl-linux-amd64 cluster create --provisioner=qemu $REGISTRY_MIRROR_FLAGS --controlplanes=1 --workers=0 --with-bootloader=false --with-debug-shell ```
## Feature Request ### Description If you're on newer Talos versions like 1.7.6 you get this warning while installing: `WARNING: .machine.install.extensions is deprecated, please see https://www.talos.dev/latest/talos-guides/install/boot-assets/` So the way arround...
Given: ```yaml cluster: apiServer: auditPolicy: apiVersion: audit.k8s.io/v1 kind: Policy rules: controlPlane: endpoint: https://localhost:6443 ``` This: ```yaml cluster: apiServer: auditPolicy: rules: - $patch: delete level: Metadata ``` Should work and result...
## Bug Report After upgrading to 1.7.6. If a pod listen to hostPort, any request to services with the same port number on the same node will be redirected to...
## Feature Request Create symlinks in the node configuration. e.g : ```yaml machine: symlink: - path: '/dev/sdb1' dest: '/opt/disks/vol1' ``` ### Description I have a rather specific use case in...