From abada61930aa308cdf237fb0727f25db8c817b79 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Wed, 14 Dec 2022 18:09:02 +0100 Subject: [PATCH] chore(kustomize): support for runtime class --- .../crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml | 9 +++++++++ config/install.yaml | 3 +++ 2 files changed, 12 insertions(+) diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 5b31bb0..51ce760 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -1235,6 +1235,15 @@ spec: type: object type: object type: object + runtimeClassName: + description: 'RuntimeClassName refers to a RuntimeClass object + in the node.k8s.io group, which should be used to run the + Tenant Control Plane pod. If no RuntimeClass resource matches + the named class, the pod will not be run. If unset or empty, + the "legacy" RuntimeClass will be used, which is an implicit + class with an empty definition that uses the default runtime + handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class' + type: string tolerations: description: 'If specified, the Tenant Control Plane pod''s tolerations. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/' diff --git a/config/install.yaml b/config/install.yaml index 494d7b7..1f705b8 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -998,6 +998,9 @@ spec: type: object type: object type: object + runtimeClassName: + description: 'RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run the Tenant Control Plane pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class' + type: string tolerations: description: 'If specified, the Tenant Control Plane pod''s tolerations. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/' items: