robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.13k stars 115 forks source link

Add flags for user and group impersonation #109

Closed isaacnboyd closed 8 months ago

isaacnboyd commented 8 months ago

As described in issue #30, some companies require administrators to use kubernetes impersonation. This commit uses familiar flags for impersonation and translates them into the client-go config.

resolves #30 resolves #104

isaacnboyd commented 8 months ago

goreleaser build check will pass after #108 is merged

robscott commented 8 months ago

@isaacnboyd If you can rebase your PRs I think everything should pass, thanks for the work on this!

isaacnboyd commented 8 months ago

Both PRs have been rebased and have no conflicts with each other. Thanks @robscott for reviews!

robscott commented 8 months ago

Thanks @isaacnboyd!

grosser commented 8 months ago

Thanks!