Brian Dols

Results 15 comments of Brian Dols

Also would like to see this.

I also have encountered this issue and have split my job into three separate jobs. The --cleanup, --no-push combo did not resolve this for me.

I don't know if a ServiceMonitor is necessary. This is an update of a PodMonitor spec that works based off of @zposloncec earlier post. ``` apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata:...

I also see this in v0.25.17, the pods are running but they do not have any log activity in the selected timeframe. The "Stream closed EOF" message is in yellow.

maybe the init container logs could be rendered in a split pane above the active pod logs for reference. I'm currently working with a pod that has 3 init containers...

still seeing this issue, but I'm still running openebs-3.7.0 and haven't followed the release notes.

I also encountered this on v1.21.5+k3s2

> Just to make sure that I understand correctly, this is effectively an ask to ignore certain PDBs when evaluating nodes for eviction because this PDB is in place so...

I'm not a maintainer, but I just put this in user.nix: ``` programs.zsh = { enable = true; envExtra = '' export EDITOR='nvim' export VISUAL='nvim' export LESS=FRX export BAT_STYLE=plain '';...

Please advise on which tests should be augmented for these new metrics, and/or if the metrics shared object should be passed in another way to the ACME scheduler. also, I...