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
Copy file name to clipboardexpand all lines: website/docs/concepts/probes.md
+23-23
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ Some common attributes shared between the Probes:
35
35
36
36
-**probeTimeout**: Represents the time limit for the probe to execute the check specified and return the expected data.
37
37
-**retry**: The number of times a check is re-run upon failure in the first attempt before declaring the probe status as failed.
38
-
-**interval**: The period between subsequent retries
39
-
-**probePollingInterval**: The time interval for which continuous probe should be sleep after each iteration
40
-
-**initialDelaySeconds**: Represents the initial waiting time interval for the probes.
41
-
-**stopOnFailure**: It can be set to true/false to stop or continue the fault execution after probe fails
38
+
-**interval**: The period between subsequent retries.
39
+
-**probePollingInterval**: The time interval for which continuous probe should be sleep after each iteration.
40
+
-**initialDelay**: Represents the initial waiting time interval for the probes.
41
+
-**stopOnFailure**: It can be set to true/false to stop or continue the fault execution after probe fails.
42
42
43
43
:::note
44
44
If probe needs any additional RBAC permissions other than the fault's serviceAccount `(<fault-name>-sa)` permissions, then the additional permissions should be provided inside the corresponding Role/ClusterRole bind with the serviceAccount `(<fault-name>-sa)`.
@@ -73,10 +73,10 @@ probe:
73
73
responseCode: '<response code>'
74
74
mode: 'Continuous'
75
75
runProperties:
76
-
probeTimeout: 5
77
-
interval: 5
76
+
probeTimeout: 5s
77
+
interval: 5s
78
78
retry: 1
79
-
probePollingInterval: 2
79
+
probePollingInterval: 2s
80
80
```
81
81
82
82
The `httpProbe` is better used in the Continuous mode of operation as a parallel liveness indicator of a target or downstream application. It uses the `probePollingInterval` property to specify the polling interval for the access checks.
@@ -104,10 +104,10 @@ probe:
104
104
hostNetwork: false
105
105
mode: 'Edge'
106
106
runProperties:
107
-
probeTimeout: 5
108
-
interval: 5
107
+
probeTimeout: 5s
108
+
interval: 5s
109
109
retry: 1
110
-
initialDelaySeconds: 5
110
+
initialDelay: 5s
111
111
```
112
112
113
113
> `source.hostNetwork` can be set to `true` to allow access to the node network namespace for the pod executing the probe
@@ -137,8 +137,8 @@ probe:
137
137
operation: 'present' # it can be present, absent, create, delete
138
138
mode: 'EOT'
139
139
runProperties:
140
-
probeTimeout: 5
141
-
interval: 5
140
+
probeTimeout: 5s
141
+
interval: 5s
142
142
retry: 1
143
143
```
144
144
@@ -162,8 +162,8 @@ probe:
162
162
value: '<value-for-criteria-match>'
163
163
mode: 'Edge'
164
164
runProperties:
165
-
probeTimeout: 5
166
-
interval: 5
165
+
probeTimeout: 5s
166
+
interval: 5s
167
167
retry: 1
168
168
```
169
169
@@ -247,8 +247,8 @@ probe:
247
247
source: 'inline'
248
248
mode: 'SOT'
249
249
runProperties:
250
-
probeTimeout: 5
251
-
interval: 5
250
+
probeTimeout: 5s
251
+
interval: 5s
252
252
retry: 1
253
253
- name: 'probe2'
254
254
type: 'cmdProbe'
@@ -262,8 +262,8 @@ probe:
262
262
source: 'inline'
263
263
mode: 'SOT'
264
264
runProperties:
265
-
probeTimeout: 5
266
-
interval: 5
265
+
probeTimeout: 5s
266
+
interval: 5s
267
267
retry: 1
268
268
```
269
269
@@ -921,7 +921,7 @@ This section describes the different fields of the litmus probes and the possibl
921
921
</tr>
922
922
<tr>
923
923
<th>Range</th>
924
-
<td>n/a <code>type: integer</code></td>
924
+
<td>n/a <code>type: string</code></td>
925
925
</tr>
926
926
<tr>
927
927
<th>Notes</th>
@@ -967,7 +967,7 @@ This section describes the different fields of the litmus probes and the possibl
967
967
</tr>
968
968
<tr>
969
969
<th>Range</th>
970
-
<td>n/a <code>type: integer</code></td>
970
+
<td>n/a <code>type: string</code></td>
971
971
</tr>
972
972
<tr>
973
973
<th>Notes</th>
@@ -990,7 +990,7 @@ This section describes the different fields of the litmus probes and the possibl
990
990
</tr>
991
991
<tr>
992
992
<th>Range</th>
993
-
<td>n/a <code>type: integer</code></td>
993
+
<td>n/a <code>type: string</code></td>
994
994
</tr>
995
995
<tr>
996
996
<th>Notes</th>
@@ -1001,7 +1001,7 @@ This section describes the different fields of the litmus probes and the possibl
Copy file name to clipboardexpand all lines: website/versioned_docs/version-3.0.0/concepts/probes.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Some common attributes shared between the Probes:
37
37
-**retry**: The number of times a check is re-run upon failure in the first attempt before declaring the probe status as failed.
38
38
-**interval**: The period between subsequent retries
39
39
-**probePollingInterval**: The time interval for which continuous probe should be sleep after each iteration
40
-
-**initialDelaySeconds**: Represents the initial waiting time interval for the probes.
40
+
-**initialDelay**: Represents the initial waiting time interval for the probes.
41
41
-**stopOnFailure**: It can be set to true/false to stop or continue the fault execution after probe fails
42
42
43
43
:::note
@@ -73,10 +73,10 @@ probe:
73
73
responseCode: '<response code>'
74
74
mode: 'Continuous'
75
75
runProperties:
76
-
probeTimeout: 5
77
-
interval: 5
76
+
probeTimeout: 5s
77
+
interval: 5s
78
78
retry: 1
79
-
probePollingInterval: 2
79
+
probePollingInterval: 2s
80
80
```
81
81
82
82
The `httpProbe` is better used in the Continuous mode of operation as a parallel liveness indicator of a target or downstream application. It uses the `probePollingInterval` property to specify the polling interval for the access checks.
@@ -104,10 +104,10 @@ probe:
104
104
hostNetwork: false
105
105
mode: 'Edge'
106
106
runProperties:
107
-
probeTimeout: 5
108
-
interval: 5
107
+
probeTimeout: 5s
108
+
interval: 5s
109
109
retry: 1
110
-
initialDelaySeconds: 5
110
+
initialDelay: 5s
111
111
```
112
112
113
113
> `source.hostNetwork` can be set to `true` to allow access to the node network namespace for the pod executing the probe
@@ -137,8 +137,8 @@ probe:
137
137
operation: 'present' # it can be present, absent, create, delete
138
138
mode: 'EOT'
139
139
runProperties:
140
-
probeTimeout: 5
141
-
interval: 5
140
+
probeTimeout: 5s
141
+
interval: 5s
142
142
retry: 1
143
143
```
144
144
@@ -162,8 +162,8 @@ probe:
162
162
value: '<value-for-criteria-match>'
163
163
mode: 'Edge'
164
164
runProperties:
165
-
probeTimeout: 5
166
-
interval: 5
165
+
probeTimeout: 5s
166
+
interval: 5s
167
167
retry: 1
168
168
```
169
169
@@ -247,10 +247,10 @@ probe:
247
247
source: 'inline'
248
248
mode: 'SOT'
249
249
runProperties:
250
-
probeTimeout: 5
251
-
interval: 5
250
+
probeTimeout: 5s
251
+
interval: 5s
252
252
retry: 1
253
-
- name: 'probe2'
253
+
- name: 'probe2's
254
254
type: 'cmdProbe'
255
255
cmdProbe/inputs:
256
256
## probe1's result being used as one of the args in probe2
@@ -262,8 +262,8 @@ probe:
262
262
source: 'inline'
263
263
mode: 'SOT'
264
264
runProperties:
265
-
probeTimeout: 5
266
-
interval: 5
265
+
probeTimeout: 5s
266
+
interval: 5s
267
267
retry: 1
268
268
```
269
269
@@ -921,7 +921,7 @@ This section describes the different fields of the litmus probes and the possibl
921
921
</tr>
922
922
<tr>
923
923
<th>Range</th>
924
-
<td>n/a <code>type: integer</code></td>
924
+
<td>n/a <code>type: string</code></td>
925
925
</tr>
926
926
<tr>
927
927
<th>Notes</th>
@@ -967,7 +967,7 @@ This section describes the different fields of the litmus probes and the possibl
967
967
</tr>
968
968
<tr>
969
969
<th>Range</th>
970
-
<td>n/a <code>type: integer</code></td>
970
+
<td>n/a <code>type: string</code></td>
971
971
</tr>
972
972
<tr>
973
973
<th>Notes</th>
@@ -990,7 +990,7 @@ This section describes the different fields of the litmus probes and the possibl
990
990
</tr>
991
991
<tr>
992
992
<th>Range</th>
993
-
<td>n/a <code>type: integer</code></td>
993
+
<td>n/a <code>type: string</code></td>
994
994
</tr>
995
995
<tr>
996
996
<th>Notes</th>
@@ -1001,7 +1001,7 @@ This section describes the different fields of the litmus probes and the possibl
0 commit comments