Patrick Titzler

Results 181 comments of Patrick Titzler
trafficstars

> That said, I'd **love** to find a different (and optional) way of exposing these system-owned instances, but prior to that, a configurable for this makes sense. An approach similar...

Perhaps we should reevaluate whether this system-owned RTI metadata is even necessary. If I recall correctly, system RTIs were provided to provide a smother up-and-running experience. My thoughts: - For...

> We could also document how users could export/import the images they wish to retain. (Of course, we'd need the necessary import functionality in place, but I'm assuming this (removal...

![image](https://user-images.githubusercontent.com/13068832/191185653-2b55d42b-faf6-49e5-b2a4-088d3f53032e.png) If one chooses (or leaves) the default selection, this is persisted in the `.pipeline` file: ``` "disallow_cached_output": "Use runtime environment default", ``` and ``` "properties": { ... "disallow_cached_output": "Use...

I edited a pipeline file when the VPE failed. The `.pipeline` file can no longer be opened due to ![image](https://user-images.githubusercontent.com/13068832/191186584-14bc4b1b-672a-4b71-ac89-7da991a87546.png) Console log: ``` 3935.4159b022aa6d82e44127.js?v=4159b022aa6d82e44127:2 TypeError: Cannot set properties of undefined...

Generic nodes: the `runtime image` property is now rendered as the last property in the list, even though it is the most important one: Pipeline properties: ![image](https://user-images.githubusercontent.com/13068832/191192709-fbb8254f-9f04-4e27-8d2c-626c58d74dab.png) Node properties: ![image](https://user-images.githubusercontent.com/13068832/191191944-97018a14-94d0-4058-b5ad-cf0520c8d796.png)

`Kubernetes pod annotations` widget: - Validation doesn't detect missing annotation value ![image](https://user-images.githubusercontent.com/13068832/191194294-b33d923d-bc24-4c0c-b105-2ef2cdd4e830.png) As a result the invalid key/value combination is persisted in the `.pipeline` file and exported, producing an invalid...

`Environment variables` widget: - need to add placeholder values (`ENV_VAR`, `value`) that are consistent with other widgets ![image](https://user-images.githubusercontent.com/13068832/191258888-998913cf-4077-4e37-b64f-e896b24b71ac.png) - if no key/value pair is enters a fatal error occurs during...

`data volumes` widget: - Validation error metadata is inconsistent across widgets. One would expect the same validation error to be raised if a constraint violation is detected. For example, assume...

`Kubernetes tolerations` widget: - `key` is not a required property. the previously implemented validation code should already have the complete logic built that verifies the constraints that need to be...