- 博客(3)
- 收藏
- 关注
原创 k3s部署思源并用流水线同步笔记
背景:思源笔记中的一些文档想要分享给其他人看,因此考虑部署思源笔记服务,将本地笔记推送到git仓库通过流水线自动发布。实际操作过程中发现通常流水线都会将原文件打包到镜像中,然后部署新的镜像,考虑到笔记的特性,不想将其打包到镜像中。感觉数据更新后触发流水线刷新Pod数据卷中的数据应该就行了,研究一翻发现流水线可以使用kubectl将原文件拷贝到Pod中。但又在实际操作中发现思源笔记启动后将数据锁定了,不能直接拷贝。为了解决这个问题,想到一个曲线救国的方法启动两个不同名的Pod,一个PodA运行思源
2022-03-31 17:44:53 2172 1
原创 npm 报错 Class extends value undefined is not a constructor or null
安装nodejs后执行npm -v 报错:TypeError: Class extends value undefined is not a constructor or null at Object.<anonymous> (D:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\agent.js:114:44) at Module._compile (node:interna
2022-03-25 18:04:45 10666 2
原创 制作gogs Docker镜像
文章背景:由于网络原因访问Github经常不稳定,准备在公司部署一套Gogs,用于定时同步Github上的项目。本文对学习Docker和部署gogs具有一定参考意义。
2022-03-06 15:16:58 945
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人