mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-30 23:14:30 +00:00
Automatic merge from submit-queue Removed un-used InodePressure condition. **What this PR does / why we need it**: Removed un-used InodePressure condition; kubelet did not report it anymore, so remove it. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49103 **Release note**: ```release-note The node condition 'NodeInodePressure' was removed, as kubelet did not report it. ```