我的临时驾照过期了快一周了,忘记去renew,新的驾照也没寄过来(也不知道是不是给我办的real ID?, 准备明天去DMV。仔细观察了一下,当时办事人员在我的临时驾照上写了一个Legal Presence号码(916-657-7790),应该是快过期的时候打 ...
Shell Arguments Format
When I check the cmd and entrypoint of one docker image, I see something like this: cmd: zkServer.sh start-foregroundentrypoint: / ...
Kubernetes Dashboard
//TODO: [ ] how to setup dashboard can be accessed from outside of the cluster [ ] cert things? [ ] user admission, for example: c ...
Kubernetes 进阶实战
06/12/2020, 打算下半年把K8s CKA/CKAD 证书考了,要review一下这本书。 这是最近几周看的书(中文),年初从国内带过来的。 最近的项目涉及到很多微服务架构设计的问题,和组里大佬讨论的时候发现自己有的地方理解得不太正确甚至一张白纸, ...
Shell Script Template
This is a good script template which returns JSON response, it has exit hook, logs and arguments checking. I will continuously upd ...
Create Working Branch
Let me record the workflow about how to create your own working branch from master. I git clone the original repo to local, then g ...
Git Merge and Rebase
之前其实很少用到git merge and git rebase,一般都是通过Github UI Pull Request merges feature branch’s updates into master. 也可在CLI 中merge feature b ...
Container Command and Args
Note, below 2 args formats are tested and worked for shell(sh/bash), other init process may not fit, for example tini, you have t ...
Background Sign Caution
I want to wrap several commands into one line format to put in command/args field in yaml file for Kubernetes. But always get synt ...
Shell timeout Command
timeout command used to run command with a time limit. One case is when you know exactly how long you want a process to run for. A ...