mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +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>
29 lines
383 B
JSON
29 lines
383 B
JSON
{
|
|
"metadata": {
|
|
"name": "redis-server-pod",
|
|
"uid": "test-redis-server-pod",
|
|
"namespace": "test.kata"
|
|
},
|
|
"hostname": "redis-server",
|
|
"log_directory": "",
|
|
"dns_config": {
|
|
"searches": [
|
|
"8.8.8.8"
|
|
]
|
|
},
|
|
"port_mappings": [],
|
|
"resources": {
|
|
"cpu": {
|
|
"limits": 1,
|
|
"requests": 1
|
|
}
|
|
},
|
|
"labels": {
|
|
"tier": "backend"
|
|
},
|
|
"annotations": {
|
|
},
|
|
"linux": {
|
|
}
|
|
}
|