ferchdav
ferchdav
Hello @juwon8891 Yes, here the steps.: 1) Get ArgoCD installed on GCP GKE 2) According to documentation, configure the Config Map argocd-cmd-params-cm with the following data: * Doc link: https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cmd-params-cm-yaml/...
@juwon8891 Have you set your ArgoCD on GCP GKE? If so, you will see that despite having the configmap **_argocd-cmd-params-cm_** configured with **_error_**, all logs with INFO (default value in...
@juwon8891 PFA logging_notification_controller.png with details. You will see that the notification-controller is sending logs with level error, debug or info despite error was set in the configmap  The logging...
@juwon8891 It's seems you are getting no logs in gcp from your argocd instance. Try any of these 2 options: 1) resource.labels.namespace_name="argocd" labels.k8s-pod/app_kubernetes_io/name="argocd-notifications-controller" or just: 2) resource.labels.namespace_name="argocd" and let me...
@juwon8891 Yes, here the container logs from 1 of the pods where you see level info, warning, etc  and here the configmap conf: ![Screenshot...
Hello @juwon8891 Yes, I've restarted all pieces.
Thanks! Checking asap On Sun, Oct 13, 2024 at 5:14 AM ignotas ***@***.***> wrote: > I have added patch: > apiVersion: v1 kind: ConfigMap metadata: name: argocd-cmd-params-cm data: > applicationsetcontroller.log.format:...