Allex

Results 28 comments of Allex

For updating a realm, the [Admin API](https://www.keycloak.org/docs-api/17.0/rest-api/index.html#_realms_admin_resource) docs say explicitly that nested resources are ignored: > Update the top-level information of the realm Any user, roles or client information in...

Be aware that with the operator v1.51.0 using `autoscaling/v2` in a cluster older than k8s 1.23 (most cloud providers are at 1.22.x) this results in a `Kiali` CR with a...

That worked, thanks! Although It's odd I have to set the api_version while I left `.spec.deployment.hpa.spec` empty so no HPA is created.

The original error happend when there was no `hpa` section in my Kiali resource at all. Creates error: ```yaml apiVersion: kiali.io/v1alpha1 kind: Kiali metadata: name: kiali namespace: istio-system spec: auth:...

I have not seen this before, also #105 seems to be about the CELERY_RESULT_BACKEND_DB setting which I also don't set without any issues. Does this happen on workers that have...

> @AllexVeldman @arnau126 do you face this? I haven't, but I actually handle the task inputs separately in redis and just pass redis keys to the actual task making the...

I see the same thing, it seems to happen because the `request.kwargsrepr` is set to a truncated value. This happens in https://github.com/celery/celery/blob/ffb0d3d54884aaae140a20879a58449b27946f49/celery/app/amqp.py#L317 and is not specific to django_celery_results backend

@diegocastrum Looks like a viable implementation to me. > Some mechanic that forces the user to define the 3 constants instead of just one or two. Why is defining just...

I'm not entirely sure how the docs are managed but I think this warrants a good description with some examples.

> Could you give us an idea about when could be this merged? I'm not involved in merging/releasing, but I think there is still a bit of documentation missing, maybe...