摘要:
https://www.cnblogs.com/Gyoung/p/5469536.html https://stackoverflow.com/questions/17987443/soapaction-header-missing-when-using-cxf propagateHeadersFr 阅读全文
posted @ 2022-04-16 20:00
贝隆
阅读(150)
评论(0)
推荐(0)
|
摘要:
https://www.cnblogs.com/Gyoung/p/5469536.html https://stackoverflow.com/questions/17987443/soapaction-header-missing-when-using-cxf propagateHeadersFr 阅读全文
posted @ 2022-04-16 20:00
贝隆
阅读(150)
评论(0)
推荐(0)
摘要:
git branch -D master git fetch origin master(远程):master(本地) 阅读全文
posted @ 2022-03-14 14:05
贝隆
阅读(77)
评论(0)
推荐(0)
摘要:
1.查看git状态 # git status# 位于分支 release-v3.1.0-remove-swagger# 尚未暂存以备提交的变更:# (使用 "git add <file>..." 更新要提交的内容)# (使用 "git checkout -- <file>..." 丢弃工作区的改动) 阅读全文
posted @ 2022-03-01 11:05
贝隆
阅读(67)
评论(0)
推荐(0)
摘要:
使用以下命令添加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
贝隆
阅读(440)
评论(0)
推荐(0)
摘要:
OpenShift 4.X 版本要求安装在操作系统为 CoreOS 的机器上,因此 官方文档 给出了使用 PXE 或 IPXE 引导 CoreOS 系统的方法。我们可以参考其操作流程,将一台 CentOS 7.X 的机器改写为 CoreOS 系统,步骤如下: 从 镜像下载页 下载安装所需版本的 ke 阅读全文
posted @ 2022-02-11 14:38
贝隆
阅读(250)
评论(0)
推荐(0)
摘要:
创建镜像 执行 kubectl create -f springboot-demo-template.yaml apiVersion: apps/v1 #kubectl api-versions 可以通过这条指令去看版本信息 kind: Deployment # 指定资源类别 metadata: # 阅读全文
posted @ 2022-02-07 21:20
贝隆
阅读(109)
评论(0)
推荐(0)
摘要:
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
贝隆
阅读(371)
评论(0)
推荐(0)
摘要:
一、在 master 节点操作由于 K8s 版本不同,具体去这里查看对应的版本 https://github.com/kubernetes/dashboard/releases 如果使用 wget 命令无法下载,可以使用迅雷下载好上传到 K8s-Master 节点上 [root@k8s-master 阅读全文
posted @ 2022-02-03 18:52
贝隆
阅读(571)
评论(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
贝隆
阅读(64)
评论(0)
推荐(0)
摘要:
https://cloud.tencent.com/developer/article/1683407 阅读全文
posted @ 2022-02-03 13:02
贝隆
阅读(47)
评论(0)
推荐(0)
|