Klaus Erber
Klaus Erber
I have a similar problem when using tailscale. Mainly it works great but sometimes the DERP server does not appear. But I have to restart the Coder pod to solve...
Version 0.8.15 does not solve the problem for me. Sometimes I have to restart the coder server pod to make is work again. Now there is more tailnet networking stuff...
@fosterseth We have seen this several times after the System was up for a few days. We have only test workloads on the system at the Moment, about 50-100 Jobs...
For kube-prometheus-stack user that are coming along this issue. I put this in the helm values.yml file for a temporary fix: ``` defaultRules: disabled: # the results of this rule...
Same here, AWX 21.7.0, Postgres 14.4 with Zalando Operator. And I also cannot reproduce it. Simply killing the leader in the postgres cluster sometimes produces the error message (`awx.conf.settings Database...
It would be fine to have that. I use `keycloak_openid_client_default_scopes` to set default client scopes für single clients like this: ```tf resource "keycloak_openid_client_default_scopes" "client_default_scopes" { realm_id = keycloak_realm.isium.id client_id =...