Skip to content

Commit

Permalink
feat: containerd and directories size
Browse files Browse the repository at this point in the history
  • Loading branch information
nikshithkolan committed Mar 18, 2024
1 parent e6c1b40 commit 72aaf3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions specification_files/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,30 +180,30 @@
"minimum_size": "50",
"path": "/"
},
{
"minimum_size": "50",
"path": "/opt"
},
{
"minimum_size": "100",
"path": "/var/lib/docker"
"path": "/var/lib/containerd"
},
{
"minimum_size": "100",
"path": "/var/lib/kubelet"
},
{
"minimum_size": "50",
"minimum_size": "300",
"path": "/var/openebs"
},
{
"minimum_size": "2",
"path": "/var/lib/apiserver"
}
],

// Directories that need to be mounted.
"directory_mount": [
"/var/openebs",
"/var/lib/docker",
"/var/lib/containerd",
"/var/lib/kubelet",
"/opt"
"/var/lib/apiserver"
],

// List of executables that are disallowed.
Expand Down

0 comments on commit 72aaf3d

Please sign in to comment.