Kubernetes v1.33 introduces a new alpha feature called StorageCapacityScoring for pod scheduling.StorageCapacityScoring adds a scoring method to schedule pods on nodes with the most or least available storage capacity.Enabling this feature requires configuring node priorities based on storage utilization using the shape parameter.StorageCapacityScoring feature aims to maximize resource utilization by filling up nodes more sequentially based on storage capacity.