Skip to content

Commit 82512d1

Browse files
author
Mikhail Podtserkovskiy
committed
QA-7710: update readme
1 parent 08f3f09 commit 82512d1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)