摘要: 阅读全文
posted @ 2020-11-10 11:19 LinuxSFeng 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 11:08 LinuxSFeng 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 背景 proxy: remoteurl: https://hub.iflyhealth.com:8098/ username: admin password: Harbor@xfyl.com 在多个k8s集群情况下,每次版本更新时,需要手动人肉传镜像到每个集群,然后push到各个harbor仓库。这 阅读全文
posted @ 2020-11-10 11:07 LinuxSFeng 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 背景 由于业务需求,需要将本地harbor仓库暴露到互联网供其他地区的harbor仓库做同步,所以必须将harbor改造为https,使得数据传输加密。 方法 直接在harbor本身上改造,更改harbor.yml文件,将协议改成https等,证书可自签,可通过购买信任证书 在harbor前面部署n 阅读全文
posted @ 2020-11-10 11:06 LinuxSFeng 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 11:04 LinuxSFeng 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 11:03 LinuxSFeng 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 11:02 LinuxSFeng 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 11:01 LinuxSFeng 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 背景 在k8s环境中,没有共享存储的话,一些有状态的应用是无法托管在k8s集群上的,以及应用日志收集等 rook是一个基于k8s之上,提供存储系统的编排系统,支持nfs,glusterfs,,ceph等存储 rook-ceph组件 rook-oparator rook与k8s的交互组件 整个集群只有 阅读全文
posted @ 2020-11-10 10:59 LinuxSFeng 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package main import "fmt" func main() { ParseStudent() } type student struct { Name string Age int } func ParseStudent() { m := make(map[string]*stude 阅读全文
posted @ 2020-11-10 10:57 LinuxSFeng 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 10:56 LinuxSFeng 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 10:54 LinuxSFeng 阅读(49) 评论(0) 推荐(0) 编辑