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
In the garm-operator we want to check the version of the connected garm-server.
We are doing this by getting the server version via the /controller-info endpoint.
Unfortunately it's some kind of a chicken-egg problem. We need the version before we start our controller-loops.
To work around this, we've implemented the following patch which applies a "default" configuration just to make the /controller-info endpoint work - mercedes-benz/garm-operator#215
I'm not 100% sure about the intention, but could we probably relax some of the decisions here:
In the
garm-operator
we want to check the version of the connectedgarm-server
.We are doing this by getting the server version via the
/controller-info
endpoint.Unfortunately it's some kind of a chicken-egg problem. We need the version before we start our controller-loops.
To work around this, we've implemented the following patch which applies a "default" configuration just to make the
/controller-info
endpoint work - mercedes-benz/garm-operator#215I'm not 100% sure about the intention, but could we probably relax some of the decisions here:
garm/auth/init_required.go
Lines 55 to 80 in 237afdb
The text was updated successfully, but these errors were encountered: