mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Merge pull request #1743 from rancher/v0.8.x
fix downgrade from 0.8/0.9 to 0.7, and back again
This commit is contained in:
@@ -201,7 +201,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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user