mirror of
https://github.com/rancher/os.git
synced 2025-09-13 13:39:53 +00:00
Don't complain if there is no cloud-config supplied when upgrading
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -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", "rancher-upgrade",
|
||||
"-t", "upgrade",
|
||||
"-r", config.Version,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user