04 2023 档案
摘要:################################################## Sample OpenVPN 2.0 config file for ## multi-client server. ## ## This file is for the server side #
阅读全文
摘要:k8s运维命令大全 k8s常用命令 node 查看服务器节点 kubectl get nodes 查看服务器节点详情 kubectl get nodes -o wide 节点打标签 kubectl label nodes labelName= 查看节点标签 kubectl get node --sh
阅读全文
摘要:kvm报错 https://www.zstack.io/m/view.php?aid=1592 Q:进行云主机相关操作时提示libvirt error如何解决? A: • 现象:用户在进行云主机相关操作时,可能会遇到如下错误提示:libvirt error: error from service:
阅读全文
摘要:【docker系列】docker compose的v1\v2版本安装及使用上的区别 文章目录一、简介二、 安装 docker Compose 1.x版本三、安装docker compose v2版本一、简介Docker Compose 可以按照规范的定义文件(docker-compose.yml)一
阅读全文
摘要:修改elasticsearch修改磁盘比例限制 参数说明: persistent 表示为永久修改,重启以后也会保存设置 transient 表示临时修改,重启以后不会保存设置 cluster.routing.allocation.disk.watermark.low:控制磁盘最小使用率,默认85%。
阅读全文
摘要:systemctl daemon-reload Authorization not available. Check if polkit service is running or see debug message for more information. /var/log/messages中有
阅读全文