ionos-cloud / crossplane-provider-ionoscloud

The Crossplane Provider for IONOS Cloud gives the ability to manage IONOS Cloud infrastructure directly from Kubernetes.
Apache License 2.0
13 stars 5 forks source link

[Question] - Why we need 2 images for provider #246

Open Kavinraja-G opened 3 weeks ago

Kavinraja-G commented 3 weeks ago

Not a bug/feature request. Just a noobie question :)

Is there any reason to publish 2 images for the provider? One with provider and another suffixed with -controller. I tried to search docs & other official providers but they don't have seperate image for the controller.

cristiGuranIonos commented 4 days ago

The provider is based on the https://github.com/crossplane/provider-template. They used this structure, but have moved in the meantime to a single image setup. We might move at some point, but we have to take a closer look at what changed.