guilhermeblanco opened a new issue, #438:
URL: https://github.com/apache/solr-operator/issues/438

   Currently if you attempt to create a cluster with a pvcTemplate containing a 
name, you experience the following error when describing the generated 
StatefulSet:
   
   ```yaml
   Events:
     Type     Reason            Age                 From                    
Message
     ----     ------            ----                ----                    
-------
     Normal   SuccessfulCreate  37m                 statefulset-controller  
create Claim xxx-solrcloud-0 Pod xxx-0 in StatefulSet xxx success
     Warning  FailedCreate      67s (x26 over 37m)  statefulset-controller  
create Pod xxx-0 in StatefulSet xxx failed error: Pod "xxx-0" is invalid: 
[spec.containers[0].volumeMounts[0].name: Not found: "data", 
spec.initContainers[0].volumeMounts[1].name: Not found: "data"]
   ``` 
   
   Here is the mapped Helm values (consuming apache-solr/solr chart) that 
generates this issue:
   
   ```yaml
   dataStorage:
     type: "persistent"
     capacity: "120Gi"
     persistent:
       pvc:
         name: "${local.name}"
         reclaimPolicy: "Retain"
         storageClassName: "ebs"
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to