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
Define API objects[CRDs - Custom Resource Definitions] to persist information in Kubernetes' etcd store and use them in the operator to reconcile Darkroom as defined in the CRD.
This change will be the first step towards creating an operator that manages a cluster of Darkroom instances and its configuration.
Comments
This is an initial implementation where almost everything is inside Darkroom CRD. In next iteration/improvement we can have separate CRDs to manage Source/Hystrix configs in their own CRD and reference those in Darkroom.
The text was updated successfully, but these errors were encountered:
What would you like to be added
Define API objects[CRDs - Custom Resource Definitions] to persist information in Kubernetes'
etcd
store and use them in the operator to reconcile Darkroom as defined in the CRD.Why is this needed
This change will be the first step towards creating an operator that manages a cluster of Darkroom instances and its configuration.
Comments
This is an initial implementation where almost everything is inside
Darkroom
CRD. In next iteration/improvement we can have separate CRDs to manageSource
/Hystrix
configs in their own CRD and reference those inDarkroom
.The text was updated successfully, but these errors were encountered: