mirror of
https://github.com/rancher/os.git
synced 2025-09-12 21:23:13 +00:00
add upgrade framework for rancherctl os command
This commit is contained in:
@@ -46,6 +46,7 @@ type Config struct {
|
||||
RescueContainer *ContainerConfig `yaml:"rescue_container,omitempty"`
|
||||
State ConfigState `yaml:"state,omitempty"`
|
||||
Userdocker UserDockerInfo `yaml:"userdocker,omitempty"`
|
||||
OsUpgradeChannel string `yaml:"os_upgrade_channel,omitempty"`
|
||||
SystemContainers []ContainerConfig `yaml:"system_containers,omitempty"`
|
||||
SystemDockerArgs []string `yaml:"system_docker_args,flow,omitempty"`
|
||||
Modules []string `yaml:"modules,omitempty"`
|
||||
|
Reference in New Issue
Block a user