From afb7ea91804b1f95a7387c445950831589c7c6c9 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 16 Oct 2020 21:52:43 +0500 Subject: [PATCH] Add gpu definition to feature capability map --- charts/ix-chart/2010.0.1/templates/_workload.tpl | 1 + features_capability.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/charts/ix-chart/2010.0.1/templates/_workload.tpl b/charts/ix-chart/2010.0.1/templates/_workload.tpl index 494772c985..0d83756a28 100644 --- a/charts/ix-chart/2010.0.1/templates/_workload.tpl +++ b/charts/ix-chart/2010.0.1/templates/_workload.tpl @@ -63,6 +63,7 @@ containers: {{- include "containerEnvVariables" . | indent 2 }} {{- include "containerLivenssProbe" . | indent 2 }} {{- include "containerPorts" . | indent 2 }} + {{- include "containerResourceConfiguration" . | indent 2 }} {{- include "volumeConfiguration" . }} {{- include "dnsConfiguration" . }} {{- end }} diff --git a/features_capability.json b/features_capability.json index 921a57e1b0..0cc0a8c861 100644 --- a/features_capability.json +++ b/features_capability.json @@ -11,6 +11,10 @@ "stable": {"min": "20.12-ALPHA"}, "nightlies": {"min": "20.10-MASTER-somever"} }, + "definitions/gpuConfiguration": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.10-MASTER-somever"} + }, "validations/persistentVolumeClaims": { "stable": {"min": "20.12-ALPHA"}, "nightlies": {"min": "20.10-MASTER-somever"}