会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
繁星下的晴空
此博客 为原创 禁止转载 否则将承受法律责任
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2023年3月21日
kvm 创建
摘要: 1. 确认cpu是否支持虚拟化cat /proc/cpuinfo |grep vm2. 安装软件apt-get install qemu-kvm libvirt-clients libvirt-daemon-system virtinst3. 安装网桥apt install bridge-utils
阅读全文
posted @ 2023-03-21 21:07 繁星下的晴空
阅读(47)
评论(0)
推荐(0)
2023年2月24日
reg命令修复Win11远程提示身份验证错误 CredSSP 加密修正_win11验证身份发生错误_传说中的暗暗的博客-CSDN博客
摘要: https://blog.csdn.net/no1xium/article/details/122638265
阅读全文
posted @ 2023-02-24 10:04 繁星下的晴空
阅读(125)
评论(0)
推荐(0)
2023年2月15日
sonar 和 postgresql 安装配置
摘要: # 这个sonar 安装前期有点扯淡 是我让我得同事帮我安装,问题在于新版本得sonar不支持mysql数据库了 他还使用mysql数据库进行链接 1. 我得在百度网盘 大家可以在sonar官网下载 sonar-7.9.6 这个版本 2.安装jdk 版本为11.05 3.对sonar-7.9.6 进
阅读全文
posted @ 2023-02-15 16:33 繁星下的晴空
阅读(412)
评论(0)
推荐(0)
2023年2月9日
jenkins变量配置
摘要:
阅读全文
posted @ 2023-02-09 18:42 繁星下的晴空
阅读(77)
评论(0)
推荐(0)
k8s ingress 跨域问题
摘要: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | if ($request_method = 'OPTIO
阅读全文
posted @ 2023-02-09 17:14 繁星下的晴空
阅读(247)
评论(0)
推荐(0)
jdk镜像
摘要: FROM openjdk:8-jdk-alpineRUN apk upgrade --update \ && apk add curlRUN apk add --no-cache tzdata \ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localt
阅读全文
posted @ 2023-02-09 16:46 繁星下的晴空
阅读(211)
评论(0)
推荐(0)
2023年2月8日
jenkins 添加kubernetes-k8s
摘要: k8s 设置服务证书为创建的ca.crt 配置证书 cat /etc/kubernetes/kubelet.conf apiVersion: v1clusters:- cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FUR
阅读全文
posted @ 2023-02-08 14:14 繁星下的晴空
阅读(710)
评论(0)
推荐(0)
2023年2月4日
calico-etcd.yaml
摘要: # Source: calico/templates/calico-etcd-secrets.yaml # The following contains k8s Secrets for use with a TLS enabled etcd cluster. # For information on
阅读全文
posted @ 2023-02-04 16:46 繁星下的晴空
阅读(216)
评论(0)
推荐(0)
2023年2月2日
k8-sunderlay 网段搭建k8s
摘要: https://www.cnblogs.com/cyh00001/p/16646062.html
阅读全文
posted @ 2023-02-02 19:27 繁星下的晴空
阅读(40)
评论(0)
推荐(0)
jenkinsfile与项目做隔离
摘要: @Library('siheng-devops') _ pipeline { agent { label 'jnlp-slave'} options { timeout(time: 200, unit: 'MINUTES') gitLabConnection('gitlab') } environm
阅读全文
posted @ 2023-02-02 17:13 繁星下的晴空
阅读(151)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告