Kubernetes 1.22+ breaks docsonnet
irizzant opened this issue · 5 comments
irizzant commented
This is a follow up to #132 the issue is still present.
Unless I add the block suggested here I get
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 "test"
During manifestation
irizzant commented
Added simple reproducer
test.tar.gz
xvzf commented
@irizzant I checked your example and It seems it's linked to this issue grafana/jsonnet-libs#800
irizzant commented
@xvzf ok, so until grafana/jsonnet-libs#800 is merged I will use this workaround