Solly Ross
Solly Ross
As seen in #364, it's occasionally useful to be able to disable certain encodings in the UI, when we don't quite agree with the server on how some encoding works,...
Issue #276 mentions that passing concatenated certs to websockify can cause issues. We should investigate and fix this.
We should see if we can make better use of kustomize bases, instead of scaffolding out resources every time. This could range from kustomize remote bases (which raise questions about...
There's all sorts of weird k8s API server issues (and a few KB-specific ones :wink:) that folks can run into, and we should document them somewhere. Off the top of...
We should document declarative defaulting better in the book, since it's been supported for quite a few versions now. We'll need to warn about Kubernetes versions with a note like...
We should have a custom output format for mdBook that checks commands in the book for correctness (like the built-in linkcheck). We can make use of [mdrip](https://github.com/monopole/mdrip) for this
We should have an example for each marker in the documention introduced in #875. This is probably a cross-repo issue with controller-tools. /kind documentation
Namely, if you need to do anything with clients, need to configure things differently, etc, you prob want the lower-level interfaces. /kind documentation /help
Ginkgo has started warning about the Ginkgo v2 upgrade, which deprecates the `done` argument to tests (the suggestion is to use `Eventually` and such). We should look at migrating our...
We should make fuzzing tests easy to run for conversion. See also kubernetes-sigs/kubebuilder#725, which mentions [kubernetes/kubernetes#75689](https://github.com/kubernetes/kubernetes/pull/75689)