-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to Deno #2171
Comments
It seems like recent version already support cdk8s and cdk8s+.
output
|
I've been using cdk8s with Deno for a while now since they introduced npm support. Code itself runs fine, but there are some gaps. For example CLI installation Edit: Posting from slack for visibility.
# cdk8s.yaml:
language: typescript
app: deno run --allow-env --allow-write --allow-read main.ts
imports:
- k8s I believe deno equivalent of
So I still needed to use node/npm for |
I've no idea whether I'm doing something wrong, but even though a simple cdk8s examples work without a problem with Deno, I've stumbled upon the following with
with error location being |
I've been using cdk8s with Deno for quite a while in https://github.com/shepherdjerred/homelab/tree/main/cdk8s A few points:
My deployment is fairly advanced. It uses many CRDs, Helm charts, and custom pod/deployment definitions. Here's an example manifest generated with cdk8s & deno: https://gist.github.com/shepherdjerred/ca123e870840ed190dbb294846f29f19 |
Even with the latest version of deno it doesn't seem possible to use cdk8s.
Deno: v1.21.3
The text was updated successfully, but these errors were encountered: