Jonah Back
Jonah Back
Occasionally, an AZ may run out of spot capacity. When this happens, an ASG will temporarily spin up instances in other AZs if possible - and later attempt to rebalance...
Minion manager should react to the spot instance termination event and switch to On Demand to catch very rapid bursts in Spot Price.
**What happened**: The EKS Windows AMI allows users to pass information such as the cluster name, base64 CA data, and api server endpoint to the bootstrap script, to avoid looking...
### Summary This PR adds support for using IAM Roles for Service Account credentials within the AWS Lambda plugin. This allows users on EKS to invoke the lambda plugin without...
## Expected Behavior We currently use the AWS Load Balancer Controller to manage pod mappings to the AWS Application Load Balancer. As part of this setup, the AWS LB Controller...
Closes #875 , see discussion in #876 for context of the problem this fixes.
**Describe the bug** The state parameter applies incorrect URL encoding when a plus sign is present in the state query parameter. Probably related to spring-projects/spring-framework/issues/21577 **To Reproduce** Initiate a standard...
### Summary This PR invokes instrumentation when kong requests are not proxied to the upstream, so that the relevant span attributes are set on all requests. ### Checklist - [...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) 3.3.0 ### Current Behavior When an HTTP request...
This records the upstream hostname if available on the balancer spans. ### Summary ### Checklist - [ ] The Pull Request has tests - [ ] There's an entry in...