💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
一、 k8s删除pod一直处于terminating状态 [https://www.jianshu.com/p/70fd5f5c1aa7](https://www.jianshu.com/p/70fd5f5c1aa7) ``` kubectl delete pod [pod name] --force --grace-period=0 -n [namespace] ``` ``` kubectl delete pod yuanke-springboot-k8s --force --grace-period=0 -n [namespace] ``` 二、执行命令 ``` kubectl get node -o wide kubectl describe node 10.0.3.104 ``` 三、 测试 ``` kubectl get node kubectl get pod kubectl delete -f yuanke-springboot-k8s.yaml ```