kubezero/charts/kubeadm/templates/resources/10-runtimeClass.yaml

11 lines
166 B
YAML
Raw Normal View History

2021-06-29 15:39:44 +00:00
{{- if .Values.disabledfor120 }}
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
name: crio
handler: runc
overhead:
podFixed:
memory: 16Mi
2021-06-29 15:39:44 +00:00
{{- end }}