ddavison / selenium-openshift-templates

OpenShift Templates for a scalable Selenium infrastructure
43 stars 64 forks source link

Commands not running on OCP v4.x #22

Open sayom88 opened 4 years ago

sayom88 commented 4 years ago

Hello Team, I am a OCP cluster v 4.x. I am trying to run the commands: $ oc create -f selenium-hub.yaml $ oc create -f selenium-node-chrome-debug.yaml

I see that template.template.openshift.io/selenium-hub created and template.template.openshift.io/selenium-node-chrome-debug created, but then when I am running the command to check the pods (oc get pods), I see that no pods have got created.

Any idea why this is happening please.

Tnx.

sayom88 commented 4 years ago

hello @ddavison any updates on this please....tnx

ddavison commented 4 years ago

I see that template.template.openshift.io/selenium-hub created and template.template.openshift.io/selenium-node-chrome-debug created

It sounds as if they weren't created, possibly 🤔

sayom88 commented 4 years ago

Hi @ddavison ,can you then suggest when we can implement them on OCP 4.x please.

jagraj commented 3 years ago

@ddavison @sayom88 - I got into same issues where I could not make these work on my Openshift 4.5.x cluster and I modified templates to make them work. May be you can create new branch and move Openshift 3.x support to that branch and make "master" branch for Openshift 4.5.x support.

Here are the updates I made to make all this work.

My pull request: https://github.com/ddavison/selenium-openshift-templates/pull/23

sayom88 commented 3 years ago

@ddavison can you kindly suggest when we can implement them on OCP 4.x please.