Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huntharo/kubernetes-cluster-autoscaler-test
- Owner: huntharo
- Created: 2020-05-19T17:47:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T18:38:47.000Z (over 4 years ago)
- Last Synced: 2024-12-23T09:59:37.307Z (17 days ago)
- Language: Go
- Size: 4.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`