cdk-eks-blueprints icon indicating copy to clipboard operation
cdk-eks-blueprints copied to clipboard

AWS Quick Start Team

Results 264 cdk-eks-blueprints issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* #490 *Description of changes:* Add support for the KNative operator v1.8 through a blueprint add-on. Included test ensures that the blueprint is defined after adding the...

### Describe the bug The decorator `dependable` incorrectly assume that the decorated method returns a Promise. In fact `void | Promise` is allowed as a return type. That is why...

bug

As an application team, if ACK is available to me, then I can define my application's AWS resources in my application definition and manage its lifecycle so that I don't...

docs
enhancement
add-on
pattern

### Describe the feature Add support for Kubernetes powered event-driven applications with KNative via an add-on. ### Use Case Include KNative as a supported add-on through the eks blueprints. ###...

feature

### Describe the bug When performing tests with the Teams module I have found if the app.synth() command is included in my main application definition any existing role I specify...

bug

### Describe the feature This may be a niche issue, but in order to ensure maximum compatibility, enabling this repo with JSII would bring it up to the same level...

feature

### Describe the bug The daemonset manifest [xray-ds.yaml](https://github.com/aws-quickstart/cdk-eks-blueprints/blob/main/lib/addons/xray/xray-ds.yaml) use `apiVersion: rbac.authorization.k8s.io/v1beta1` for creating `ClusterRoleBinding` which cause adding Xray AddOn in EKS v1.23 failed ``` Received response status [FAILED] from custom...

bug

### Describe the bug When you create a Blueprints pipeline with cross region stages (for various environments), the pipeline will create cross-region support stacks which includes an S3 bucket. When...

bug

### Describe the bug We have a helm chart configuration that reads the secrets mounted on to K8s cluster. Using EKS blueprints we created the nodes/pods from those helm charts...

bug