Skip to content

Commit

Permalink
feat: add krew description
Browse files Browse the repository at this point in the history
Signed-off-by: kaku <[email protected]>
  • Loading branch information
likakuli committed Mar 14, 2023
1 parent 0b09934 commit ef74bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ brews:
goarm: 6
homepage: https://github.com/k-cloud-labs/kluster-capacity
license: apache-2.0
description: A simple CLI that support capacity estimation, cluster compression, scheduler simulation, fragmentation analysis and resource overview.
description: A simple CLI provide cluster capacity analysis with scheduler simulation.
dependencies:
- name: git
test: |
Expand Down
4 changes: 2 additions & 2 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
spec:
version: {{ .TagName }}
homepage: https://github.com/k-cloud-labs/kluster-capacity
shortDescription: Cluster capacity analysis tool support capacity estimation, cluster compression, scheduler simulation, fragmentation analysis and resource overview.
shortDescription: Cluster capacity analysis tool.
description: |
A simple CLI that support capacity estimation, cluster compression, scheduler simulation, fragmentation analysis and resource overview.
A simple CLI provide cluster capacity analysis with scheduler simulation.
platforms:
- selector:
matchLabels:
Expand Down

0 comments on commit ef74bc2

Please sign in to comment.