-
When writing somewhat more complex `Visitor`s (such as https://github.com/kube-rs/kube-rs/pull/779) there are scenarios where we simply can't apply the transform (like when properties end up conflicti…
-
**Is your feature request related to a problem? Please describe.**
Now that we have updated to the latest `kube-rs` version in #361, we can take advantage of [`kube-rs`'s admission controller](https:…
-
### Discussed in https://github.com/kube-rs/kube-rs/discussions/948
Originally posted by **jesperpedersen** July 6, 2022
Hi,
I'm currently looking at
```
2022-07-06T08:48:38.812069629-…
-
The integration test covering OpenTelemetry has been flaky during some runs of the GH CI.
This is the error reported:
```console
---- test_otel stdout ----
Cannot connect to Kubernetes cluster…
-
### Priority
P2-High
### OS type
Ubuntu
### Hardware type
Xeon-SPR
### Installation method
- [X] Pull docker images from hub.docker.com
- [ ] Build docker images from source
#…
-
Some first time enterprise users fail to use mirrord because of proxy used - sometimes they realize they need to disable use_proxy but on KubeApi if user had no explicitly set proxy settings we can re…
-
### Current and expected behavior
Currently we set up some very nice doc annotations for our optional features such as `ws`: https://github.com/kube-rs/kube/blob/bd14267f897ae6e21ef32e83b7b5a9b8652…
-
We need to patch it in kube-rs to be able to edit this property.
diff --git a/kube-derive/src/custom_resource.rs b/kube-derive/src/custom_resource.rs
index 177abe7d..a02160b1 100644
-…
-
Not sure if you aware of...
https://github.com/chronotope/chrono/issues/602#issuecomment-940218484
https://github.com/kube-rs/kube-rs/issues/650
-
The tracker does not display logs if the namespace is empty (default)
Reproduce the problem:
```
$ kubedog follow deployment example -n ''
# deploy/example appears to be ready
# deploy/example …