会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shell
DevOps K8S Linux运维
DevOps K8S Linux运维
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
9
下一页
2025年7月1日
k8s 自动补全
摘要: # 为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)
2025年6月5日
k8s Liveness: Readiness: Startup:
摘要: [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)
2025年4月25日
centos7.5 安装python3.10记录
摘要: 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)
2025年3月27日
docker pull 镜像源
摘要: 原因就不多说了,如果需要解决这个问题的,大家可以尝试修改一下docker配置文件:/etc/docker/daemon.json (以Ubuntu Server为例),改成或增加下面的内容: { "registry-mirrors": ["https://docker-cf.registry.cyo
阅读全文
posted @ 2025-03-27 14:38 devops运维
阅读(55)
评论(0)
推荐(0)
2025年3月18日
Kubernetes之Kuboard多集群管理工具安装实践
摘要: 使用: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)
2025年3月3日
debian 系统安装zabbix-agent2 报错Depends: libssl1.1 (>= 1.1.1) but it is not installable
摘要: 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)
2024年10月14日
openssl 1.1.1 安装
摘要: 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)
2023年9月6日
docker 修改存储目录
摘要: 有以下两种修改 方式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)
2023年7月24日
parted 分区 大于2T的硬盘
摘要: 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)
2023年7月6日
下载 系统地址Windows Linux
摘要: https://next.itellyou.cn/Original/
阅读全文
posted @ 2023-07-06 10:06 devops运维
阅读(25)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页
公告
python