File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ Configurations are stored in json files. Example:
112112| node_list | - | Omit this property. |
113113
114114##### ` kubernetes ` - on-demand nodes in kubernetes cluster.
115- | Strategy option | Possible values | Description |
116- | -------------------------- | --------------- | --------------------------- |
117- | params | - | Omit this property. |
118- | node_list.[ ] .params.image | string | Docker image with selenium. |
119- | node_list.[ ] .params.port | string | Port of selenium. |
115+ | Strategy option | Possible values | Description |
116+ | -------------------------- | ---------------------- | ------------------------------------- |
117+ | params.namespace | string | Namespace in k8s for on-demand nodes. |
118+ | params.pod_creation_timeout | string as ` 12m ` , ` 60s ` | Max waiting time for creating a pod. |
119+ | node_list.[ ] .params.image | string | Docker image with selenium. |
120+ | node_list.[ ] .params.port | string | Port of selenium. |
You can’t perform that action at this time.
0 commit comments