Jari Kolehmainen

Results 65 comments of Jari Kolehmainen

#1556 might have fixed this.

@jcgruenhage we will add build docs to the readme asap. Meanwhile you can check how we build the binaries from here: https://github.com/kontena/pharos-cluster/blob/master/build/drone/ubuntu_oss.sh . It's also possible to build plain rubygem...

Tested with arm64, bundled openssl version is too old but more recent versions seem to work (tested against @kke's [fork](https://github.com/kke/ruby-packer/) which contains few other fixes).

@SpComb @jnummelin PTAL

Yes, it seems that `.local` is causing a little too much trouble. We need to think this carefully so that we don't blow up existing installations. Maybe this could be...

I think this can be achieved using cron inside a container?

One option is to have top-level "outputs" block that can be used for post install/uninstall messages. It should of course support liquid template/variables.

I think this can be done via `KONTENA_LB_CUSTOM_SETTINGS`: ``` KONTENA_LB_CUSTOM_SETTINGS: | errorloc 503 http://custom-errors.ftw.kontena.local ```

Do you mean that each service (or app) could belong to multiple networks? For example: ``` db-network: 10.82.0.0/16 app-network: 10.83.0.0/16 ``` In this case database backed app must be in...