edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
161 stars 6 forks source link

resourcegen: settle on one set for the Coordinator #490

Closed burgerdev closed 1 month ago

burgerdev commented 1 month ago

We currently have a Coordinator (only deployment) and a CoordinatorRelease (with service and LB annotation), both in use. Since

  1. there is no release-specific information in the CoordinatorRelease set,
  2. the coordinator definition is functionally identical and
  3. the coordinator is always used with its service

settle on one CoordinatorBundle that's used everywhere.