Allow multi-line text in the search box for fastgpt. This enables support for comprehensive prompts.
Here is an example of a prompt I would use:
● I'm experiencing intermittent TLS connection issues with Kubernetes LoadBalancer VIPs in an Envoy Gateway setup where
DNS resolution works correctly but HTTPS connections fail with "Connection reset by peer" during TLS handshake, while
the same VIP shows successful HTTP/2 connections in Envoy access logs from some clients but fails from others.
• What causes TLS handshake failures with "Connection reset by peer" on Kubernetes LoadBalancer VIPs using Cilium
IPAM?
• Why would Envoy Gateway LoadBalancer services show intermittent TLS connectivity issues where some clients connect
successfully while others fail?
• What are common causes of LoadBalancer VIP routing inconsistencies in Kubernetes clusters using Cilium CNI?
• How do certificate issues, externalTrafficPolicy settings, or node-to-node networking affect TLS termination on
Kubernetes LoadBalancers?
• What troubleshooting steps help diagnose intermittent LoadBalancer connectivity in Cilium-based Kubernetes clusters?
Focus on Kubernetes networking, Envoy Gateway, Cilium LoadBalancer IPAM, and TLS termination issues in production
environments.