Jira Datacenter Installation on AWS EKS - Local Home Dynamic Provisioning Error

Lloyd Kim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2024

I am trying to install Jira Datacenter on AWS EKS.  I followed all the prerequisites and tested my local home storage class and was able to create a test pod, but when I try to install JIRA using the yaml file, I keep getting an error.  The error I am seeing is

 

 

create Claim local-home-jira-0 for Pod jira-0 in StatefulSet jira failed error: PersistentVolumeClaim "local-home-jira-0" is invalid: spec.resources[storage]: Required value

 

I would appreciate any help on any direction or help on why I am not able to get the PVC and PV created for the local home.  The shared-home is creating fine by the way, but stuck with the local-home.

1 answer

1 accepted

1 vote
Answer accepted
Lloyd Kim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2024

Figured out the problem, had to do with the setting for storage size

 

      resources:
        requests:
          storage: 2Gi
The size was left blank and when left blank throws the invalid: spec.resources[storage]: Required value

Suggest an answer

Log in or Sign up to answer