Skip to content

Commit

Permalink
kata-runtimeClasses: Alphabetically sort the enrties
Browse files Browse the repository at this point in the history
This will become handy in the near future, as we want to have separate
enrties for each file, while still keeping this one.

Having the entries sorted will make our lives easier to test those are
always in sync.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Jul 28, 2023
1 parent 61a8eab commit 9e17106
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu
handler: kata-qemu
name: kata-clh
handler: kata-clh
overhead:
podFixed:
memory: "160Mi"
memory: "130Mi"
cpu: "250m"
scheduling:
nodeSelector:
Expand All @@ -15,86 +15,86 @@ scheduling:
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu-sev
handler: kata-qemu-sev
name: kata-dragonball
handler: kata-dragonball
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
memory: "130Mi"
cpu: "250m"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu-tdx
handler: kata-qemu-tdx
name: kata-fc
handler: kata-fc
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
memory: "130Mi"
cpu: "250m"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu-snp
handler: kata-qemu-snp
name: kata-qemu-nvidia-gpu
handler: kata-qemu-nvidia-gpu
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
memory: "160Mi"
cpu: "250m"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-clh
handler: kata-clh
name: kata-qemu-sev
handler: kata-qemu-sev
overhead:
podFixed:
memory: "130Mi"
cpu: "250m"
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-fc
handler: kata-fc
name: kata-qemu-snp
handler: kata-qemu-snp
overhead:
podFixed:
memory: "130Mi"
cpu: "250m"
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-dragonball
handler: kata-dragonball
name: kata-qemu-tdx
handler: kata-qemu-tdx
overhead:
podFixed:
memory: "130Mi"
cpu: "250m"
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu-nvidia-gpu
handler: kata-qemu-nvidia-gpu
name: kata-qemu
handler: kata-qemu
overhead:
podFixed:
memory: "160Mi"
Expand Down

0 comments on commit 9e17106

Please sign in to comment.