Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Channel, I Am Using K8S Clearml-Serving Helm Chart And Noticed A Small Issue. The Current Implementation Of

Hi channel,

I am using K8s clearml-serving helm chart and noticed a small issue. The current implementation of ...ingress.yaml resource does not contain the IngressClassName which involves that the ingress controller is not able to give an external IP address to the ingress resource, making the cluster not accessible from the internet. The IngressClassName is given as a value inside the values.yaml file but is not provided in the templates script.

It would maybe be a good idea to fix this (if I am not mistaken concerning the issue) by adding ingressClassName: {{ .Values.clearml_serving_inference.ingress.ingressClassName }} in the two template files that require the field.

Thanks

  
  
Posted 12 months ago
Votes Newest

Answers 3


Hi @<1556812486840160256:profile|SuccessfulRaven86>
Please notice that the clearml serving is not designed for public exposure, it lacks security layer, and is designed for easy internal deployment. If you feel you need the extra security layer I sugget either add external JWT alike authentication, or talk to the clearml people, their paid tiers include enterprise grade security on top

  
  
Posted 12 months ago

@<1523701827080556544:profile|JuicyFox94> WDYT?

  
  
Posted 12 months ago

Ofc it’s possible to add this to the chart but, as @<1523701205467926528:profile|AgitatedDove14> said, it’s not recommended to go directly over public internet with it. Regardless of this, @<1556812486840160256:profile|SuccessfulRaven86> do you have any PR to propose for it? It would be great to have something to discuss on in GH.

  
  
Posted 12 months ago