update: delete cluster
to clean up Karpenter NodePools and EC2NodeClasses
#189
Annotations
1 error and 5 warnings
lint
issues found
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
pkg/application/autoscaling/karpenter/cluster_delete.go#L31
unused-parameter: parameter 'kubeContext' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/application/autoscaling/karpenter/cluster_delete.go#L57
unused-parameter: parameter 'kubeContext' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/application/autoscaling/karpenter/cluster_delete.go#L24
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|