Henry Xie 's blog
Tuesday, August 27, 2019
Tip: Clean evicted pods and dangling docker images
›
Clean evicted pods kubectl get pods --all-namespaces -o json | jq '.items[] | select(.status.reason!=null) | select(.status.reason | c...
Wednesday, August 14, 2019
Error:no kind is registered in scheme pkg/runtime/scheme.go:101
›
Symptom: When we create controller operator via kubebuilder 2.0 we add deployment type in our controller. But it error out when we ...
2 comments:
Error finding current repository: could not determine repository path from module data, package data, or by initializing a module: go
›
Symptom: When we run kubebuilder init, we get below error $kubebuilder init --domain my.domain 2019/05/29 16:23:45 error finding curren...
Tuesday, August 06, 2019
Tip: How to Git Push Passwordless via SSH for Multiple Internal and External Repositories
›
Requirement: Sometimes we have projects. We need to git commit changes for multiple git repositories. Some repositories are internal, s...
Monday, August 05, 2019
Automation Tool to Create Http Ords and Loadbalancer in K8S
›
Requirement: A kubectl plugin that create http and ords( Oracle Rest Data Services) based on Apex (oracle application express) 19.1 On...
‹
›
Home
View web version