trow icon indicating copy to clipboard operation
trow copied to clipboard

Verify template code for quick install trow.yaml is needed

Open amouat opened this issue 3 years ago • 2 comments

Currently the YAML file for the quick install templates out the namespace with {{namespace}}. Before applying the YAML, the template is replaced using a simple sed call. This is fine, but a bit complicated - it means end users can't simply apply the YAML.

It's not clear from a casual glance why we can't just do kubectl apply -n NAMESPACE instead of the templating. Possibly this will break something. We should verify this and update the code to the simpler version possible. This will need to be tested on different platforms.

amouat avatar Apr 21 '21 13:04 amouat

a solution might be to write a simple k8s operator instead of using bash scripts. Thank you for this, since I have been using it with success for some month now. The reason for the automatic deployment is that without it, you can't really add trow to a full automated cluster deployment with ansible, or at least it would be more difficult than expected

journeytosilius avatar Apr 27 '21 10:04 journeytosilius

Thanks! Would you mind sending me an e-mail? I'm curious about your use-case! [email protected].

amouat avatar Apr 27 '21 12:04 amouat