Jonathan Chauncey
Jonathan Chauncey
So this makes me wonder if the scheduler thinks your master node is schedulable so it binds the PV to that node and then attemps to bind the pod there.
I started noticing this with clusters provisioned around ~1.4 but I could never really figure out why. I think you need to taint that node so that nothing gets scheduled...
We didnt really do this
Yes I want things like build times number of apps etc On Sep 8, 2016 5:46 PM, "Joshua Anderson" [email protected] wrote: > Reopened #58 https://github.com/deis/monitor/issues/58. > > — > You...
The first solution that comes to mind is allow people to specify an environment via a flag. By default apps are in their own environment (ala namespace). Then we allow...
You would need a cert for the final domain which is how most sec guys would want you to do it anyways.
I think the third option seems the cleanest and most reasonable. If I understand correctly, every time a config value changes or a build changes we create a new release...
For `off cluster` storage we can do the following: ``` - name: influxdb version: 0.2.1 condition: influxdb.on_cluster repository: https://kubernetes-charts.storage.googleapis.com ``` The condition there is checked before installing the chart. The...
@mboersma @slack So I have run into 2 small problems we should address: 1) The `pvc` name is different in our current chart than what will be used in the...
Im not entirely sure I like that idea because it definitely injects something in to the upgrade process that makes it feel really strange. It's not like what happened when...