Owen Ou

Results 123 comments of Owen Ou

@kless in case you're not aware, the [issue](https://code.google.com/p/go/issues/detail?id=6920&thanks=6920&ts=1386615062) has been accepted by the Go team :smile_cat:. I'm gonna leave this issue open until I fix the dependency issue

@kless That's what I would assume since `gotask` only use `go build` so the speed will be as fast as `go build`. But I still want to minimize the dependencies...

:+1: We're pretty close to nailing this release and I guess for the rest of the time we could start improving what we have

For sure, `gotask` has all the info during task run and this'll be easy to implement

I confirmed that `nslog` is causing issues when compiling on Windows. We'd need to a find an alternative of it. However, the menu doesn't pop up on Windows 10 when...

You can now run `script/package --all` to build for all platforms. But somehow the menu didn't pop up for Windows 10. I created an issue: https://github.com/maxogden/menubar/issues/67.

The news are already listed in ranking order. So this is mostly a UI feature. We need to think about whether it makes sense to make the ranking explicit, e.g....

@wader: > Implementation LGTM but i guess we have to decide if it goes into 1.7 or not? as i understood around the discussion about pick we wanted a compact...

I ran into the same issue (v1.26.4). Here are the logs: ``` I0905 16:04:56.135237 1 binder.go:783] "Could not get a CSINode object for the node" node="template-node-for-eks-hydra-prod-euc1-m6-large-a20230421175014009500000040-c0c3d278-1229-38ef-8fd6-13698cd3e934-5886348301106870267" err="csinode.storage.k8s.io \"template-node-for-eks-hydra-prod-euc1-m6-large-a20230421175014009500000040-c0c3d278-1229-38ef-8fd6-13698cd3e934-5886348301106870267\" not found"...

@fgksgf: > @owenthereal As the [FAQ](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#i-have-a-couple-of-pending-pods-but-there-was-no-scale-up) said, you should use separate node groups per zone in this case. I'm using separate node groups per zone (I updated [my comment](https://github.com/kubernetes/autoscaler/issues/6000#issuecomment-1709273751) to...