Panagiotis Atmatzidis
Panagiotis Atmatzidis
> I'm not sure what you mean by "no MacPorts support for `git-crypt` yet". It's already packaged and available in MacPorts: https://ports.macports.org/port/git-crypt/ That's correct, I missed it! When I installed...
I'd like to be able to dynamically add/remove/edit hosts during deployments. I need to deploy one namespace and ingress per branch, all other things being equal. IMO adding ingresses dynamically...
Why not use OpenVPN? "Companies" have enough money to setup an openvpn server, don't they?
@qgriffith did you manage to solve this somehow?!
``` module.spaces.digitalocean_cdn.assets: Refreshing state... [id=0ac3dd96-3612-4638-a802-10dadc4aecea] ╷ │ Error: Error retrieving DatabaseCluster: GET https://api.digitalocean.com/v2/databases/1cc4ed58-cd77-43c0-9a61-61062b2c12f7: 429 Too many requests │ │ with module.databases.digitalocean_database_cluster.infra1, │ on ../../modules/databases/main.tf line 11, in resource "digitalocean_database_cluster" "infra1":...
> Same problem here. > > > So one thing you can possibly do is reach out to support and see if they can increase the limit for requests per...
@djmaze works now my limit was reset apparently a few minutes but I'll be keeping an eye. Here's how you can see the rate: ``` curl -H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN"...
Posting this here in case anyone else hits the same issue. We're using a remote secrets store (doppler) and the problem was that the entire team and a few apps...
Same with 18.09.2.
I needed to expand the PVC from 500Gi to 1000Gi and came across a similar issue on AWS, using `storageClass: wait-consumer-gp2` with `allowVolumeExpansion: true`. There are two issues: 1. The...