-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
Summary
Hardware needs a unique identifier that can be used to pass to Tink Agent instances. If the value isn't unique within the whole cluster it leads to undefined behavior. This task is to build a system component that will provide information to operators that a Hardware resource is invalid.
Solutions
- We are experimentally checking uniqueness of MACs and IPs in the Hardware admission webhook. We could expand this to include the Hardware ID.
- Add conditions to Hardware resources that indicate a resource is valid. The MAC and IP uniqueness checks would be included with the ID check.
- In addition to (2) we can populate an Event on Hardware resources further indicating its invalid.
Additional data as specified in (2) could further be used in decisions around Workflow dispatch. For example, we could refuse to dispatch a Workflow if the associated Hardware resource is invalid.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status