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
The address advertised by etcd can now be controlled with new machine configuration option machine.etcd.subnet.
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:
machine:
sysctls:
kernel.kexec_load_disabled: "1"
kubelet Node IP
The addresses picked by kubelet can now be controlled with new machine configuration option machine.kubelet.nodeIP.validSubnets.
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:
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-beta.0 (2021-10-01)
Welcome to the v0.13.0-beta.0 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/talos-systems/talos/issues.
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.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.
etcd Advertised Address
The address advertised by etcd can now be controlled with new machine configuration option
machine.etcd.subnet
.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:
kubelet Node IP
The addresses picked by kubelet can now be controlled with new machine configuration option
machine.kubelet.nodeIP.validSubnets
.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:
Windows Suport
CLI tool talosctl is now built for Windows and published as part of the release.
Contributors
Changes
107 commits
All
lookupAffiliate
structure (for the node)extraMounts
MountStatus
yaml:",inline"
tagChanges since v0.13.0-alpha.3
6 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.0.
Beta Was this translation helpful? Give feedback.
All reactions