This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
linxin-deviceplugindemo/deployment/demodeployment.yaml

14 lines
226 B
YAML
Raw Normal View History

2023-03-10 17:41:19 +08:00
---
apiVersion: v1
kind: Pod
metadata:
name: demo-pod1
spec:
containers:
- name: demo-container-2
image: centos:latest
command: ["top","-b"]
resources:
limits:
deviceplugindemo/1: 1