Antoine Legrand

Results 151 comments of Antoine Legrand

> Using the standard ansible plugins instead of shell plugins is also recommended wherever possible Ansible requires python on the target host to be able to use modules. In this...

The recommendation around labels starts to be adopted and having the UI/UX leverage this labels is the main goal of it. So instead of displaying in the UI only the...

Is there any way I can help on this issue?

Hello, Why is it not built in the opensource, isn't argo a CNCF project?

If we are pushed to use workaround / templating either via `sed` or external transformers, it's most likely something to add natively to kustomize.

Jsonnet syntax isn't that terrible ```yaml { version: "0.1-dev", services: [ { name: "helloworld", containers: [{ image: "tomaskral/nonroot-nginx", ports: [{ port: "8080:80", type: "external", }] }] }] } ``` And...

Speaking of the transformation your are doing in the Go-code, they can all be done on the jsonnet side. IMO it would be awesome: configuration part would embed it's own...

> Those {,[ s are already getting me worried On the other hand I've seen so many people complaining about indentation from Yaml :) I can't count how many time...

> If I'm ordinary web developer doing NodeJS Json based configurations are pretty present: e.g package.json (http://browsenpm.org/package.json). - [support-for-command-and-args](https://github.com/redhat-developer/opencompose/issues/91) - [support-for-restartPolicy](https://github.com/redhat-developer/opencompose/issues/90) - [support-for-annotations](https://github.com/redhat-developer/opencompose/issues/81) - [support-for-initContainers](https://github.com/redhat-developer/opencompose/issues/68) - [support-for-statefullset](https://github.com/redhat-developer/opencompose/issues/45) - [support-for-secrets](https://github.com/redhat-developer/opencompose/issues/43) -...

> adding templating in form of Jsonnet on top of Kubernetes primitives is not going to make it easier to write I did a small 'working' poc to show a...