Fix typo limitied
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
fb9aca3128
commit
27de9f6ece
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ func NewDaemon(config *Config, registryService registry.Service, containerdRemot
|
|||
|
||||
// Ensure that we have a correct root key limit for launching containers.
|
||||
if err := ModifyRootKeyLimit(); err != nil {
|
||||
logrus.Warnf("unable to modify root key limit, number of containers could be limitied by this quota: %v", err)
|
||||
logrus.Warnf("unable to modify root key limit, number of containers could be limited by this quota: %v", err)
|
||||
}
|
||||
|
||||
// Ensure we have compatible and valid configuration options
|
||||
|
|
Loading…
Reference in a new issue