On Mon, Sep 23, 2019 at 12:18:08PM -0700, Kevin Fenzi wrote:
> > * How can they use persistent storage?
> 
> Just make a pvc (persistent volume claim) and it will get filled. 
> We use NFS, but I'm not sure they need to know that. 
> 
> One thing we still need to sort out though is that we currently have a
> bunch of nfs volumes defined for pv's, but to be safe we have set them
> to 'reclaim', which means when someone uses one, then stops using it,
> the volume needs to be wiped and re-added. This means that we run out of
> pv's after a while as they are used. We either need to automate
> something reclaiming them or some other solution so we don't have to
> manually clean them up. (sorry for the side note)

  On my k8s cluster I'm using nfs-client-provisioner:
  
https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client


-- 
Tomasz Torcz       ,,(...) today's high-end is tomorrow's embedded processor.''
xmpp: [email protected]                      -- Mitchell Blank on LKML
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to