mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 09:54:22 +01: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>
20 lines
285 B
JSON
20 lines
285 B
JSON
{
|
|
"metadata": {
|
|
"name": "busybox-container",
|
|
"namespace": "test.kata"
|
|
},
|
|
"image": {
|
|
"image": "docker.io/library/busybox:latest"
|
|
},
|
|
"command": [
|
|
"sleep",
|
|
"9999"
|
|
],
|
|
"args": [],
|
|
"working_dir": "/",
|
|
"log_path": "",
|
|
"stdin": false,
|
|
"stdin_once": false,
|
|
"tty": false
|
|
}
|