Created
May 20, 2020 14:14
-
-
Save seleniumgists/cc6ace90b021ef903d32ee9753056f9c to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [adam@box infra]$ date && kubectl scale deployment selenium-node-chrome --replicas=3 | |
| śro, 20 maj 2020, 16:10:16 CEST | |
| deployment.apps/selenium-node-chrome scaled | |
| [adam@box infra]$ date && kubectl get pods | grep selenium | |
| śro, 20 maj 2020, 16:10:31 CEST | |
| selenium-hub-9cbc59c95-gtkr2 1/1 Running 0 64s | |
| selenium-node-chrome-79479f4b4f-glqp4 1/1 Running 0 42s | |
| selenium-node-chrome-79479f4b4f-grvdz 1/1 Running 0 42s | |
| selenium-node-chrome-79479f4b4f-ncmfg 1/1 Running 0 42s``` | |
| and in hub logs: | |
| ```14:09:57.434 INFO [DefaultGridRegistry.add] - Registered a node <http://10.244.7.82:5555> | |
| 14:09:58.487 INFO [DefaultGridRegistry.add] - Registered a node <http://10.244.7.162:5555> | |
| 14:09:58.887 INFO [DefaultGridRegistry.add] - Registered a node <http://10.244.6.173:5555> | |
| 14:09:59.002 INFO [DefaultGridRegistry.add] - Registered a node <http://10.244.6.249:5555> | |
| 14:12:28.238 INFO [DefaultRemoteProxy.onEvent] - Marking the node <http://10.244.6.249:5555> as down: cannot reach the node for 1 tries | |
| 14:14:39.310 INFO [DefaultRemoteProxy.onEvent] - Unregistering the node <http://10.244.6.249:5555> because it's been down for 131072 milliseconds | |
| 14:14:39.310 WARN [DefaultGridRegistry.removeIfPresent] - Cleaning up stale test sessions on the unregistered node <http://10.244.6.249:5555> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment