Kubeservice博客

是非审之于己,毁誉听之于人,得失安之于数

TIPS之 对比github,gitee使用习惯不同点

对比github,gitee使用习惯不同点: git fetch/rebase/squash

习惯使用github的同学,一定会发现github非常实用的两个功能: Sync fork Squash and merge/Rebase and merge Sync fork 当 fork 开源代码到个人分支后,由于主分支有其他人员提交,

TIPS之 repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步 一个用于在hub间(例如Github,Gitee)代码仓库同步的action 背景 在开源贡献的代码托管的过

TIPS之 Kind工具中部署Pod修复缺少/etc/localtime

Kind工具中部署Pod修复缺少/etc/localtime方法

kind 是 Kubernetes in Docker 的简写,是一个使用 Docker 容器作为 Nodes,在本地创建和运行 Kubernetes 群集的工具。适用于在本机创建 Kubernetes 群集环境进行开发和测试。 容器作为Node 首

TIPS之 将gitlab/github同步工程到gerrit方法

将gitlab/github同步工程到gerrit方法

将gitlab/github同步工程到gerrit方法 1. 需要同步的代码仓库 $ git clone git@github.com:kubeservice-stack/muti-arch.git $ cd muti-arch $ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master 2. 指定远端仓库的名称为gerri