anthill
anthill copied to clipboard
Start the operator via `kubectl/oc -f` of yaml(s)
Describe the feature you'd like to have. We need to be able to install/start the operator from a set of yaml descriptions.
What is the value to the end user? (why is it a priority?) This provides a (first) method for starting the operator. Without this, we have nothing. :smile:
How will we know we have a good solution? (acceptance criteria)
- We can create custom resources
- We can start the skeleton of an operator
- It can watch custom resources
- RBAC roles are defined (and minimal) for the operator to access the CRs
Work items
- [x] Define CRDs - #3
- [ ] RBAC roles for CRs - #28
- [ ] Operator watches CRs - #30
Additional context This is the "get something off the ground" item. Once we get this, we'll have a running system (though useless).