Description of problem: Created a demo application from webconsole using quickstarts and it just shows one messages as below : Deployment config does not have minimum availability. kind: DeploymentConfig apiVersion: apps.openshift.io/v1 metadata: name: newapp namespace: mytest selfLink: /apis/apps.openshift.io/v1/namespaces/mytest/deploymentconfigs/newapp uid: 96596e24-245d-11e9-b360-0a580a81006e resourceVersion: '1830234' generation: 1 creationTimestamp: '2019-01-30T07:06:38Z' labels: app: newapp spec: strategy: type: Rolling rollingParams: updatePeriodSeconds: 1 intervalSeconds: 1 timeoutSeconds: 600 maxUnavailable: 25% maxSurge: 25% resources: {} activeDeadlineSeconds: 21600 triggers: - type: ImageChange imageChangeParams: automatic: true containerNames: - newapp from: kind: ImageStreamTag namespace: mytest name: 'newapp:latest' - type: ConfigChange replicas: 1 revisionHistoryLimit: 10 test: false selector: app: newapp deploymentconfig: newapp template: metadata: creationTimestamp: null labels: app: newapp deploymentconfig: newapp spec: containers: - name: newapp image: 'newapp:latest' ports: - containerPort: 8080 protocol: TCP - containerPort: 8443 protocol: TCP resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File imagePullPolicy: Always restartPolicy: Always terminationGracePeriodSeconds: 30 dnsPolicy: ClusterFirst securityContext: {} schedulerName: default-scheduler status: latestVersion: 0 observedGeneration: 1 replicas: 0 updatedReplicas: 0 availableReplicas: 0 unavailableReplicas: 0 conditions: - type: Available status: 'False' lastUpdateTime: '2019-01-30T07:06:38Z' lastTransitionTime: '2019-01-30T07:06:38Z' message: Deployment config does not have minimum availability. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Deployment doesnt suceeds Expected results: Quickstarts should have worked Additional info:
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days