Skip to content

Commit

Permalink
provided the run time container class
Browse files Browse the repository at this point in the history
  • Loading branch information
imoisharma committed Oct 19, 2022
1 parent 47830fb commit 4c13795
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions containers/container-runtime/runtime-sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RuntimeClass is defined in the node.k8s.io API group
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
# The name the RuntimeClass will be referenced by.
# RuntimeClass is a non-namespaced resource.
name: myclass
# The name of the corresponding CRI configuration
handler: myconfiguration
2 changes: 1 addition & 1 deletion pod-priority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: high-priority
value: 1000000
globalDefault: false
description: "This priority class should be used for XYZ service pods only."
description: "This priority class should be used for sharmio service pods only."

0 comments on commit 4c13795

Please sign in to comment.