• k8s-merge-robot's avatar
    Merge pull request #27434 from jsafrane/pv-events-message · 0730ffbf
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Fill PV.Status.Message with deleter/recycler errors.
    
    Instead of empty `Message` `kubectl describe pv` now shows:
    
    ```
    Name:		nfs
    Labels:		<none>
    Status:		Failed
    Claim:		default/nfs
    Reclaim Policy:	Recycle
    Access Modes:	RWX
    Capacity:	1Mi
    Message:	Recycler failed: Pod was active on the node longer than specified deadline
    Source:
        Type:	NFS (an NFS mount that lasts the lifetime of a pod)
        Server:	10.999.999.999
        Path:	/
        ReadOnly:	false
    ```
    
    This is actually a regression since 1.2
    
    @kubernetes/sig-storage 
    0730ffbf
Name
Last commit
Last update
..
daemon Loading commit data...
deployment Loading commit data...
endpoint Loading commit data...
framework Loading commit data...
garbagecollector Loading commit data...
gc Loading commit data...
job Loading commit data...
namespace Loading commit data...
node Loading commit data...
persistentvolume Loading commit data...
petset Loading commit data...
podautoscaler Loading commit data...
replicaset Loading commit data...
replication Loading commit data...
resourcequota Loading commit data...
route Loading commit data...
service Loading commit data...
serviceaccount Loading commit data...
volume Loading commit data...
OWNERS Loading commit data...
controller_utils.go Loading commit data...
controller_utils_test.go Loading commit data...
doc.go Loading commit data...
lookup_cache.go Loading commit data...