Christian Tardif

Results 23 comments of Christian Tardif

**OpenEBS storage engine:** cStor **Stateful applications:** BareOS, Postfix Mail Relay, NextCloud, Nexus Repository, Plex **Environment:** Production & Development **Usage:** Home use for now, evaluationg in organization **Why OpenEBS:** Simplicity of...

Hello. Any progress on this request?

Finally, my assumption was wrong. route-override IS working on docker. While looking at kubelet logs, I realized that the routes were sent to the pod, but got refused to apply...

Ah good insight! Forgot that :-( I'll take a look at it, meanwhile

OK, I made it working. Here's what I did. 1) Created and mounted an init script to install postfix-pcre module from a secret (with the help of extraVolumes and extraVolumeMounts)....

Unless I'm completely misunderstanding what you're asking for, you can provide quadrants names, and rings name, from these environment variables to the container for a BYOR deployment: ``` QUADRANTS=["Cloud Security","Cloud...

From my understanding, the change that was implementing is that you have to specify the custom quatrant names as environment variables when you start your BYOR environment. This is what...

In my company, we love to adapt every visual of the tools we're using to do some things like: - Add our company logo - Change the colors to adapt...

If what you're trying is to change the quadrants and rings names, this can be set by specifying the following environment variables: export RINGS=['Adopt', 'Trial', 'Assess', 'Hold'] export QUADRANTS=['Techniques', 'Platforms',...

@justinrush Is the ADVERTISE_IP supposed to be the IP address that is getting set as the "Private IP" in the GUI? In my case, it does not work. I have...