DeploymentConfig does not create pods in RHOCP 4
Issue
- Even after scaling up the
DeploymentConfig
, the new pods do not come up:
$ oc scale --replicas=1 dc/example-app
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
Warning: extensions/v1beta1 Scale is deprecated in v1.2+, unavailable in v1.16+
deploymentconfig.apps.openshift.io/example-app scaled
$ oc get deploymentconfigs.apps.openshift.io example-app
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
NAME REVISION DESIRED CURRENT TRIGGERED BY
example-app 27 1 0
Environment
- Red Hat OpenShift Container Platform (RHOCP) 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.