Henry Xie 's blog
Tuesday, February 26, 2019
Change the Reclaim Policy of a PersistentVolume In OKE
›
Symptom: By default OKE(Oracle Kubernete Engine) storageclass is oci which is OCI block volume If we don't specify storageclass ...
Monday, February 18, 2019
Docker Network Related Issue When We Build Docker Images
›
Symptom: When I ran "docker build -t oracle/database:19c . " , it always error out on yum repo issues as below https://yum...
Tip For Size of Oracle DB Tempfiles
›
Symptom: You will see big difference between ls -l and du -sm on the same Oracle DB Tempfiles ie # ls -l o1_mf_temp_fpq46223_.dbf -...
Saturday, February 16, 2019
Tips of How to Understand CustomResourceDefinition in K8S
›
In Kubernetes world, CustomResourceDefinition (CRD) will play a big role when we extend K8S cluster. In the future, CRD may include even co...
Thursday, February 14, 2019
How To Put Binary or Text Config Files into K8s ConfigMap
›
Requirement: We often have all kind of config files for our Apps. From binary wallet files to simple text config files, we need to stor...
‹
›
Home
View web version