摘要: 一步到胃! ``` cat /etc/ssh/ssh_config Host * SendEnv LANG LC_* IPQoS=throughput TCPKeepAlive yes AddKeysToAgent yes UseKeychain yes ServerAliveInterval 15 阅读全文
posted @ 2023-07-25 21:40 Chuyio 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 一般删除步骤为:先删pod再删pvc最后删pv 但是遇到pv始终处于“Terminating”状态,而且delete不掉 1、查看pvc被哪个pod使用 ``` [root@hadoop03 storageclass]# kubectl describe pvc PVC-NAME | grep Mo 阅读全文
posted @ 2023-07-25 17:51 Chuyio 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 之前部署过一套监控 ![](https://img2023.cnblogs.com/blog/1138462/202307/1138462-20230725123256597-72054531.png) 因为是本地测试环境,资源不太够,想着进行删除命名空间monitoring ``` [root@k 阅读全文
posted @ 2023-07-25 12:52 Chuyio 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 容器状态一直重启 ``` [root@k8s-master01 sonarqube]# kubectl get pod -n ops NAME READY STATUS RESTARTS AGE gitlab-0 1/1 Running 0 170m pgsql-0 0/1 CrashLoopBac 阅读全文
posted @ 2023-07-25 00:40 Chuyio 阅读(534) 评论(0) 推荐(0) 编辑