上一页 1 2 3 4 5 6 ··· 38 下一页
摘要: pip download requests yum install -y nginx --downloadonly --downloaddir=/root/keeplived-test 阅读全文
posted @ 2023-12-06 15:49 坚强的小蚂蚁 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1.安装 https://krew.sigs.k8s.io/docs/user-guide/setup/install/ 2.基本用法 https://krew.sigs.k8s.io/docs/user-guide/quickstart/ 官方文档:https://krew.sigs.k8s.io 阅读全文
posted @ 2023-12-06 09:28 坚强的小蚂蚁 阅读(12) 评论(0) 推荐(0) 编辑
摘要: BeeGFS 高可用集群搭建 参考文档:https://aws.amazon.com/cn/blogs/china/how-to-build-beegfs-on-aws-system/ 目标状态查询 元数据 targets > beegfs-ctl --listtargets --nodetype= 阅读全文
posted @ 2023-12-06 09:25 坚强的小蚂蚁 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 需要在cmd中执行 wsl.exe --install --no-distributionwsl --import rocky9 D:\rocky9 D:\Rocky-9-Container-Base.latest.x86_64.tar.xz 阅读全文
posted @ 2023-11-24 15:26 坚强的小蚂蚁 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/u_16099262/6928212 https://blog.csdn.net/easylife206/article/details/125093122 https://github.com/containers/skopeo 1 安装 dnf -y 阅读全文
posted @ 2023-11-24 15:18 坚强的小蚂蚁 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 一. Docker-compose部署ldap 参考:https://blog.csdn.net/yhl18931306541/article/details/128253735 1.部署服务端 docker run \ -d \ -p 389:389 \ -p 636:636 \ -v /usr/ 阅读全文
posted @ 2023-11-24 09:38 坚强的小蚂蚁 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1.yaml文件部署 version: '3' services: rancher: image: rancher/rancher:stable privileged: true restart: always container_name: rancher volumes: - ./data:/v 阅读全文
posted @ 2023-11-23 22:05 坚强的小蚂蚁 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 只对11个GPU节点进行监控 方法1,使用kubectl top node获取资源信息,然后定时写入文件1.txt #!/bin/bash x=(gpu-node001 gpu-node002 gpu-node003 gpu-node004 gpu-node005 gpu-node006 gpu-n 阅读全文
posted @ 2023-11-22 14:56 坚强的小蚂蚁 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/vmsky/p/16294864.html #查看命名空间 ctr namespaces ls #查看镜像列表 ctr -n k8s.io image ls #给镜像打标签 [root@k8s-m1 ~]# ctr -n k8s.io image 阅读全文
posted @ 2023-11-21 15:30 坚强的小蚂蚁 阅读(123) 评论(0) 推荐(0) 编辑
摘要: influx 进入命令行 influx -version 查看版本 show databases: 显示所有数据库 drop database "db_name" 删除数据库 use db_name: 使用数据库 show measurements: 查看该数据库下所有的表 阅读全文
posted @ 2023-11-10 11:17 坚强的小蚂蚁 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 38 下一页