会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sixinshuier
博客园
首页
新随笔
订阅
管理
06 2021 档案
Kubernetes Deployment 并行重启Pod
摘要:Kubernetes Deployment 并行重启Pod 参考:https://stackoverflow.com/questions/59050709/how-to-rollout-restart-deployment-through-the-api kubernetes 1.5 之后可以使用
阅读全文
posted @
2021-06-03 17:36
sixinshuier
阅读(411)
评论(0)
推荐(0)
git config 配置用户名、邮箱
摘要:设置用户名和邮箱 git config --global user.name “你的用户名” git config --global user.email “你的邮箱” 查看配置 git config --list
阅读全文
posted @
2021-06-02 13:36
sixinshuier
阅读(222)
评论(0)
推荐(0)
公告