会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
beawh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
44
下一页
2024年1月8日
linux df -h 命令卡住 解决方法
摘要: 用 df -h 查看磁盘情况,无奈卡住无法显示 解决方法: 1、首先就是使用strace去追踪到底在哪里卡住了 strace df -h 2、如果没有strace命令则进行安装即可 yum install strace 3、显示出卡住的地方 stat("/proc/sys/fs/binfmt_mis
阅读全文
posted @ 2024-01-08 15:14 beawh
阅读(587)
评论(0)
推荐(0)
2024年1月4日
k8s从Pod容器中copy文件至本地
摘要: [root@k8s-master ~]# kubectl get po NAME READY STATUS RESTARTS AGE data-java-9bbf8c957-jp5dl 0/1 CrashLoopBackOff 9745 (4m28s ago) 34d data-java-bc8f6
阅读全文
posted @ 2024-01-04 14:27 beawh
阅读(540)
评论(0)
推荐(0)
2023年12月27日
k8s 安装kubesphere3.4.1 多次安装报错 Error from server (InternalError): Internal error occurred: failed calling webhook \“users.iam.kubes
摘要: failed: [localhost] (item={'ns': 'kubesphere-system', 'kind': 'users.iam.kubesphere.io', 'resource': 'admin', 'release': 'ks-core'}) => {"ansible_loop
阅读全文
posted @ 2023-12-27 15:36 beawh
阅读(637)
评论(0)
推荐(0)
2023年12月26日
docker安装RocketMQ
摘要: 在RocketMQ中,有三个关键组件:Namesrv(Name Server)、Broker和Console-ng(管理控制台)。 Namesrv(Name Server):Namesrv是RocketMQ的命名服务,负责管理整个RocketMQ集群的路由信息。每个RocketMQ集群中都至少需要一
阅读全文
posted @ 2023-12-26 15:54 beawh
阅读(289)
评论(0)
推荐(0)
2023年12月15日
k8s 删掉crd资源
摘要: [root@master01 /usr/local/bin]# kubectl get crd -o=jsonpath='{range .items[*]}{.metadata.name}{"\n"}{end}' | grep "devops.kubesphere.io" s2ibuilders.d
阅读全文
posted @ 2023-12-15 16:47 beawh
阅读(65)
评论(0)
推荐(0)
Jenkins更换插件更新地址
摘要: 插件管理 》高级
阅读全文
posted @ 2023-12-15 16:15 beawh
阅读(156)
评论(0)
推荐(0)
2023年12月13日
Jenkins | 获取凭证密码
摘要: Jenkins ==> 系统管理 ==> 脚本命令行 输入如下命令 com.cloudbees.plugins.credentials.SystemCredentialsProvider.getInstance().getCredentials().forEach{ it.properties.ea
阅读全文
posted @ 2023-12-13 17:29 beawh
阅读(247)
评论(0)
推荐(0)
kubesphere 的 流水线maven 模板缺少 kubectl解决
摘要: 最开始解决方案是maven 的pod 里通过 在线下载kubectl 命令 发现每次构建后端服务,都去官网下载kubectl 命令相当慢。 既然用到maven 模板,遂将master 节点的kubectl 命令通过hostpath挂载到maven的 pod模板里面。问题解决。 agent模板cm配置
阅读全文
posted @ 2023-12-13 15:17 beawh
阅读(162)
评论(0)
推荐(0)
2023年12月12日
git 提交
摘要: 931 git init 932 git remote add origin http://10.33.22.6:1880/wl/data-analysis-web.git 933 git config 934 git config --list 935 git remote add origin
阅读全文
posted @ 2023-12-12 13:22 beawh
阅读(9)
评论(0)
推荐(0)
命令行带效果
摘要: echo "PS1='\[\033[35m\][\[\033[00m\]\[\033[31m\]\u\[\033[33m\]\[\033[33m\]@\[\033[03m\]\[\033[35m\]\h\[\033[00m\] \[\033[5;32m\]\w\[\033[00m\]\[\033[3
阅读全文
posted @ 2023-12-12 08:41 beawh
阅读(7)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
44
下一页
公告