mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 19:44:27 +01:00
Otherwise we may face errors like:
```
getting sandbox status of pod "d3af2db414ce8": metadata.Name,
metadata.Namespace or metadata.Uid is not in metadata
"&PodSandboxMetadata{Name:nydus-sandbox,Uid:,Namespace:default,Attempt:1,}"
getting sandbox status of pod "-A": rpc error: code = NotFound desc = an
error occurred when try to find sandbox: not found
```
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
15 lines
267 B
YAML
15 lines
267 B
YAML
metadata:
|
|
name: nydus-container
|
|
namespace: default
|
|
uid: nydus-containerd-uid
|
|
image:
|
|
image: ghcr.io/dragonflyoss/image-service/alpine:nydus-latest
|
|
command:
|
|
- tail
|
|
- -f
|
|
- /dev/null
|
|
linux:
|
|
resources:
|
|
memory_limit_in_bytes: 524288000
|
|
log_path: nydus.0.log
|