Skip to content

Commit

Permalink
chore: update go install command (#5418)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran authored Jan 2, 2024
1 parent fdf67d0 commit f2a7b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/karpenter-convert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It converts `v1alpha5/Provisioner` to `v1beta1/NodePool` and `v1alpha1/AWSNodeTe
## Installation

```
go install github.com/aws/karpenter/tools/karpenter-convert/cmd/karpenter-convert@latest
go install github.com/aws/karpenter/tools/karpenter-convert/cmd/karpenter-convert@release-v0.32.x
```

## Usage
Expand Down

0 comments on commit f2a7b0f

Please sign in to comment.