整体说明 harbor早期通过整合第三方的chartmuseum,实现了对helm chart仓库的支持 chartmuseum归属于helm公司,有独立官网和github仓库 harbor有多种安装方式,例如: 二进制脚本安装、DockerCompose安装、H…
参考 https://helm.sh/zh/docs/chart template guide/getting started/ 常规操作 使用HarborHelm仓库 https://juejin.cn/post/6844903795827146759 简易脚手…
官方文档 https://tekton.dev/docs/getting started https://github.com/tektoncd/pipeline/tree/main/examples/v1beta1/pipelineruns https://hu…
参考 https://segmentfault.com/a/1190000040905311 https://github.com/goharbor/harbor/releases 下载 Compose方式 https://github.com/goharbor/…
官网 https://github.com/juewuy/ShellClash/blob/master/README CN.md 跳板机 ssh root@10.193.36.33 配置 常规代理 docker配置http代理 containerd(k3s)配置h…
参考 https://k3s.io/ https://docs.k3s.io/zh/ k3s离线部署 常用运维操作 启停 server节点访问 本机访问 将 /etc/rancher/k3s/k3s.yaml 复制到本机的 /.kube/config ,并将ser…
参考 https://docs.docker.com/registry/ https://hub.docker.com/r/konradkleine/docker registry frontend/ https://hub.docker.com/r/hyper/…
节点亲和性 构建所需基础镜像 自定义容器 1. 编辑 kubesphere devops system 命名空间下的名为 jenkins casc config 的configmap, 2. 重启名为 devops jenkins xxx 的deployment…
网络配置 开启root用户ssh登录 配置hostname 磁盘挂载 通用调整 K8S专属调整 TiDB专属调整 Docker配置 配置软件源 ubuntu在线阿里源 centos在线阿里源 centos本地源 开启ntp
亲和性 https://tachingchen.com/tw/blog/kubernetes assigning pod to nodes/ deploy.yaml: coredns自定义解析
参考 https://docs.ethanshen.cn/kubernetes/kubectl common.html https://kubernetes.io/zh cn/docs/reference/kubectl/cheatsheet/ https://k…