grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…
collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…
docker-compose.yaml version: "3.3" services: nexus: image: sonatype/nexus3:3.70.…
[root@harbor yaml]# kubectl apply -f 05_mysql.yaml service/mysql created statefulset.apps/…
https://kubernetes.github.io/ingress-nginx/ Install https://kubernetes.github.io/ingress-n…
https://github.com/kubernetes/ingress-nginx/ 注意Kubernetes和Ingress版本匹配 # curl -o ingress-de…
原硬件配置为 2H4G 升级为 4H8G 热加载后 系统已经生效 [root@k8s-node01 ~]# free -h total used free shared buff/…
在Kubernetes中,Pod的Evicted状态表示Pod已经被驱逐,并不再运行在节点上。Pod驱逐主要是由于资源约束,如内存不足或磁盘空间不足。 原理 Kubernetes集…