cdk8s-core icon indicating copy to clipboard operation
cdk8s-core copied to clipboard

Define Kubernetes native apps and abstractions using object-oriented programming

Results 19 cdk8s-core issues
Sort by recently updated
recently updated
newest added

Currently, if you set a namespace for a chart, it will set the namespace on every object in the chart that does not have one: https://github.com/cdk8s-team/cdk8s-core/blob/ab3fbf376841dd37cbfb53201fd1c8169bac16ae/src/api-object.ts#L133 While every Kubernetes object...

bug
effort/small
priority/p1

Even with the latest version of deno it doesn't seem possible to use cdk8s. Deno: v1.21.3 ``` import { Chart } from "https://esm.sh/[email protected]"; import {Construct} from "https://esm.sh/[email protected]"; class MyChart extends...

feature-request
priority/p2
effort/large

I'm creating a cdk8s Chart in an aws-cdk project, using the following dependencies versions: ```json "aws-cdk-lib": "^2.0.0", "cdk8s": "^2.0.0", "constructs": "^10.0.0", ``` Using an aws-cdk Construct as the parent scope...

feature-request
priority/p2
effort/large

We currently do not have a way to return the unit in a way that would work in Kubernetes. This PR would be a prerequisite PR for this issue: https://github.com/cdk8s-team/cdk8s/issues/1166....

Upgrading to jsii `v5` revealed a few APIs that are now incompatible. - https://github.com/cdk8s-team/cdk8s-core/blob/843e3018dc3b614a5fbac0a83739acff52edf269/src/api-object.ts#L33 - https://github.com/cdk8s-team/cdk8s-core/blob/843e3018dc3b614a5fbac0a83739acff52edf269/src/metadata.ts#L100 ```console error JSII1999: Index signatures are not supported in jsii APIs. This declaration must...

bug
effort/medium
priority/p1

### Description of the bug: If I attempt to import a CRD with an enum of type `array`, I get the following error: ``` Error: only enums with string or...

bug
needs-triage

### Description of the bug: If I specify the `YamlOutputType` as `FOLDER_PER_CHART_FILE_PER_RESOURCE` for synth, I expect the resources in the folder created to be named in such a way as...

bug
needs-triage

### Description of the bug: I'm not sure if this is a feature or bug, or even what tool needs to take care of it. But it seems the root...

bug
needs-triage

We would like to offer utilities for unit testing in the `cdk8s.Testing` class. Here are some examples of useful assertions: 1. Assert that a chart synthesizes a manifest with a...

feature-request
priority/p2
effort/large