Jonathan Basseri
Jonathan Basseri
+1 to this. I'm using a gerrit where I don't have ssh access.
@dvonthenen Unfortunately this is less of a bug than it is a limitation of the current design. The AttachDetachController is being very careful to wait for a confirmed unmount before...
> waiting for the child goroutines is separate from using a context, right? Waiting can be done with helpers like a wait group. Yes, that's right.
/remove-lifecycle stale
In addition to resource requests, we should recommend a [pod priority](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/) As mentioned on the mailing list. An important DaemonSet should also have a blanket toleration. ``` DaemonSets that are...
Looks like we could comfortably set the Node CPU request at `40m` or `60m`. Setting a CPU limit is not recommended.
Based on discussion, it would be interesting to, - run the Controller on a separate node from the load test - get some CPU & memory profiles from the Controller...
This question was probably answered elsewhere, but could the change in behavior disrupt existing clusters? e.g. a canary workload is launched with pod-affinity for labels {app="foo", env="canary"}. That workload could...
Interesting result: I can get closer to the format I want with `table.NewStyledCell` ```go package main import ( "fmt" "github.com/charmbracelet/lipgloss" "github.com/evertras/bubble-table/table" ) func main() { cols := []table.Column{ table.NewColumn("a", "A",...
@brendandburns Thanks for the quick reply. > You can always regenerate the image I must be misunderstanding, as I surely don't have push permissions to that container repo. Or git...