Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,927 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 87 commits in 2 repositories
Created 1 repository
- ncopa/k0s Go
Created a pull request in kubernetes/kubernetes that received 12 comments
Get inodes and disk usage via pure go
What type of PR is this? /kind bug What this PR does / why we need it: Use pure go to calculate the disk usage and inodes metrics of a directory i…
Opened 9 other pull requests in 1 repository
Reviewed 6 pull requests in 1 repository
Created an issue in kubernetes/kubernetes that received 2 comments
GetMetrics() calculate inodes wrong when there are hardlinks
What happened:
GetMetrics() in pkg/volume/metrics_du.go calculates number of inodes wrong when there are hard links.
What you expected to happen:
…