Ole Lensmar

Results 153 comments of Ole Lensmar

I think the updated electron documentation suggests something similar - https://www.electronjs.org/docs/latest/tutorial/ipc

hm... ok - I was thinking (hoping..) that the controller would "simply" create corresponding Deployment and Service objects under the hood and apply these to the cluster - which would...

ok thanks - let's keep it in mind - perhaps a more strategic discussion/decision is needed before we consider this - as it would take Kusk in a slightly different...

I was thinking we start with GA (since it's free) and add other engines if/when the need arises!?

precisely!

perhaps `kusk validate` would be better - linting is something we could support separately!?

thank you @pcgeek86 - we're looking into supporting alternative policy engines - agree that rego/OPA isn't the most natural of languages... i've created https://github.com/kubeshop/monokle/issues/2639 - please add more details/ideas/suggestions there...

I was able to fix this locally by hardcoding the arch for electron-builder in package.json: ` "postinstall": "patch-package && electron-builder install-app-deps --arch arm64", `