Eron Wright

Results 245 comments of Eron Wright

To make matters worse, I observe that the status block of the `EtcdCluster` resource isn't updated to reflect the degraded condition. For example, I have a cluster that is in...

Here's the alternative I landed on, use the [cli-highlight](https://github.com/felixfbecker/cli-highlight) tool. ``` $ npm install -g cli-highlight $ kubectl get pods -o yaml | highlight -l yaml ``` I also defined...

I have a suggestion for a fix, feedback welcome. https://github.com/prometheus-operator/prometheus-operator/issues/4121#issuecomment-1542976008 Update: I submitted a formal proposal for this idea: https://github.com/prometheus-operator/prometheus-operator/pull/5572

Another alternative may be to use some server information, such as the UID of the default namespace. I don't know whether the provider resource could do the detection, and vary...

I tried and failed - see branch `issue-7`. Some reflection is needed on how to ensure that the state would be kept separate if the input stream were keyed. The...

With commit 5c05f39845b104ea7f1bd1060f40d8ff3481c563, we now use a keyed stream internally in all cases. This may eliminate the issue I mentioned above.

@Andrea-Giordano I'm working with Andrea offline to understand the issue.

I had a discussion with @Frassle where he expressed support but advised me to submit some tests into pu/pu to harden the contract.

Just want to mention that the `Cancel` RPC method could maybe serve as a reset signal. Today, `Cancel` is not called unless the user cancels the deployment, but it is...