shell
1 2 3 4 5 ··· 9 下一页
摘要: # 为Bash启用自动补全 source <(kubectl completion bash) echo "source <(kubectl completion bash)" >> ~/.bashrc # 为Zsh启用自动补全 source <(kubectl completion zsh) ec 阅读全文
posted @ 2025-07-01 11:01 devops运维 阅读(8) 评论(0) 推荐(0)
摘要: [root@master131 n6]# kubectl describe pod springboot-liveName: springboot-liveNamespace: defaultPriority: 0Service Account: defaultNode: node132/192.1 阅读全文
posted @ 2025-06-05 15:30 devops运维 阅读(5) 评论(0) 推荐(0)
摘要: yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel libffi-devel xz-develyumdownloader --resolve zl 阅读全文
posted @ 2025-04-25 16:24 devops运维 阅读(74) 评论(0) 推荐(0)
摘要: 原因就不多说了,如果需要解决这个问题的,大家可以尝试修改一下docker配置文件:/etc/docker/daemon.json (以Ubuntu Server为例),改成或增加下面的内容: { "registry-mirrors": ["https://docker-cf.registry.cyo 阅读全文
posted @ 2025-03-27 14:38 devops运维 阅读(55) 评论(0) 推荐(0)
摘要: 使用:https://blog.51cto.com/liangww/12200368 https://blog.51cto.com/liangww/12218653#docker方式安装 sudo docker run -d \ --restart=unless-stopped \ --name=k 阅读全文
posted @ 2025-03-18 09:26 devops运维 阅读(35) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/d27liu/article/details/126399242 root@VM-0-6-debian:/home# apt install zabbix-agent2 zabbix-agent2 : Depends: libssl1.1 (>= 1.1. 阅读全文
posted @ 2025-03-03 14:33 devops运维 阅读(123) 评论(0) 推荐(0)
摘要: https://download.csdn.net/blog/column/10942194/125836859 root@VM-0-10-ubuntu:/home/ubuntu# wget https://www.openssl.org/source/openssl-1.1.1n.tar.gz o 阅读全文
posted @ 2024-10-14 11:14 devops运维 阅读(300) 评论(0) 推荐(0)
摘要: 有以下两种修改 方式https://blog.csdn.net/weixin_45720992/article/details/131136505 方法1. 修改docker默认存储位置 step 1: docker默认存储路径在/var/lib/docker下 [root@node01 syste 阅读全文
posted @ 2023-09-06 09:33 devops运维 阅读(309) 评论(0) 推荐(0)
摘要: Parted操作方法基本相同,可以输入Help看命令行帮助提示完成,parted 分区quit退出时会自动保存,不需要w保存这步 下面是简单步骤 1,将磁盘上原有的分区删除掉: 进入:#parted /dev/sdb 查看:(parted)p 删除:(parted)rm 1 (parted)rm 2 阅读全文
posted @ 2023-07-24 17:23 devops运维 阅读(51) 评论(0) 推荐(0)
摘要: https://next.itellyou.cn/Original/ 阅读全文
posted @ 2023-07-06 10:06 devops运维 阅读(25) 评论(0) 推荐(0)
1 2 3 4 5 ··· 9 下一页
python