Henry Xie 's blog
Tuesday, September 22, 2020
RMAN-04022: target database mount id % does not match channel's mount id %
›
Symptom : When we run rman target / and run "crosscheck archivelog all", we hit an error RMAN-04022: target database mount id *...
Sunday, August 30, 2020
Tip: A few commands to debug Issues with Kubelet
›
sudo systemctl status -l kubelet kubectl describe node <name> sudo journalctl -u kubelet | grep ready sudo systemctl restart docker...
Tip: Impersonate users on kubectl
›
We can impersonate users with the --as= and the --as-group= flags. kubectl auth can-i create pods --as=me
Monday, August 17, 2020
Tip: remove linux files with special characters
›
ls -ltr -rw-rw-r-- 1 henryxie henryxie 0 Apr 22 12:14 --header -rw-rw-r-- 1 henryxie henryxie 0 Apr 22 12:14 -d To remove these 2 fil...
Wednesday, August 05, 2020
Tip: Pods are not created while deployment is created
›
Symptom: We have a normal deployment which was working fine. When we test it on a new Kubernetes cluster, the deployment is created well, ...
‹
›
Home
View web version