Shiming Zhang
Shiming Zhang
https://kubernetes.io/docs/tasks/debug/debug-cluster/audit/ /kind feature
## Release Checklist - [ ] All [OWNERS](https://github.com/kubernetes-sigs/kwok/blob/main/OWNERS) must LGTM the release proposal - [ ] Verify that the changelog in this issue is up-to-date - [ ] An OWNER...
let's create an issue to evaluate the other promising contextual logger. Kwok should probably output a structured log, Maybe use that implements the https://github.com/go-logr/logr Kwokctl should probably output a friendly...
@wzshiming just wanted to clarify if the cert files need to be part of the PR if we can generate them? _Originally posted by @yibozhuang in https://github.com/kubernetes-sigs/kwok/pull/5#discussion_r942717440_
for later: maybe we can think about doing the `ForkExecKill` of each component in parallel rather than serial (same for bring up) _Originally posted by @yibozhuang in https://github.com/kubernetes-sigs/kwok/pull/5#discussion_r939808671_
``` kwokctl snapshot save --path snapshot.yaml --format=k8s kwokctl snapshot restore --path snapshot.yaml --format=k8s ``` `Save --format=k8s`: means to convert k8s yaml to protobuf format and put it in the etcd...
> Do we need to define a configuration for kwok? I'd like to have a version configuration to organize the parameters. It's a local file, not configMap/CRD, just like [scheduler...