mirror of
https://github.com/lingble/talos.git
synced 2025-12-25 00:47:06 +00:00
chore: update provision/upgrade tests to 0.9.0-alpha.3
This drops support for 0.7.x in upgrade tests, and bumps tests to use version 0.9.0-alpha.3 as the next stable (it will eventually graduate to 0.9.0). Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
committed by
talos-bot
parent
02c0c25bad
commit
1d8ed9b5cd
@@ -71,11 +71,6 @@ func (p *provisioner) createNode(state *vm.State, clusterReq provision.ClusterRe
|
||||
|
||||
cmdline.SetAll(kernel.DefaultArgs)
|
||||
|
||||
// backwards compatibility to boot initrd from Talos < 0.8
|
||||
// we can remove it once we stop testing upgrades from versions < 0.8
|
||||
cmdline.Append("slub_debug", "P")
|
||||
cmdline.Append("page_poison", "1")
|
||||
|
||||
// required to get kernel console
|
||||
cmdline.Append("console", arch.Console())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user