mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-15 06:55:16 +00:00
16 lines
249 B
YAML
16 lines
249 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: simple-centos1
|
|
annotations:
|
|
labels:
|
|
app: simple
|
|
spec:
|
|
containers:
|
|
- name: simple-centos1
|
|
image: centos:8
|
|
command: ["/bin/sleep", "10000"]
|
|
securityContext:
|
|
privileged: true
|