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
| ADDON_HOME | Path to an EmptyDir mounted as the working directory. Defined by the [HomeDir](https://github.com/konveyor/tackle2-hub/tree/main/settings#addon) setting. |
103
+
| SHARED_PATH | Path to an EmptyDir mounted in all containers within the pod for sharing files. Defined by the [Shared.Path](https://github.com/konveyor/tackle2-hub/tree/main/settings#main) setting. |
104
+
| CACHE_PATH | Path to a volume mounted in all containers in all pods for cached files. Defined by the [Cache.Path](https://github.com/konveyor/tackle2-hub/tree/main/settings#main) setting. |
105
+
| HUB_BASE_URL | The hub API base url. Defined by the [Hub.URL](https://github.com/konveyor/tackle2-hub/tree/main/settings#addon) setting. |
106
+
| TASK | The task id (to be acted on). |
107
+
| TOKEN | An authentication token for the hub API. |
104
108
105
109
#### Retention ####
106
110
107
111
The pod associated with completed task is retained for a defined duration. After
108
112
which, the pod is deleted to prevent leaking pod resources indefinitely.
| CreateTime | The timestamp of when the task was created. |
145
+
| CreateUser | The user (name) that created the task. |
146
+
| UpdateUser | The user (name) that last updated the task. |
147
+
| Name | The task mame (non-unique). |
148
+
| Kind | The kind references a Task (kind) CR by name. |
149
+
| Addon | The addon to be executed. References an Addon CR by name. When not specified, the addon is selected based on kind. |
150
+
| Extension | The list of extensions to be injected into the addon pod as _sidecar_ containers. |
151
+
| State | The task state. See: [States](https://github.com/konveyor/tackle2-hub/tree/main/task#states). |
152
+
| Locator | The task locator. An arbitrary user-defined value used for lookup. |
153
+
| Priority | The task execution priority. See: [Priority](https://github.com/konveyor/tackle2-hub/tree/main/task#priority). |
154
+
| Policy | The task execution policy. Determines when task is postponed. See: [Policies](https://github.com/konveyor/tackle2-hub/tree/main/task#policies). |
155
+
| TTL | The task Time-To-Live in each state. See: [TTL](https://github.com/konveyor/tackle2-hub/tree/main/task#ttl-time-to-live). |
156
+
| Data | The data provided to the addon. The schema is dictated by each addon. This may be _ANY_ document. |
157
+
| Started | The UTC timestamp when the task execution started. |
158
+
| Terminated | The UTC timestamp when execution completed. |
159
+
| Errors | A list of reported errors. See: [Errors](https://github.com/konveyor/tackle2-hub/tree/main/task#errors). |
160
+
| Events | A list of reported task processing events. See: [Events](https://github.com/konveyor/tackle2-hub/tree/main/task#events). |
161
+
| Pod | The fully qualified name of the pod created. |
162
+
| Retries | The number of times failure to create a pod is retried. This does not include when blocked by resource quota. |
163
+
| Attached | Files attached to the task. |
164
+
| \*Activity | The activity (log) entries are reported by the addon. Intended to reflect what the addon is doing. |
165
+
| \*Total | Progress: The total number of items to be completed by the addon. |
166
+
| \*Completed | Progress: The number of items completed by the addon. | |
163
167
164
168
### Events ###
165
169
@@ -202,17 +206,17 @@ Note: A task may complete with a state=Succeeded with errors.
0 commit comments