blob: de4940ad1318a786ab954948573a5fe47bfa3698 [file] [log] [blame] [edit]
{
"metadata": {
"name": "podsandbox-sleep"
},
"image": {
"image": "ghcr.io/containerd/alpine"
},
"command": [
"/bin/ash"
],
"args": [
"-c",
"while true; do echo -n 'hello: '; date; sleep 0.5;done"
],
"working_dir": "/",
"envs": [
{
"key": "PATH",
"value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key": "GLIBC_TUNABLES",
"value": "glibc.pthread.rseq=0"
}
],
"annotations": {
"pod": "podsandbox"
},
"log_path": "log.file",
"stdin": false,
"stdin_once": false,
"tty": false,
"linux": {
"security_context": {
"namespace_options": {
"pid": 1
},
"readonly_rootfs": false
},
"resources": {
"cpu_period": 10000,
"cpu_quota": 20000,
"cpu_shares": 512,
"oom_score_adj": 30,
"memory_limit_in_bytes": 268435456
}
}
}