instance-manager icon indicating copy to clipboard operation
instance-manager copied to clipboard

Create and manage instance groups with Kubernetes

Results 65 instance-manager issues
Sort by recently updated
recently updated
newest added

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG **What happened**: An Instance profile was created by IM, but it had no role attached. It is stuck in this state....

bug

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: Capacity rebalance allocation strategy is currently disabled by default in the underlying ASG that is created by the...

In some cases, it may be appropriate to scale nodes vertically, i.e. from m5.xlarge to m5.2xlarge. For example, when we detect better binpacking may occur, or when the IG reaches...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: `spotPrice` does not seem to behave properly. When we set it either to the value higher than the...

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature We have a workflow that allows workloads to run on a node much longer than the upgrade window of the node....

Wanted to share some initial development and background. This adds support for two annotations to control the custom SSM endpoint, and IAM Role assumption. ``` apiVersion: instancemgr.keikoproj.io/v1alpha1 kind: InstanceGroup metadata:...

Adds to #197 This feature adds a capability to do draining in parallel via kubectl as a library (not shelling out), prior to termination of instances. This makes the rollingUpgrade...

We recently added AMI label for nodes, we should also add LaunchConfig label. This is especially useful for a user to know that for a given instancegroup, all nodes are...