Philipp Trulson
Philipp Trulson
Another workaround we found is using the `terraform plan -parallelism=3` option if you want to keep your connections low.
SRV are actually pretty simple, example for teamspeak: ``` resource "hetznerdns_record" "srv" { zone_id = hetznerdns_zone.example.id name = "_ts3._udp.ts" value = "10 0 9987 ts.example.com." type = "SRV" ttl =...
I think the main issue here is that the [action assumes](https://github.com/redhat-actions/push-to-registry/blob/main/src/util.ts#L81-L90) that if `image.split("/").length == 2`, the image must be from Docker hub instead of e.g. quay.io, where the value...
I can confirm that this branch fixes our problems with the breaking builds. It would still be nice to disable the docker stuff altogether, but this is more important now.
@divyansh42 Can you provide any feedback on this PR?
Gibt's für den BKAT eine Aktualisierung oder so? Ich weiß leider nicht, wie ich `Ein E-Auto parkt an einer Ladesäule, lädt aber nicht und versperrt Anderen den Zugang` aktuell auf...
Ah, daran hab ich nicht gedacht. Hab versucht selbst etwas einzutippen, aber dann kam nur "No results found".
Had the same problem, after removing the `"interval": 30,` line from my custom config it finally worked.
Not sure if this is the right place to ask, but when starting the logs say ``` detected custom v2store content. Etcd v3.5 is the last version allowing to access...
Just chiming in with the same problem. Hopefully it gets fixed soon, I was getting used to playing F1 2020 on Linux. ## System Information - GPU: Radeon VII -...