grep 批量查询中文文件名

grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…

Ubuntu 16.04 编译PHP7.1时出现:collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1

collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…

USG6300E 防火墙宽带拨号上网跑不满解决

USG 6300E Wan0 千兆网口 光猫拨号上网 带宽速率跑不满,测速700多M,速率损耗有点严重,一般千兆在900多M范围内那个损耗接受。 电信签约电信为2000M,电脑网卡…

helm kube-prometheus-stack 部署

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…

Nexus3仓库Docker Compose部署

docker-compose.yaml version: "3.3" services: nexus: image: sonatype/nexus3:3.70.…

pv bound to non-existent persistentvolume

[root@harbor yaml]# kubectl apply -f 05_mysql.yaml service/mysql created statefulset.apps/…

Kubernetes Ingress Helm 部署

https://kubernetes.github.io/ingress-nginx/ Install https://kubernetes.github.io/ingress-n…

Kubernetes Ingress yaml部署

https://github.com/kubernetes/ingress-nginx/ 注意Kubernetes和Ingress版本匹配 # curl -o ingress-de…

Kubernetes虚拟机热添加硬件资源不会生效处理

原硬件配置为 2H4G 升级为 4H8G 热加载后 系统已经生效 [root@k8s-node01 ~]# free -h total used free shared buff/…

Kubernetes Pod的Evicted状态原因

在Kubernetes中,Pod的Evicted状态表示Pod已经被驱逐,并不再运行在节点上。Pod驱逐主要是由于资源约束,如内存不足或磁盘空间不足。 原理 Kubernetes集…

1 3 4 5 13