[FEATURE] allow to set container-runtime via config
parent
68c546ff1d
commit
043c45ddf4
|
@ -52,6 +52,12 @@ var settings = []Setting{
|
|||
validations: []setFn{IsValidDriver},
|
||||
callbacks: []setFn{RequiresRestartMsg},
|
||||
},
|
||||
{
|
||||
name: "container-runtime",
|
||||
set: SetString,
|
||||
validations: []setFn{IsContainerdRuntime},
|
||||
callbacks: []setFn{RequiresRestartMsg},
|
||||
},
|
||||
{
|
||||
name: "feature-gates",
|
||||
set: SetString,
|
||||
|
|
Loading…
Reference in New Issue