贝隆

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

2022年3月1日

摘要: 使用以下命令添加upstream: git remote add upstream https://code.cestc.cn/tian.long/syndesis.git 拉取远端upstream代码: git fetch upstream master(具体分支) 拉取完之后会在git分支列表出 阅读全文
posted @ 2022-03-01 10:48 贝隆 阅读(394) 评论(0) 推荐(0) 编辑

2022年2月11日

摘要: OpenShift 4.X 版本要求安装在操作系统为 CoreOS 的机器上,因此 官方文档 给出了使用 PXE 或 IPXE 引导 CoreOS 系统的方法。a56爆大奖在线娱乐们可以参考其操作流程,将一台 CentOS 7.X 的机器改写为 CoreOS 系统,步骤如下: 从 镜像下载页 下载安装所需版本的 ke 阅读全文
posted @ 2022-02-11 14:38 贝隆 阅读(193) 评论(0) 推荐(0) 编辑

2022年2月7日

摘要: 创建镜像 执行 kubectl create -f springboot-demo-template.yaml apiVersion: apps/v1 #kubectl api-versions 可以通过这条指令去看版本信息 kind: Deployment # 指定资源类别 metadata: # 阅读全文
posted @ 2022-02-07 21:20 贝隆 阅读(59) 评论(0) 推荐(0) 编辑

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 贝隆 阅读(289) 评论(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 贝隆 阅读(504) 评论(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 贝隆 阅读(49) 评论(0) 推荐(0) 编辑

摘要: https://cloud.tencent.com/developer/article/1683407 阅读全文
posted @ 2022-02-03 13:02 贝隆 阅读(28) 评论(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 贝隆 阅读(28) 评论(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 贝隆 阅读(2714) 评论(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 贝隆 阅读(118) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页