Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix profile list when profiles directory is missing
This was reported in [1] and fixed in [2] in 2019. However the fix assumed that `listProfiles()` can return `config.ErrNotExists` while it returns `os.ErrNotExist` from `os.ReadDir`. [1] kubernetes#5898 [2] kubernetes#5955
- Loading branch information