Eli Polonsky
Eli Polonsky
Changes to the webapp usually result in some visual changes that we want to inspect and provide feedback on. Right now, we do this by capturing snapshots on the changes...
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...
### Description of the bug: Sharing environment variables across multiple containers can result in unexpected mutations. ### Reproduction Steps: ```ts const envVariables = { 'foo': kplus.EnvValue.fromValue('bar') } const deployment =...
It should be possible to do the following: ```ts const role = new kplus.Role(this, 'Role'); // custom ApiResource that references a specific resource role.allowGet(kplus.ApiResource.custom({ apiGroup: '', resourceType: 'configmaps', resourceNames: ['ingress-controller-leader']...
https://kubernetes.io/docs/tasks/run-application/configure-pdb/
### Describe the bug Using cdk8s, I want to set a specific property to have the YAML `null` value. Not seeing a way to do this. ### Expected Behavior ```yaml...
### Description of the bug: The `ApiObject` class in python doesn't allow arbitrary key values, which means it doesn't allow configuring `spec`, `data`, or whatever else belongs in the body...
Normally, a projen release has the following steps: > For the sake of the example, assume the latest GitHub tag for a package is `2.3.13` 1. Fetch the latest tag...
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...
Should only be merged after 01/01/25, which is when [v1 becomes end-of-life](https://cdk8s.io/docs/latest/migrating-from-1.x/#end-of-life-timeline).