You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Deploying to Kubernetes (:exclamation: not tested yet)
229
230
230
231
Check out [the Kubernetes examples](https://github.com/kubernetes/examples/tree/master/staging/selenium)
231
232
on how to deploy selenium hub and nodes on a Kubernetes cluster.
@@ -480,33 +481,33 @@ Like this, the script will poll until the Grid is ready, and then your tests wil
480
481
481
482
In the event you wish to visually see what the browser is doing you will want to run the `debug` variant of node or standalone images. A VNC server will run on port 5900. You are free to map that to any free external port that you wish. Keep in mind that you will only be able to run one node per port so if you wish to include a second node, or more, you will have to use different ports, the 5900 as the internal port will have to remain the same though as thats the VNC service on the node. The second example below shows how to run multiple nodes and with different VNC ports open:
You can acquire the port that the VNC server is exposed to by running:
@@ -525,9 +526,9 @@ If you are running [Boot2Docker](https://docs.docker.com/installation/mac/) on O
525
526
526
527
When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it:
0 commit comments