Slide 51
Slide 51 text
# This json is downloaded from
# https://github.com/kubernetes-incubator/cri-o
$ cat test/testdata/sandbox_config.json
{
"metadata": {
"name": "podsandbox1",
"uid": "redhat-test-crio",
"namespace": "redhat.test.crio",
"attempt": 1
},
"hostname": "crictl_host",
"log_directory": "",
"dns_config": {"searches": ["8.8.8.8"]},
"port_mappings": [],
"resources": {
"cpu": {
"limits": 3,
"requests": 2
},
"memory": {
"limits": 50000000,