1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00

need to use the old -t rancher-upgrade type so we can downgrade to older releases

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-03-31 10:41:25 +10:00
parent 8a7c8d7758
commit e871741ec3

View File

@@ -196,7 +196,7 @@ func osVersion(c *cli.Context) error {
func startUpgradeContainer(image string, stage, force, reboot, kexec bool, upgradeConsole bool, kernelArgs string) error {
command := []string{
"-t", "upgrade",
"-t", "rancher-upgrade",
"-r", config.Version,
}