Преглед изворни кода

Add gpu definition to feature capability map

Waqar Ahmed пре 4 година
родитељ
комит
afb7ea9180
2 измењених фајлова са 5 додато и 0 уклоњено
  1. 1 0
      charts/ix-chart/2010.0.1/templates/_workload.tpl
  2. 4 0
      features_capability.json

+ 1 - 0
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 }}

+ 4 - 0
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"}