You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/packages/dev-console/locales/en/devconsole.json
+1-6
Original file line number
Diff line number
Diff line change
@@ -328,13 +328,9 @@
328
328
"Path": "Path",
329
329
"argument": "argument",
330
330
"The command to run inside the Container.": "The command to run inside the Container.",
331
-
"CPU and memory resource limits must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource limits are set.": "CPU and memory resource limits must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource limits are set.",
331
+
"CPU and memory resource requests must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource requests are set.": "CPU and memory resource requests must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource requests are set.",
332
332
"CPU resource limits must be set if you want to use CPU utilization. The HorizontalPodAutoscaler will not have CPU metrics until resource limits are set.": "CPU resource limits must be set if you want to use CPU utilization. The HorizontalPodAutoscaler will not have CPU metrics until resource limits are set.",
333
333
"Memory resource limits must be set if you want to use memory utilization. The HorizontalPodAutoscaler will not have memory metrics until resource limits are set.": "Memory resource limits must be set if you want to use memory utilization. The HorizontalPodAutoscaler will not have memory metrics until resource limits are set.",
334
-
"Cannot create a HorizontalPodAutoscaler with no valid metrics.": "Cannot create a HorizontalPodAutoscaler with no valid metrics.",
335
-
"CPU and memory utilization cannot be used currently.": "CPU and memory utilization cannot be used currently.",
336
-
"CPU utilization cannot be used currently.": "CPU utilization cannot be used currently.",
337
-
"Memory utilization cannot be used currently.": "Memory utilization cannot be used currently.",
338
334
"Note: Some fields may not be represented in this form view. Please select \"YAML view\" for full control.": "Note: Some fields may not be represented in this form view. Please select \"YAML view\" for full control.",
339
335
"Minimum Pods": "Minimum Pods",
340
336
"Maximum Pods": "Maximum Pods",
@@ -354,7 +350,6 @@
354
350
"Maximum Pods must be an integer.": "Maximum Pods must be an integer.",
355
351
"Maximum Pods should be greater than or equal to Minimum Pods.": "Maximum Pods should be greater than or equal to Minimum Pods.",
356
352
"Max Pods must be defined.": "Max Pods must be defined.",
357
-
"Average utilization must be a positive number.": "Average utilization must be a positive number.",
'devconsole~CPU and memory resource limits must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource limits are set.',
34
+
'devconsole~CPU and memory resource requests must be set if you want to use CPU and memory utilization. The HorizontalPodAutoscaler will not have CPU or memory metrics until resource requests are set.',
0 commit comments