mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor files
This commit is contained in:
15
vendor/k8s.io/kubernetes/examples/cpu-manager/exclusive-2.yaml
generated
vendored
Normal file
15
vendor/k8s.io/kubernetes/examples/cpu-manager/exclusive-2.yaml
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: exclusive-2
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/connordoyle/cpuset-visualizer
|
||||
name: exclusive-2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 2
|
||||
memory: "256M"
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: "256M"
|
Reference in New Issue
Block a user