You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talos now reboots by default via kexec syscall which means BIOS POST process is skipped.
On bare-metal hardware BIOS POST process might take 10-15 minutes, so Talos reboots 10-15 minutes faster on bare-metal.
Kexec support can be disabled with the following change to the machine configuration:
machine:
sysctls:
kernel.kexec_load_disabled: "1"
Hetzner, Scaleway, Upcloud and Vultr
Talos now natively supports four new cloud platforms:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Talos 0.13.0 (2021-10-12)
Welcome to the v0.13.0 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/talos-systems/talos/issues.
Cluster Discovery and KubeSpan
This release of Talos provides initial support for cluster membership discovery and KubeSpan.
These new features are not enabled by default, to enable them please make following changes to the machine configuration:
Reboots via kexec
Talos now reboots by default via kexec syscall which means BIOS POST process is skipped.
On bare-metal hardware BIOS POST process might take 10-15 minutes, so Talos reboots 10-15 minutes faster on bare-metal.
Kexec support can be disabled with the following change to the machine configuration:
Hetzner, Scaleway, Upcloud and Vultr
Talos now natively supports four new cloud platforms:
Also generic
cloud-init
nocloud
platform is supported in both networking and storage-based modes.etcd Advertised Address
The address advertised by etcd can now be controlled with new machine configuration option
machine.etcd.subnet
.kubelet Node IP
The addresses picked by kubelet can now be controlled with new machine configuration option
machine.kubelet.nodeIP.validSubnets
.Windows Suport
CLI tool talosctl is now built for Windows and published as part of the release.
Component Updates
Linux: 5.10.69
Kubernetes: 1.22.2
containerd: 1.5.6
runc: 1.0.2
Talos is built with Go 1.17.1.
Contributors
Changes
121 commits
audit-policy-file
inkube-apiserver
static podAll
lookupAffiliate
structure (for the node)extraMounts
MountStatus
yaml:",inline"
tagChanges since v0.13.0-beta.1
5 commits
audit-policy-file
inkube-apiserver
static podChanges from talos-systems/crypto
2 commits
Changes from talos-systems/discovery-service
19 commits
Changes from talos-systems/extras
3 commits
Changes from talos-systems/go-blockdevice
6 commits
All
lookup methodChanges from talos-systems/pkgs
9 commits
Changes from talos-systems/tools
6 commits
Dependency Changes
Previous release can be found at v0.12.0
Images
This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions