-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.16, 4.17
-
None
-
False
-
Description of problem:
Fix the warning to show the correct information for DeploymentConfig unavailability.
Version-Release number of selected component (if applicable):
4.14,4.15,4.16
How reproducible:
100%
Steps to Reproduce:
$ oc get dc Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ NAME REVISION DESIRED CURRENT TRIGGERED BY hello-world-nginx 1 1 0 config,image(hello-world-nginx:latest)
Actual results:
When a project has DeploymentConfig, while running `oc get dc` command it shows a warning stating that the DC is deprecated in 4.14+ and unavailable in v4.10000+.
Expected results:
The unavailable version should be displayed exactly or if we are not sure when the DC will be unvailable we can put something else in the warning but not `unavailable in v4.10000+` becase this does not seem something valuable.
Additional info: