码迷,mamicode.com
首页 > 2020年02月24日 > 全部分享
[git]常见命令
1. git pull git fetch origin/* // 将远程代码拉到本地的远程分支,如origin/master git merge origin/* // 合并本地的远程分支到本地分支 2. get pull --rebase // 相当于 git fetch origin/* // ...
分类:其他好文   时间:2020-02-24 00:00:38    阅读次数:73
Pod 中容器重启流程
背景测试的时候,通常需要将Pod中的container频繁地杀死,重启。在这个过程中,Pod的状态经常会出现CrashLoopBackOff,而且container重启的时间越来越长。分析为了避免container频繁地restart,k8s对containerrestart过程做了限制,使用back-off的方法,官方文档中的说法是:Failedcontainersthatarerestarte
分类:其他好文   时间:2020-02-24 00:00:23    阅读次数:219
1022条   上一页 1 ... 58 59 60 61
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!