chengjoey

Results 200 comments of chengjoey

hi @PAKalucki , could you check nginx-controller pod logs, are there any logs like `Error fetching requests metric`?

@PAKalucki , I tested in minikube that there is no `nginx_ingress_controller_requests`, I deleted the nginx-controller pod ``` kubectl get pods -n ingress-nginx -o wide NAME READY STATUS RESTARTS AGE IP...

> There is already a [`ShutdownStrategy`](https://github.com/argoproj/argo-workflows/blob/734b5b6e9f18ebe385df3e41117e67a1e8764939/pkg/apis/workflow/v1alpha1/workflow_types.go#L535) so I'd suggest that we shouldn't add a new field, just add a new value to that. okay > What is the approach with...

hi @Joibel , I got what you mean, I haven’t considered `exit-handlers` yet. I also tend to run `exit-handlers`. I haven’t added corresponding e2e tests in draft-pr. I will take...

> Would it help if you add securityContext as described here? #1370 +1, this should be helpful ``` spec: securityContext: fsGroup: 101 fsGroupChangePolicy: OnRootMismatch runAsGroup: 101 runAsUser: 101 ```

could you provide the close wait details? use `netstat -ton | grep CLOSE_WAIT`

@BH4AWS are you still working for this? feel free to close my pr

`kubectl get pod artifact-gc-qzcrv -o yaml`: ```yaml apiVersion: v1 kind: Pod metadata: annotations: kubectl.kubernetes.io/default-container: main workflows.argoproj.io/node-id: artifact-gc-qzcrv workflows.argoproj.io/node-name: artifact-gc-qzcrv creationTimestamp: "2024-08-24T10:08:30Z" labels: workflows.argoproj.io/completed: "true" workflows.argoproj.io/workflow: artifact-gc-qzcrv name: artifact-gc-qzcrv namespace: default...

I have tried it. In fact, I have debugged it locally with the latest code and it cannot be deleted successfully unless `force` is used. However, I don't think it...