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
I Have Problem With My Webserver. All Other Pods Are Available

I have problem with my webserver. All other pods are available

Back-off restarting failed container clearml-webserver in pod clearml-webserver-756865f-jlzsh_ap-triton(cba88c93-472e-4fba-a95b-4128302235e7)

logs:

Updating configuration from env
2024/04/25 15:29:01 [emerg] 11#11: socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)

init container logs:

+ curl -sw %{http_code} 
 -o /dev/null
+ [ 200 -ne 200 ]
  
  
Posted 11 months ago
Votes Newest

Answers 4


Hi,
that's usually related IPV6/IPV4 stack configuration in your k8s cluster. Are you using just one specific stack?

  
  
Posted 11 months ago

I do not know how, but after a couple of days everything worked. Maybe my devops was playing with the cluster.
Thank you very much for the answers! JuicyFox94

  
  
Posted 11 months ago

JuicyFox94 Hi, I think yes, we only use ipv4

  
  
Posted 11 months ago

should be possible to enable ipv6 (even without using it) on network layer to check if this is really the issue?

  
  
Posted 11 months ago
779 Views
4 Answers
11 months ago
11 months ago
Tags