Skip to content

Releases: akrzos/kubeSize

v0.1.6

11 Oct 02:11
Compare
Choose a tag to compare

Changelog

20258d2 Add size to docs
1f8081e Update client-go
c02482e Update instructions for 0.1.5 install

v0.1.5

18 Apr 02:05
Compare
Choose a tag to compare

Changelog

5edbdbb Add object count sub-command (size)
0864d8b Update install for v0.1.4

v0.1.4

09 Apr 15:31
Compare
Choose a tag to compare

Changelog

61bfa8f Prevent capacity no command sort by node role duplicates
10b361f Update install for v0.1.3

v0.1.3

14 Feb 21:52
Compare
Choose a tag to compare

Changelog

6fcfdda Add Ephemeral storage capacity metrics to node-role command
8d51b18 Add cluster view of ephemeral storage
9040117 Add ephemeral storage capacity metrics to namespace command
c323e6f Add github action for integration testing and clean up other actions
7d85537 Add node ephemeral storage capacity metrics to node sub command
3cbb67d Add total flag for node and namespace sub-commands.
517b274 Improve Readme
3a332a4 Small adjustments to command descriptions
9cd6542 Update README.md
af32fa9 Update krew deploy

v0.1.2

27 Jan 03:02
Compare
Choose a tag to compare

Changelog

ca34791 Add krew deployment yaml
8fe64d0 Better Readme

v0.1.1

23 Jan 19:38
Compare
Choose a tag to compare

Changelog

36661de Create a deploy directory and put deployment/release things in it

v0.1.0

23 Jan 04:25
Compare
Choose a tag to compare

Changelog

b909816 Add ablity to output as yaml and json
43bcf73 Add actual pod counts, requests/limits for cpu and memory. Also use tabwriter for formatting.
b0d9b1f Add cmd/ pkg/ and other files
f4e9cca Add goreleaser workflow
ba17294 Add linter
1753097 Add namespace command for namespace size
65beaaa Add node counts to the cluster and node-role commands
71886f4 Add node-role subcommand to summerize capacity data based on node role
2cee009 Add readable values to cluster capacity data struct so they show in json/yaml output formats
1a6e17d Add sort-by-role for the node command output
710b5cd Change shorterned namespace command na to ns to match kube
41945d6 Create go.yml
427ceeb First attempt to fix namespace command performance
9d2a04d Fix lint issues
299cde7 Fix node capacity command performance
2d43f3f Fix node-role command performance
4134041 Goreleaser adjustments
3fcc8b5 Human readable values as part of struct (Cores and GiB) and now included in yaml/json output
10c1220 Implementing Cluster and Node commands
2a11f68 Initial commit
40c4293 Namespace display table by default only shows namespaces with pods
6ce7ce9 Refactor output into separate source file
78a126d Rename to kubeSize
958da08 Several major changes
3b1e475 Small bug in node capacity command
252ec62 Subcommand aliases and node status on node subcommand
9261277 Use namespace flag for namespace selection