mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
The GetDefaultClass() was fixed in scope of this issue: https://github.com/kubernetes/kubernetes/issues/110514 Before this change assignDefaultStorageClass() was ignoring errors from this function since it could mean there are multiple defaults - assign could safely continue and do nothing. This is no longer true because we always choose one from multiple defaults - any errors returned from GetDefaultClass() are real errors and should not be ignored.