1
0
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:
Sven Dowideit
2017-02-21 19:27:03 +00:00
parent f93f360ab2
commit acc72e634e
2 changed files with 13 additions and 10 deletions

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", "rancher-upgrade",
"-t", "upgrade",
"-r", config.Version,
}