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
At the moment jaeger-operator has to be configured with --platform=openshift to find out information about the platform: k8s, openshift. This leads to duplication of deployment files and docs.
Maybe we can get the platform from the orchestration API and adjust behavior based on that.
The text was updated successfully, but these errors were encountered:
There is no API in k8s which returns a distribution. However in case of creating openshift route we can query api/routes.openshift.io/v1 to check whether routes are accessible and based on it create it.
At the moment jaeger-operator has to be configured with
--platform=openshift
to find out information about the platform: k8s, openshift. This leads to duplication of deployment files and docs.Maybe we can get the platform from the orchestration API and adjust behavior based on that.
The text was updated successfully, but these errors were encountered: