Steve Kuznetsov

Results 189 comments of Steve Kuznetsov

@ncdc @sttts interesting questions coming from @alechenninger today - what does it meant to issue a SSR or SAR against a virtual workspace? Precondition: if a controller/SA has some permission...

Obviates https://github.com/Azure/kubernetes-kms/pull/195

Noticing the same issue with new architecture, on Android it seems like the child prop is not used to create actual child elements. | working (iOS) | broken (android) |...

@FernandoAOborges unless you have some novel information to add to the issue, please refrain from piling on to ask if something is fixed. Once progress is made, this issue will...

/kind bug /priority critical-urgent @fejta @BenTheElder was this handled?

Notably, this needs to work not only for the GRs that are exported in the APIExport, but also other namespaces that exist in the workspace (and are part of permission...

Logging level suggestions from @sttts - stopping/starting controller - V(0) - enqueue key - V(2) - dequeue key - V(4) - per-key comments - processing - V(1) - client calls...

For user-facing (terminal) logs, refer to @sttts experiments with [`zap`](https://github.com/sttts/kcp/commit/f2ee2d19084353819442bd78d60f823abff50493) and [`zerolog`](https://github.com/sttts/kcp/commit/1a4555e0403b3f8761f1faef0c276a8836a2c1a4)

FWIW, finding items that need to be updated: ``` $ git grep -P 'klog(\.V\([0-9]+\))?\.(Info|Warning|Error)(f|S)?' ... cmd/sharded-test-server/frontproxy.go: klog.Infof("Waiting for kcp-front-proxy to be up") cmd/sharded-test-server/frontproxy.go: klog.Errorf("Failed to create kcp client: %v", err)...