Jordan Rodgers
Jordan Rodgers
### Describe the bug I can't seem to get the internal toolchain working, it would be great if there was an example of how to use it. ### Reproduction steps...
Currently, when calling `ToUnstructured` on a `metav1.Time` that is a `nil` pointer, you get a panic: ``` panic: value method k8s.io/apimachinery/pkg/apis/meta/v1.Time.ToUnstructured called using nil *Time pointer goroutine 1 [running]: k8s.io/apimachinery/pkg/apis/meta/v1.(*Time).ToUnstructured(0x100000001?)...
**Description** Add the ability to specify your own `ProbeHandler`, which switches the `Probe` type to the upstream `corev1.Probe`. It looks like this was originally added in https://github.com/OT-CONTAINER-KIT/redis-operator/pull/178, but then for...
It seems that the PVCs aren't cleaned up when scaling-in the cluster (lowering the cluster size). It looks like right now the only time we handle PVC deletion is when...
**Describe the bug** A clear and concise description of what the bug is. As of https://github.com/hashicorp/vault-secrets-operator/pull/576, it seems like _any_ label/annotation change is causing our dynamic secrets to roll and...
# Summary What change needs making? https://github.com/argoproj/argo-rollouts/pull/3174 added a super nice modal for viewing analysis results 🎉 Unfortunately, it doesn't appear to work for analysis run as part of an...
It seems like we check the ready state of all of the replicas here: https://github.com/OT-CONTAINER-KIT/redis-operator/blob/08eb5eb2364aaa77f62b4b2740d17863c956deef/k8sutils/statefulset.go#L77 When you use a custom readiness probe though that checks cluster status, the operator can...
**Description** Right now, since the operator relies on checking pod readiness, it makes using a more robust readiness probe not possible. This changes it so instead of checking the pod...
### What resources or data sources are affected? datadog_dashboard ### Feature Request Add a `datadog_dashboard` data source that can be used to read dashboard config for dashboards not defined in...
### Description 👋 First off, thanks so much for the awesome project! 🎉 Right now it looks like if you enable TLS, we only use [`DialWithTLS`](https://pkg.go.dev/github.com/jlaffaye/ftp#DialWithTLS). Some FTP servers require...