Ben Grabham
Ben Grabham
Sorry, I think I didn't explain it well enough. In our Istio configuration we set `proxyHttpPort: 9531` which enables the HTTP proxy in Istio rather than Istio intercepting traffic using...
/reopen This is still a valid feature request
@evrardjp Do you mind pointing me to the PR that fixes this issue? I see PRs for changing the command but this is about forcing a reboot even if we...
One reason is mentioned in the PR description of #21 Personally, I would use it mainly in the case where my host stops being able to schedule new pods (happens...
If the reason why the failures are happening are because of the kubelet OOM'ing, it might not be able to drain. For us, it would fail when kubelet tries to...
> But all of that applies during maintenance window. WHich is why I mentioned to have large maintenance window (=always happy to reboot) plus a way to block using prometheus...
To do that, the script would have to implement locking like kured to make sure that two nodes aren't shutdown at the same time.
It's a bit more than that it turns out. You have to quote the numbers and booleans except in the top-level volumes block.
Same happens with `command` where it gets converted into a list on the rancher backend. Another bit of weirdness is that if you create a stack with an external volume...
So, to summarise what I've found so far: - Values in the `labels` map must be entered as strings - `null` values in the rancher-compose.yml must be removed - `command`...