Steve Jacobs
Steve Jacobs
**What is the goal / desired outcome?** To allow custom annotations to be specified on Service manifests from the pachyderm helm chart. This is necessary on Google Cloud Platform when...
in pyhive do a: SELECT REAL'NaN'; Check the type of the return, it is not a float or a double but the string NaN.
With the recent docker hub rate limiting, it would be very handy to build an 'official' alpine base image on another repository without rate limiting, such as quay.io. Docker does...
As documented here: https://docs.victoriametrics.com/vmalert.html#multiple-remote-writes I want to use vmagent to proxy my vmalert remote_write to multiple destinations. But the helm chart doesn't allow overriding the remote_write destination for vmalert: https://github.com/VictoriaMetrics/helm-charts/blob/b130be84e99ac1584289dfc3ee9eeb59b154a94a/charts/victoria-metrics-k8s-stack/templates/_helpers.tpl#L113...
I've defined a securityContext for my vmagent pod: securityContext: fsGroup: 2003 runAsGroup: 2003 runAsNonRoot: true runAsUser: 2003 But when I do this, I see issues in the pod log: 2022-07-27T17:11:54.168Z...
Currently using extraArgs you can define only one external label: ```yaml spec: extraArgs: external.label: mylabel=myvalue ``` But vmalert supports multiple `-external.label` arguments. And they cannot be passed in this way...
# What can we help you with? I'm concerned that karapace, while actively maintained, is dependent on two kafka libraries that are not. https://github.com/dpkp/kafka-python Last released two years ago. https://github.com/aio-libs/aiokafka...
We have an issue where plans generated by terraform on windows are changing our kustomization file paths. Every plan looks like this from windows after a linux/osx/etc apply: ``` +...
When using read only root filesystem in the securityContext: ``` Error: ENOENT: no such file or directory, mkdir '/home/node/.cache' 2024-01-16T17:47:37.516Z | error | Error: Exiting due to an error. "{...
### Bug Description You can set sysctls through a podTemplate securityContext but it won't appear in the pod. For example: ``` template: pod: securityContext: sysctls: - name: net.ipv4.tcp_keepalive_time value: "300"...