Kazuki Suda

Results 79 comments of Kazuki Suda

> I'm more curious about the remote-read use caes, can you provide more details about it? Actually, I only want RemoteWrite CR; I suggested RemoteRead CR because it seems unnatural...

> To move it forward, I'd suggest to file a design proposal following https://prometheus-operator.dev/docs/prologue/contributing/#proposal-process @mviswanathsai @simonpasquier @nicolastakashi @ArthurSens @djluck I have written the proposal document. Please comment on it. https://docs.google.com/document/d/1dq4JMWeDup5VZxb_SVBaBOwlcGuydMdVDX3xJHdsxBM/edit

The proposal has been merged. I will implement it. @simonpasquier Thank you for your support.

I will check the PR this weekend.

> Jobs otherwise reports as Ready=true as soon as they are started, meaning no jobs would ever be part of the --condition=Ready=false list, which makes it very difficult to track...

`--condition` flag must be used with either `--tail=0` or `--no-follow`. When `--condition` is used with `--tail=0`, in the above steps, when the condition is met, there is no output because...

> how the plugin gets the certificate-authority-data. In the case of secret-based tokens, the serviceaccount secret contains the certificate data and is therefore used. https://github.com/superbrothers/kubectl-view-serviceaccount-kubeconfig-plugin/blob/master/pkg/cmd/util.go#L74 In the case of bound...

Can you download the archive file from the URL below and execute the stern binary file normally? ``` - bin: stern.exe uri: https://github.com/stern/stern/releases/download/v1.32.0/stern_1.32.0_windows_arm64.tar.gz sha256: 5733760fd98225d8df6ef686eed965422ff5dd3ab5a32827d012a1106bf346f6 selector: matchLabels: os: windows arch:...

We use hierarchical namespace, but the problem is that it is not being maintained, such as by updating the dependent libraries. I want to avoid forking and maintaining it, but...

> Add Init/JoinConfiguration.Timeout Is it possible to work on the above task now? Our cluster has a large etcd db, which causes the learner to fail to promote to follower,...