• Kubernetes Submit Queue's avatar
    Merge pull request #47987 from wongma7/reclaimpolicy · 9c8f74e4
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 49869, 47987, 50211, 50804, 50583)
    
    Add ReclaimPolicy field to StorageClass
    
    fix https://github.com/kubernetes/kubernetes/issues/38192, enough people want this imo so going ahead and adding it according to initial suggested design
    
    some considerations:
    * No Recycle allowed, Retain (& Delete) only.
    * Do we need to gate the field.
    * E2E test where a Retain PV is dynamically provisioned is TODO if we agree we want this & this is the way to do it.
    * Need a feature repo issue to track docs and stuff for 1.8
    
    **Release note**:
    
    ```release-note
    StorageClass has a new field to configure reclaim policy of dynamically provisioned PVs.
    ```
    9c8f74e4
Name
Last commit
Last update
..
api Loading commit data...
apimachinery/tests Loading commit data...
apis Loading commit data...
auth Loading commit data...
bootstrap/api Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
credentialprovider Loading commit data...
features Loading commit data...
fieldpath Loading commit data...
generated Loading commit data...
hyperkube Loading commit data...
kubeapiserver Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
master Loading commit data...
printers Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...