贝隆

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页

2022年2月5日

摘要: https://docs.rancher.cn/docs/k3s/quick-start/_index/ 安装docker systemctl start docker curl -sfL http://rancher-mirror.cnrancher.com/k3s/k3s-install.sh 阅读全文
posted @ 2022-02-05 09:32 贝隆 阅读(364) 评论(0) 推荐(0)

2022年2月3日

摘要: 一、在 master 节点操作由于 K8s 版本不同,具体去这里查看对应的版本 https://github.com/kubernetes/dashboard/releases 如果使用 wget 命令无法下载,可以使用迅雷下载好上传到 K8s-Master 节点上 [root@k8s-master 阅读全文
posted @ 2022-02-03 18:52 贝隆 阅读(565) 评论(0) 推荐(0)

摘要: kubectl get pods --all-namespaces kubectl describe pod kube-proxy-j5ll5 -n kube-system kubectl logs --previous kube-proxy-j5ll5 -n kube-system https:/ 阅读全文
posted @ 2022-02-03 13:59 贝隆 阅读(60) 评论(0) 推荐(0)

摘要: https://cloud.tencent.com/developer/article/1683407 阅读全文
posted @ 2022-02-03 13:02 贝隆 阅读(44) 评论(0) 推荐(0)

2022年1月26日

摘要: 1下载镜像docker pull mysql:5.7.372创建目录 mkdir -p /home/mysql/data /home/mysql/logs /home/mysql/conf 3启动mysql服务 docker run --name mysql \-p 3306:3306 \--res 阅读全文
posted @ 2022-01-26 13:35 贝隆 阅读(38) 评论(0) 推荐(0)

2022年1月19日

摘要: https://developer.aliyun.com/article/704959#:~:text=%E4%B8%80.%20Ubuntu%20%E5%AE%89%E8%A3%85JDK%E7%9A%84%E4%B8%A4%E7%A7%8D%E6%96%B9%E5%BC%8F.%201.%20% 阅读全文
posted @ 2022-01-19 10:38 贝隆 阅读(2848) 评论(0) 推荐(0)

2022年1月16日

摘要: 安装后端程序 docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=syndesis postgres:14 $ syndesis build -f -c - 阅读全文
posted @ 2022-01-16 23:25 贝隆 阅读(189) 评论(0) 推荐(0)

2022年1月13日

摘要: 本文最先发布在: https://www.itcoder.tech/posts/how-to-install-and-use-docker-on-ubuntu-20-04/​www.itcoder.tech/posts/how-to-install-and-use-docker-on-ubuntu- 阅读全文
posted @ 2022-01-13 22:45 贝隆 阅读(559) 评论(0) 推荐(0)

2022年1月8日

摘要: 在局域网生产环境中,断开网络环境,进行Ubuntu Server的安装。 注意:安装系统,在无外网的局域网内环境下进行,通过“↑”“↓”按键选择条目。 1.进入开机启动项 根据主机情况自行测试,一般为F9-F12或者delete。 2.选择U盘内的镜像 选择“Ubuntu20 Server”系统,确 阅读全文
posted @ 2022-01-08 16:21 贝隆 阅读(4837) 评论(0) 推荐(0)

2022年1月5日

摘要: 在项目的.idea目录下下,找到compiler.xml中的标签 <component name="JavacSettings"> ,修改标签内的默认值,如下图: 阅读全文
posted @ 2022-01-05 18:07 贝隆 阅读(324) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页