mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Add sysctl support in cloud config
This commit is contained in:
@@ -112,6 +112,7 @@ type RancherConfig struct {
|
||||
RegistryAuths map[string]types.AuthConfig `yaml:"registry_auths,omitempty"`
|
||||
Defaults Defaults `yaml:"defaults,omitempty"`
|
||||
ResizeDevice string `yaml:"resize_device,omitempty"`
|
||||
Sysctl map[string]string `yaml:"sysctl,omitempty"`
|
||||
}
|
||||
|
||||
type UpgradeConfig struct {
|
||||
|
Reference in New Issue
Block a user