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 24 days ago
Votes Newest

Answers 4


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

  
  
Posted 23 days 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! @<1523701827080556544:profile|JuicyFox94>

  
  
Posted 22 days ago

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

  
  
Posted 23 days ago

@<1523701827080556544:profile|JuicyFox94> Hi, I think yes, we only use ipv4

  
  
Posted 23 days ago
91 Views
4 Answers
24 days ago
21 days ago
Tags