[FEATURE] allow to set container-runtime via config

pull/4834/head
RA489 2019-07-04 13:39:01 +05:30
parent 68c546ff1d
commit 043c45ddf4
1 changed files with 6 additions and 0 deletions

View File

@ -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,