Michael Ruoss

Results 47 comments of Michael Ruoss

oh, that's great! I'm keen to see your approach. Also feel free to open a "WIP" PR to start a discussion even if it's not ready to be merged...

Do I get this wrong or what is really missing is bonny generating CRD of apiVersion `apiextensions.k8s.io/v1` (instead of v1beta1)? If we follow that path - just brainstorming - we'd...

Hey Cory We needed this feature on our project so I gave it some thoughts and implemented it on my own. Let me quickly share my thoughts first: * I...

Is it planned to support Elasticsearch 8? (mapping types are not supported anymore)

Alright, by now I figured out I had to externalize the node_modules using [webpack-node-externals](https://www.npmjs.com/package/webpack-node-externals). Is this a required step in the setup? If it is, it should probably be mentioned...

Hi @armenr In our case the application and the node modules are bundled into a single JS file. The problem is that somehow the "require-in-the-middle" module which is used by...

> :) - How can I go about finding out? If you have no node_modules folder inside your docker image, this is your issue.

Alright, see the referenced issue above. Bundling node modules is not supported by the `require-in-the-middle` module. As mentioned before, it might be helpful to mention this also here in the...