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
Is your feature request related to a problem? Please describe.
Current implementation of K8s service locator looks for pods, and fetches their image. Image is parsed so that name and version of a service is resolved.
Knative project introduces serverless programming into K8s world. Knative services scale their pods to zero if there is no traffic going into them. In that way Judge-d will not find them as a service.
Describe the solution you'd like
To support Knative services, one should look on service.serving.knative.dev resource type, and took image from it's spec section. Below example Kservice can be seen:
Is your feature request related to a problem? Please describe.
Current implementation of K8s service locator looks for pods, and fetches their image. Image is parsed so that name and version of a service is resolved.
Knative project introduces serverless programming into K8s world. Knative services scale their pods to zero if there is no traffic going into them. In that way Judge-d will not find them as a service.
Describe the solution you'd like
To support Knative services, one should look on
service.serving.knative.dev
resource type, and took image from it's spec section. Below example Kservice can be seen:Describe alternatives you've considered
none
Additional context
The text was updated successfully, but these errors were encountered: