-
Bug
-
Resolution: Done
-
Normal
-
4.11
-
Moderate
-
None
-
ODC Sprint 231, ODC Sprint 235
-
2
-
Rejected
-
False
-
This is a clone of issue OCPBUGS-4684. The following is the description of the original issue:
—
Description of problem:
In DeploymentConfig both the Form view and Yaml view are not in sync
Version-Release number of selected component (if applicable):
4.11.13
How reproducible:
Always
Steps to Reproduce:
1. Create a DC with selector and labels as given below spec: replicas: 1 selector: app: apigateway deploymentconfig: qa-apigateway environment: qa strategy: activeDeadlineSeconds: 21600 resources: {} rollingParams: intervalSeconds: 1 maxSurge: 25% maxUnavailable: 25% timeoutSeconds: 600 updatePeriodSeconds: 1 type: Rolling template: metadata: labels: app: apigateway deploymentconfig: qa-apigateway environment: qa 2. Now go to GUI--> Workloads--> DeploymentConfig --> Actions--> Edit DeploymentConfig, first go to Form view and now switch to Yaml view, the selector and labels shows as app: ubi8 while it should display app: apigateway selector: app: ubi8 deploymentconfig: qa-apigateway environment: qa template: metadata: creationTimestamp: null labels: app: ubi8 deploymentconfig: qa-apigateway environment: qa 3. Now in yaml view just click reload and the value is displayed as it is when it was created (app: apigateway).
Actual results:
Expected results:
Additional info:
- blocks
-
OCPBUGS-11580 In DeploymentConfig both the Form view and Yaml view are not in sync
- Closed
- clones
-
OCPBUGS-4684 In DeploymentConfig both the Form view and Yaml view are not in sync
- Closed
- is blocked by
-
OCPBUGS-4684 In DeploymentConfig both the Form view and Yaml view are not in sync
- Closed
- is cloned by
-
OCPBUGS-11580 In DeploymentConfig both the Form view and Yaml view are not in sync
- Closed
- is duplicated by
-
OCPBUGS-8108 Unable to add Environment Variable to a Deployment
- Closed
- links to