I recently setup a single node Kubernetes cluster on-premise for testing Jira and Confluence Data Center (which I will write a seperate blog later). In this blog, I want to share how I use Glusterfs as the shared storage which supports dynamic volume provisioning. Traditionally, to use persistent volume (PV) in a pod, you have … Continue reading Use Glusterfs for Dynamic Volume Provisioning in Kubernetes
Month: October 2019
Use Image Scanning for AWS ECR
Amazon just announced that ECR now has the image scanning capability. It is a good News if you use ECR as your Docker image registry, as you just can consume it for free! A good use case is to add it into your CI pipeline for image scanning. A quick example of scanning the Docker … Continue reading Use Image Scanning for AWS ECR
Confluence Space Exporter
Confluence supports multiple export file type for a Space via the Web interface. This is handy if you only need export a single space. But what if you need to export a large number of spaces? For example, offline archive the inactive users' personal spaces. I assume it will take you quite some time to … Continue reading Confluence Space Exporter
Creating new Jira issues throws java.lang.NullPointerException
If you get the java.lang.NullPointerException error page as above when you are trying to create a new issue, then most likely it has something to do with the Default Issue Type Scheme of your Jira. Follow the diagnoses steps in this knowledge base Jira server throws NullPointerException when creating new issues or changing project settings … Continue reading Creating new Jira issues throws java.lang.NullPointerException
