Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huntharo/kubernetes-cluster-autoscaler-test

Testing TerminateInstanceInAutoScalingGroup handling of bad parameters
https://github.com/huntharo/kubernetes-cluster-autoscaler-test

Last synced: 15 days ago
JSON representation

Testing TerminateInstanceInAutoScalingGroup handling of bad parameters

Awesome Lists containing this project

README

        

# Overview

This app is testing a possible bug in `cluster-autoscaler` that seems to result in a null requestParameters being sent on an `TerminateInstanceInAutoScalingGroup` API call.

# Building

`go build`

# Running Locally

* Login to AWS
* `aws-okta exec [role-name] -- bash -l`
* Set Region
* `export AWS_REGION=us-east-1`
* Run the app
* `go run main.go`