-
**Describe the bug**
A template with multiple API Objects in it throws an error when trying to import.
**To Reproduce**
Example:
Save this as `template.yaml` (example from: https://kuber…
-
It is awkward to need to install node for non-JS languages. We should vend the CLI through homebrew and other popular package managers so their installation will be more idiomatic to each platform.
eladb updated
4 years ago
-
The requirement is that `cdk8s gen` will be able to generate code in all languages supported by jsii.
Proposed usage:
```
cdk8s gen --language java|typescript|python|csharp [--outdir .gen]
```
eladb updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Since most people are creating cdk8s “apps”, it’s a little confusing that the “app” parameter for cdk8s synth takes in an executable…
-
```yaml
apiVersion: v1
data:
kubernetes.conf: |-
@type null
kind: ConfigMap
metadata:
name: fluentd-config
namespace: kube-system
```
```Typescript
new ConfigMap(t…
-
Proposed syntax: `[module=]import`.
For example, the following cdk8s.yaml file includes a bunch of imports:
```yaml
app: node index.js
language: typescript
imports:
- k8s@1.17.0
- https…
eladb updated
4 years ago
-
**Describe the bug**
The release scripts currently run with commits to master on forked repositories, causing an error because the secrets are not available.
**To Reproduce**
Fork the repo, wait …
-
Hi @harlowja,
My name is Elad and I work at AWS on the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk).
As part of the AWS CDK project we have designed a programming model for compos…
eladb updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Synthesized YAML shows up out of order from standard K8s format. It technically works, but for a user familiar with K8s YAML formatt…
-
The current guidance and project templates recommend that imports are not checked in to source control and basically generated upon build.
This brings up a few issues:
1. In some languages (such…
eladb updated
4 years ago