mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Adjust the parameter upgrade-console order (#2246)
This commit is contained in:
@@ -210,7 +210,7 @@ func osVersion(c *cli.Context) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func startUpgradeContainer(image string, stage, force, reboot, kexec, debug bool, upgradeConsole bool, kernelArgs string) error {
|
func startUpgradeContainer(image string, stage, force, reboot, kexec, upgradeConsole, debug bool, kernelArgs string) error {
|
||||||
command := []string{
|
command := []string{
|
||||||
"-t", "rancher-upgrade",
|
"-t", "rancher-upgrade",
|
||||||
"-r", config.Version,
|
"-r", config.Version,
|
||||||
|
Reference in New Issue
Block a user