Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / aws/karpenter-provider-aws issues and pull requests
#52 - Switch AWS Auto Scaling Group support to match MNG style
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#51 - Resolved an NPE for scalablenodegroups if spec.replicas is nil
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
- 1 comment
#50 - [Scalable Node Group] [EKS MNG] Crashloop on poorly formatted ARN
Issue -
State: closed - Opened by ellistarn about 4 years ago
#49 - Implemented of MetricsProducer for Capacity Reservations.
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#48 - [Testing] Namespace torn after APIServer Shutdown
Issue -
State: closed - Opened by ellistarn about 4 years ago
- 1 comment
Labels: bug, good-first-issue
#47 - Wire up Controller for ManagedNodeGroup
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#46 - Implemented Prometheus Server integration.
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#45 - Wire up Controller for ManagedNodeGroup
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
- 3 comments
#44 - Added a design doc
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#43 - Strawman implementation of Autoscaler Behaviors & HA Statuses
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#42 - Added status subresource for horizontal autoscaler
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#41 - Improve errors
Issue -
State: closed - Opened by ellistarn about 4 years ago
Labels: feature
#40 - Refactored environment code to resolve ectd shutdown and simplify setup/teardown logic for test environments
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#39 - Fleshed out metrics producer types and interfaces
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#38 - Added Owners
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#37 - Wired up tests to our doc/samples
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#36 - Implemented e2e stubbed HorizontalAutoscaler
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#35 - A few minor fixes to get controller not to crash during testing
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#34 - Get sample HA and SNG to load on test cluster
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#33 - minor cleanups to makefile
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
- 1 comment
#32 - Resolves tests failures in Github Actions
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#31 - Fix name of command directory in Dockerfile
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#30 - Fixed code generation and webhooks
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#29 - Code Generation is busted for Webhooks, RBAC, and ClientGen
Issue -
State: closed - Opened by ellistarn about 4 years ago
#28 - Github Actions doesn't capture full Error Messages.
Issue -
State: closed - Opened by ellistarn about 4 years ago
#27 - Test environment doesn't shut down properly
Issue -
State: closed - Opened by ellistarn about 4 years ago
- 1 comment
#26 - Temporarily removing generated client
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#25 - Implemented Code Generation: Clients, Listers, CRDs (upgraded v1beta1 -> v1), and auto imports with tools.go
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#24 - Implemented a testing framework with basic tests
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#23 - Enable cert-manager for webhooks
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#22 - Fix bug where command-line args weren't being checked for
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#21 - Correct name of webhook to match manifest
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#20 - Correct the name of webhooks in manifest
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#19 - Horizontalautoscaler implementation groundwork
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#18 - match example ScalableNodeGroup to spec
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#17 - Added an idempotent quick install (+uninstall) and added in a prometheus client
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#16 - Implemented github actions
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#15 - Added a defaulting webhook for ScalableNodeGroup
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
- 2 comments
#14 - Built out scaffolding for MetricsProducers, MetricsClients, and Autoscalers
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#13 - Change QueueProvider from 'provider' to 'type' for parity with ScalableNodeGroup
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#12 - Added a capacity reservation example
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#11 - Added a queue example
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#10 - Automates license generation
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#9 - Initial pass at APIs: Added types of scalablenodegroup and metricsproducer
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#8 - fix global zap logging
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#7 - Some changes to get karpenter binary to run successfully
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#6 - Switched to a less slim base image
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#5 - Cleanup from PR/4
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#4 - Crude ASG/MNG implementations
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
#3 - Added a node group abstraction that implements the scale subresource
Pull Request -
State: closed - Opened by ellistarn about 4 years ago
#2 - Add minimal docs on how to build and some minor build improvements
Pull Request -
State: closed - Opened by JacobGabrielson about 4 years ago
- 1 comment
#1 - Setup initial code structure for reconciliation
Pull Request -
State: closed - Opened by ellistarn about 4 years ago