Chintan Tank
Chintan Tank
@blachniet how did you tie back the PVs to the stateful set? Since even after creating the PVs I am getting the same error as before i.e. > SchedulerPredicates failed...
@danil-demidov @Lax77 Someone created a PR for resolving this. See [here](https://github.com/kelseyhightower/consul-on-kubernetes/pull/21).
@jonpeterson I did as you have mentioned here, but for whatever reason the overridden delete method is not getting called & I still keep getting the error. ``` import groovyx.net.http.Method;...
@oozrafa That might be slightly complicated. Of course we can modify the array to be an array of objects like so `[{pattern: "multi", highlightClass: "rainbow"}]` instead of just array of...
Hmm. We could do that. Do you want to open a PR for this?
Oh. I am sorry I meant [Pull Request](https://help.github.com/articles/using-pull-requests). Basically make the changes in your copy of forked/cloned code and submit a request for me to merge the changes.