openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
135 stars 146 forks source link

[apb] issue from running oc run per readme. #102

Closed piggyvenus closed 5 years ago

piggyvenus commented 5 years ago

I get error: cannot attach to v1.DeploymentConfig: selector for v1.DeploymentConfig not implemented. I was able to make, but not able to run the apb container on OCP 3.11.43.

piggyvenus commented 5 years ago

Never mind, I have to update the deployment to use ImageStreamTag to pull the image from the cluster registry. Thing is working now.