Jonathan Chauncey
Jonathan Chauncey
You could do a lot of what your scripts are accomplishing by using helm charts. Users would simply call ``` helm repo add seldom HTTPS://github.com/seldonio helm up helm fetch seldonio/server...
In my rake file I would like to not specify the host_port value even if my container exposes a port. Is this possible? When I leave out that line I...
Given the following install ``` ╰─○ helm install elasticsearch-logging ---> Running `kubectl create -f` ... services/elasticsearch-logging services/kibana-logging replicationcontrollers/elasticsearch-logging-v1 replicationcontrollers/kibana-logging-v1 ---> Done ======================================== # Elastic Search logging ## Description This chart...
So for some reason the `daemonset` I have been working on requires me to pass in `-validate=false` for it to work. That got me thinking that we might want to...
I'm seeing the time printed out twice when doing a `logger.Debugf` `2016/12/30 18:47:34 2016-12-30T18:47:34.318:` `logging.MustStringFormatter(`%{color}%{time:2006-01-02T15:04:05.000}: %{module} -> %{message} %{color:reset}`)` Suggestions?
Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...
It would be cool if rigger allowed you to "source" multiple environments and name them. so something like the following: `rigger environment create production` `rigger environment create staging` Then you...
Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...
Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...
The team over at influxdata has built a pretty extensible chart for influxdb and its in the stable repo. We should move to using this one instead of our custom...