surahman commented on pull request #3725:
URL: https://github.com/apache/incubator-heron/pull/3725#issuecomment-981114818


   > What is the difference between "dynamic" and "static"? Is it merely the 
presence of the storage class name?
   
   Correct, they only differ in their `Storage Class` name, please see 
[Provisioning](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#provisioning)
 for Persistent Volumes.
   
   > Is there any difference with relating to the deletion of the PVCs when the 
job is killed?
   
   Heron will remove _all_ PVCs it adds for a topology using selector labels 
irrespective.
   
   > Perhaps they both are the same use case and should just be the "dynamic" 
(i.e. `OnDemand`) mode?
   
   Correct, you caught a number of typos/stale command examples in the 
documentation. Claims for both dynamic and static Persistent Volumes is 
triggered using the Claim Name of `OnDemand`.
   
   


-- 
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]


Reply via email to