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
title={t('public~DeploymentConfig is being deprecated with OpenShift 4.14')}
224
+
>
225
+
<p>
226
+
{t(
227
+
'public~Feature development of DeploymentConfigs will be deprecated in OpenShift Container Platform 4.14.',
228
+
)}
229
+
</p>
230
+
<p>
231
+
{t(
232
+
'public~DeploymentConfigs will continue to be supported for security and critical fixes, but you should migrate to Deployments wherever it is possible.',
Copy file name to clipboardExpand all lines: frontend/public/locales/en/public.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -467,6 +467,10 @@
467
467
"{{maxSurge}} greater than {{count}} pod_other": "{{maxSurge}} greater than {{count}} pods",
468
468
"Min ready seconds": "Min ready seconds",
469
469
"Triggers": "Triggers",
470
+
"DeploymentConfig is being deprecated with OpenShift 4.14": "DeploymentConfig is being deprecated with OpenShift 4.14",
471
+
"Feature development of DeploymentConfigs will be deprecated in OpenShift Container Platform 4.14.": "Feature development of DeploymentConfigs will be deprecated in OpenShift Container Platform 4.14.",
472
+
"DeploymentConfigs will continue to be supported for security and critical fixes, but you should migrate to Deployments wherever it is possible.": "DeploymentConfigs will continue to be supported for security and critical fixes, but you should migrate to Deployments wherever it is possible.",
473
+
"Learn more about Deployments": "Learn more about Deployments",
0 commit comments