mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 18:27:10 +00:00
If no namespace field in config files, CRI-O will failed: setting pod sandbox name and id: cannot generate pod name without namespace Signed-off-by: bin liu <bin@hyper.sh>
21 lines
267 B
JSON
21 lines
267 B
JSON
{
|
|
"metadata": {
|
|
"name": "busybox-pod",
|
|
"uid": "busybox-pod",
|
|
"namespace": "test.kata"
|
|
},
|
|
"hostname": "busybox_host",
|
|
"log_directory": "",
|
|
"dns_config": {
|
|
},
|
|
"port_mappings": [],
|
|
"resources": {
|
|
},
|
|
"labels": {
|
|
},
|
|
"annotations": {
|
|
},
|
|
"linux": {
|
|
}
|
|
}
|