03 2024 档案
摘要:创建import.sh脚本,写入以下内容 #!/bin/bash # copy and run this script to the root of the repository directory containing files # this script attempts to exclude
阅读全文
摘要:解决部署在k8s上spring cloud gateway 无故假死的情况 线上发现gateway 会无故假死,测试环境使用jmeter 几分钟后,gateway 也会复现假死的情况 开始排查 获取容器列表 kubectl get pod -o wide 进入gateway kubectl exec
阅读全文