-
Bug
-
Resolution: Done
-
Normal
-
4.11
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
Rejected
-
ODC Sprint 235, ODC Sprint 236
-
2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-6672. The following is the description of the original issue:
—
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:
- clones
-
OCPBUGS-6672 In DeploymentConfig both the Form view and Yaml view are not in sync
-
- Closed
-
- is blocked by
-
OCPBUGS-6672 In DeploymentConfig both the Form view and Yaml view are not in sync
-
- Closed
-
- is duplicated by
-
OCPBUGS-4683 In DeploymentConfig the selector and labels values are changed when an image is changed from GUI console
-
- Closed
-
- links to