k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.27k stars 577 forks source link

[e2e] need to replace j2cli with something #1264

Open s1061123 opened 2 months ago

s1061123 commented 2 months ago

What would you like to be changed:

j2cli, used in e2e, is no longer active as https://github.com/kolypto/j2cli/issues/80#issuecomment-1937052924. Currently github action works well, but j2cli does not work well with python (>=3.12), hence we need to replace it with something else.

Here is the requirements that I come up with:

s1061123 commented 2 months ago

Currently gomplate could be the candidate....