上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 44 下一页
摘要: 啊安装好docker ,默认有桥接的docker0 创建容器默认多一个网卡 brctl show brige 桥接 同一个宿主机上的docker容器通过docker0桥接通信。一半在容器里,一半在宿主机上。 docker inspect network bridge 网桥网段查看 cat /etc/ 阅读全文
posted @ 2023-09-27 20:21 beawh 阅读(11) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wuyubing/p/17576508.html 利用helm查看各种官方标准复杂的yaml配置以供参考 # 以查看rabbitmq集群安装的配置举例# 首先添加chart仓库helm repo add aliyun-apphub https://ap 阅读全文
posted @ 2023-09-26 17:02 beawh 阅读(53) 评论(0) 推荐(0)
摘要: 执行签发脚本 [root@k8s-master ~]# ./update-kubeadm-cert.sh all CERTIFICATE EXPIRES /etc/kubernetes/controller-manager.config Sep 24 02:56:34 2024 GMT /etc/k 阅读全文
posted @ 2023-09-26 10:13 beawh 阅读(110) 评论(0) 推荐(0)
摘要: 博客搬家 阅读全文
posted @ 2023-09-25 13:47 beawh 阅读(9) 评论(0) 推荐(0)
摘要: 挂载mongodb配置文件的cm [root@master01 kx]# cat mongodb-config.yaml apiVersion: v1 kind: ConfigMap metadata: name: mongo-config-produce namespace: chongqing 阅读全文
posted @ 2023-09-21 11:58 beawh 阅读(122) 评论(0) 推荐(0)
摘要: [root@master01 tmp]# cat activemq.yaml apiVersion: v1 kind: Service metadata: name: nodeport-activemq namespace: chongqing spec: selector: app: active 阅读全文
posted @ 2023-09-20 15:58 beawh 阅读(147) 评论(0) 推荐(0)
摘要: http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz 下载lrzsz安装包 tar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20 #解压并切换到lrzsz-0.12.20目录下面 yum -y inst 阅读全文
posted @ 2023-09-20 11:00 beawh 阅读(226) 评论(0) 推荐(0)
摘要: #! /bin/bash # jar包路径 serverhome=/home/edge-gateway/mqtt-edge logspath=$serverhome/logs JAR_NAME=gateway-edge-mqtt.jar # 使用说明 usage(){ echo "Usage: sh 阅读全文
posted @ 2023-09-20 10:31 beawh 阅读(103) 评论(0) 推荐(0)
摘要: cat rancher.sh docker run -d --privileged --restart=unless-stopped -p 81:80 -p 1443:443 rancher/rancher:stable Rancher 登录地址: https://172.22.0.11:1443/ 阅读全文
posted @ 2023-09-14 18:42 beawh 阅读(204) 评论(0) 推荐(0)
摘要: Centos7修改profile文件后导致命令 command not find, 艹 艹 怎么解 [root@localhost ~]#export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin 临时可用后,修改错误的/etc/profile 阅读全文
posted @ 2023-09-14 13:52 beawh 阅读(57) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 44 下一页