Skip to content

Commit

Permalink
Merge pull request #244 from ffromani/doc-examples-pod-burst
Browse files Browse the repository at this point in the history
doc: examples: add pod burst manifest
  • Loading branch information
ffromani authored Oct 30, 2023
2 parents 3dd5437 + 0188694 commit 9da3d1b
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions doc/examples/pod.burst.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
apiVersion: v1
kind: Pod
metadata:
name: testpod1
spec:
schedulerName: topology-aware-scheduler
containers:
- name: testcnt1
command: ["/usr/local/bin/numalign"]
env:
- name: NUMALIGN_SLEEP_HOURS
value: "127"
image: quay.io/fromani/numalign
resources:
limits:
cpu: '6'
memory: 128Mi
---
apiVersion: v1
kind: Pod
metadata:
name: testpod2
spec:
schedulerName: topology-aware-scheduler
containers:
- name: testcnt2
command: ["/usr/local/bin/numalign"]
env:
- name: NUMALIGN_SLEEP_HOURS
value: "127"
image: quay.io/fromani/numalign
resources:
limits:
cpu: '6'
memory: 128Mi
---
apiVersion: v1
kind: Pod
metadata:
name: testpod3
spec:
schedulerName: topology-aware-scheduler
containers:
- name: testcnt3
command: ["/usr/local/bin/numalign"]
env:
- name: NUMALIGN_SLEEP_HOURS
value: "127"
image: quay.io/fromani/numalign
resources:
limits:
cpu: '6'
memory: 128Mi

0 comments on commit 9da3d1b

Please sign in to comment.