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

### Description of the bug: Implementing a CLI generated interface (from CRD) with a `Class`, and using an object from that class to construct the `ApiObject`, will result in the...

bug
effort/medium
priority/p1

### Description of the bug: I have found, when using the OpenEBS helm chart and enabling LVM, that something to do with multiline descriptions and single quotes formatting is causing...

bug
effort/medium
priority/p1

### Description of the bug: I have a combined CDK8s + CDK stack using an imported cluster to add an extra Deployment to the EKS cluster. With CDK8s v2.64.0 `synth`...

bug
needs-triage

Github reported a new dependabot security alert at: https://github.com/cdk8s-team/cdk8s-core/security/dependabot/18

needs-triage
priority/p0
dependabot-security-finding

### Description of the bug: This is basically the same issue as https://github.com/cdk8s-team/cdk8s-core/issues/581, but for code introduced after that change (in https://github.com/cdk8s-team/cdk8s-core/pull/1573). `LazyResolver` uses `instanceof` to check for instances of...

bug
needs-triage

The following example produces a valid pod manifest ```python from constructs import Construct from cdk8s import App, Chart from imports import k8s class MyChart(Chart): def __init__(self, scope: Construct, id: str):...

needs-triage

Github reported a new dependabot security alert at: https://github.com/cdk8s-team/cdk8s-core/security/dependabot/16

needs-triage
priority/p0
dependabot-security-finding

At the moment, these types are immutable. All their properties have to be defined upon initialization. Similarly to the AWS CDK's "cfn resources", we should allow users to mutate these...

feature-request
priority/p2
effort/large

### Description of the bug: Package called `backport` is defined in the `optionalDependencies`. If I'm understanding correctly packages defined in `optionalDependencies` is installed by default. Thus considered as a direct...

bug
needs-triage

Github reported a new dependabot security alert at: https://github.com/cdk8s-team/cdk8s-core/security/dependabot/15

needs-triage
priority/p0
dependabot-security-finding