Andrew Pickin

Results 7 issues of Andrew Pickin

### Describe the bug Latest version (main) of reports argo-workflows-workflow-controller down (connection refused). Reviewing previous versions: Working 0.13.1 [workflow (3.2.9)] Not Working 0.14.1 [workflow (3.3.2)] Note using help 0.13.1 workflow...

bug
argo-workflows

### Name and Version bitnami/apache:2.4.54-debian-11-r13 ### What steps will reproduce the bug? `/opt/bitnami/apache/conf/vhosts/mods-enabled.conf`: ``` LoadModule mpm_worker_module modules/mod_mpm_worker.so ``` ### What is the expected behavior? Desired module will load at runtime....

apache

### Describe the bug image-automation-controller crashing. See below. ### Steps to reproduce Can not reproduce at will. This happens about once per week or so. Note: Flux actually behaves as...

bug
blocked-needs-validation

### Act version 0.2.45-10 ### Feature description Unless by some chance the gid of docker group on host machine and runner image coincide the docker.socket will give permissions denied error...

kind/feature-request

### Describe the bug https://github.com/aws/karpenter/issues/4227 The Karpenter-crd repository contains links to 3 file here. https://github.com/aws/karpenter/tree/main/charts/karpenter-crd/templates These are not deployed when deployed with the config described below, but all reports installed....

wontfix

### Describe the bug Consider the following log: ``` {"level":"info","ts":"2023-07-04T15:44:34.049Z","msg":"server-side apply for cluster definitions completed","controller":"kustomization","controllerGroup":"kustomize.toolkit.fluxcd.io","controllerKind":"Kustomization","Kustomization":{"name":"eks-cluster-konf","namespace":"flux-system"},"namespace":"flux-system","name":"eks-cluster-konf","reconcileID":"9a5d01e7-2917-4450-a72b-0940f8e9c6de","output":{"Namespace/cbd-production":"unchanged","Namespace/cbd-testing":"unchanged","Namespace/registry-dev":"unchanged","Namespace/registry-prod":"unchanged","Namespace/registry-staging":"unchanged","Namespace/rn-prod":"unchanged","Namespace/rp-production":"unchanged","Namespace/rp-testing":"unchanged","Namespace/rp-uat":"unchanged","Namespace/rpa-dev":"unchanged","Namespace/uv-dev":"unchanged"}} ``` If this is parsed into separate field the output produces: |key|value| |--|--| |`output.Namespace/cbd-production`|`unchanged`| |`output.Namespace/cbd-testing`|`unchanged`|...

### Describe the bug Json parser not respecting `null_value_pattern` for nested values ### To Reproduce https://github.com/fluent/fluentd/issues/4222#issuecomment-1627874181 old ``` {msg: "foo", "ConfigMap/logging/fluentd-config":"unchanged","ConfigMap/logging/index-template":"unchanged"} ``` `null_value_pattern unchanged` should produce: ``` {msg: "foo"} ```...

feature request
enhancement