kubergrunt icon indicating copy to clipboard operation
kubergrunt copied to clipboard

Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl. https://www.gruntwork.io

Results 35 kubergrunt issues
Sort by recently updated
recently updated
newest added

**Describe the bug** AWS bumped VPC CNI a while ago, so kubergrunt 0.9.0 doesn't update the VPC CNI pods to the latest recommended version (1.11.0) anymore. https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html **To Reproduce** Run...

bug

## Description Change deprecated `delete-local-data` flag to `delete-emptydir-data`. ## TODOs - [x] Ensure the branch is named correctly with the issue number. e.g: `feature/new-vpc-endpoints-955` or `bug/missing-count-param-434`. - [ ] Update...

[Slack thread for context](https://gruntwork-community.slack.com/archives/CHH9Y3Z62/p1630424117093800). `kubergrunt eks deploy` supports a `--delete-local-data` flag, but it looks like that has been deprecated: ``` Flag --delete-local-data has been deprecated, This option is deprecated and...

enhancement
p:queued

**Describe the bug** I ran this tool and it deleted the cluster's security group but not groups created for load balancers. **To Reproduce** - Create an eks service with load...

bug

Candidates: - [Appveyor](https://www.appveyor.com/)

enhancement

Currently `kubergrunt` does not implement any checks for minimal downtime features to be implemented on the Kubernetes resources deployed on the cluster. As part of the rollout command, we should...

enhancement
needs design

Way it might work: 1. Taint all the nodes in the cluster with `NoSchedule` so new pods won't be scheduled on the existing nodes. 1. In a rolling fashion, evict...

enhancement
needs design

Hi All, When following the directions to build from source, the resultant binary does not have the --version flag available. This causes downstream problems when working with other gruntworks modules,...

good first issue

This PR adds GitHub PR & Issue templates as part of our new coding methodology.

The current approach with "kubergrunt eks deploy" causes downtime due to the fact that all nodes in a group receive drain simultaneously and all replicas of affected apps (the same...

enhancement
p:queued