-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
Description
Describe the bug
I'm following the docs to create a new mimir deployment in a lab environment and running into an issue.
To Reproduce
Steps to reproduce the behavior:
cp vendor/mimir/mimir-manifests.jsonnet.example environments/mimir/main.jsonnet
tk diff environments/mimir
Observe the following error.
Error: evaluating jsonnet: RUNTIME ERROR: max stack frames exceeded.
Field "#mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
Field "mixin"
...
Field "nodeAffinity"
Field "affinity"
Field "spec"
Field "template"
Field "spec"
Field "daemonSet"
Field "v1beta1"
Field "extensions"
Field "consul"
During manifestation
Expected behavior
I'd expect that the objects render and give back the delta between the running namespace, and the rendered manifest.
Environment
- Infrastructure: kubernetes on k3s
- Deployment tool: tanka + jsonnet
Additional Context
Of note, I'm using github.com/jsonnet-libs/k8s-libsonnet/1.22/main.libsonnet
instead of the 1.18
as mentioned in the quickstart.