Didrik Finnøy
Didrik Finnøy
I had a similar problem today. Sidecar failed with `Error: the default Compute Engine service account is not configured with sufficient permissions to access the Cloud SQL API from this...
I think it would be prudent to tweak the error messages a little bit. In 1.17 it was clear that the problem was http://169.254.169.254 being unreachable. At the moment, you...
> We've been able to make it work with service account keys, How did you do this? I can't access our private GCR repo, I've tried `docker login` and passing...
It would be amazing if the image updater could be triggered through the [git webhook](https://argo-cd.readthedocs.io/en/stable/operator-manual/webhook/) for refreshing argocd apps. Git repositories POST to `https://argocd.example.com/api/webhook`, the image updater triggers for applications...
> @djfinnoy did you manage to work around this without duplicating the resources 10 times? No, as far as I know this is not possible right now.
You have to delete the local cache, I believe it's under `~/.devspace`. Would be nice if there was an easier way to refresh a remote source though.
After picking up devspace again, I can confirm that this issue has been resolved. I'm using v6.3.12, remote changes get picked up with and without `disableShallow: true`.
I looked into this. The gateway api maintainers [do not provide an upstream helm chart](https://github.com/kubernetes-sigs/gateway-api/issues/1590) that we can source as a dependency. Personally, I think that the envoy-gateway helm chart...
We just upgraded to v0.5.0, and spent half a hour figuring out a way to disable the managed alertmanager. **Why?** - We don't need it. - It adds confusion; there...