Nicolas Hug

Results 13 comments of Nicolas Hug

> We ran into this in GKE as well, and so far what seems to be working is using `resource.exclusions` to exclude `ngresses.v1beta1.extensions`. Added this to the `argocd-cm` ConfigMap: >...

I did a test on a GKE cluster 1.21 : 1. I deployed ArgoCD latest version (from https://argo-cd.readthedocs.io/en/stable/getting_started/ tutorial) 2. I created an hello world app on in (simple Nginx...

After upgrading the node pools to 1.22 like the control plane, I still can see the deprecated call but it seems not be broken. My logs : ``` labels: {...

But besides this mysterious question, can we say that it is safe to go up to 1.22 on our clusters? From what I see, I would say yes. What do...

Ay, Did you try to change CSV path outside of the app path ? Example : `shhgit --config-path "G:\My Drive\Repositories\shhgit" --local "G:\My Drive\Repositories" --csv-path "G:\My Drive\shhgitReports"` EDIT : nevermind, I...

Ay, On which OS are you ? I've tried on Ubuntu 18.04 and got no problems to build the image.

Ay @tarunkant, Can you try on a more up to date Ubuntu ? At least on 18.04 ? Just to be sure that it's not the Ubuntu version the problem.

Ay, Duplicate of https://github.com/terraform-google-modules/terraform-google-sql-db/issues/320 ?

I got the same error here : ``` 20 terraform-voggt-bits-internal/modules/argocd ✗ argocd version argocd: v2.4.13+19ec34e.dirty BuildDate: 2022-10-03T22:54:38Z GitCommit: 19ec34e134cac5e693ddd5f56844a946e6e1d44b GitTreeState: dirty GoVersion: go1.19.1 Compiler: gc Platform: linux/amd64 argocd-server: v2.4.13+19ec34e.dirty BuildDate:...

Ay, One year later but anyway : https://github.com/jschneier/django-storages/issues/909 But it's a workaround using public_read and fine grained acl. So maybe it will not match your requirements. :/