Aaron Layfield
Aaron Layfield
@34fathombelow on it!
Most likely my pull or master upset the conditions. Don't worry, I'll get it merged soon.
FYI: ``` Error: INSTALLATION FAILED: StatefulSet in version "v1" cannot be handled as a StatefulSet: json: cannot unmarshal number into Go struct field ObjectMeta.spec.volumeClaimTemplates.metadata.labels of type string ``` This was...
@StefanKarlsson321 This is with AUTH enabled presumably?
On it hopefully today or tomorrow. Sorry, this wasn't on my radar originally. @joebowbeer @pierluigilenoci
Yes, unfortunately just been busy and it's a holiday in Japan right now.
@tahajahangir I'm just reminding myself on the code here but: https://github.com/DandyDeveloper/charts/blob/abb9d3eae00381ec65de3b2e50d809aa412dd175/charts/redis-ha/templates/_configs.tpl#L275-L287 We detect the announce IP here. Which gets the hosts (AKA Announce Service address) and only fallsback to the...
Catching up on this one, will come back to it later today.
@bih-goncalves I wonder if this is the best implementation? This assumes the PVC in question is a RWX supported volume. I'll have a think before merging this and offer some...
@Robbie558 I think this is my concern here. Why do we have 3 instances writing to a single PVC? Are they not all writing to the same db file /...