Caleb Parks
Caleb Parks
The S3 resource and other resources are not consistent. With S3 you can pass in a name to avoid the prefix, but with the other resources you are forced into...
### What's wrong? I have several drop rules in `discovery.relabel "kubernetes_nodes"`, but only the first one appears to drop the metric. ### Steps to reproduce 1. Deploy alloy helm chart...
`[cdk8s, the Cloud Development Kit for Kubernetes](https://www.openconstructfoundation.org/cdk8s/)` has a broken link. https://www.openconstructfoundation.org/cdk8s/ does not work anymore
## Description We are investigating the possibility of migrating hundreds of Bitbucket cloud repos to Github. I saw that you have a bitbucket server importer, so I'm wondering why not...
see https://github.com/kubernetes-client/python/issues/2136 #### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #2136 ####...
I noticed a few minor improvements that can be made to the [auto-generated docs](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/CoreV1Api.md#replace_namespaced_secret). Admittedly, these changes are obvious for the user to make, but typically one expects examples to...
Pull requests returns a bare interface, but it should return a typed object to be consistent with the rest of the functions and make it easier for the developer. I...