Robert Gutschale

Results 22 comments of Robert Gutschale

Currently tests are failing. This PR depends on #111 being solved before we can merge it

@Schille Is this still relevant, with the release of 1.4.0?

We probably should delete the `fromShelf` from the beiboot CRD, after the cluster became ready. I suspect that the cluster reconcile also won't work when a shelf is deleted.

This comes from the method `cli` in `cli.__main__.py`, which serves as a base for the other commands. As most of the other commands need a kubeconfig, this currently stays at...

Update: I've just renamed a project ("FF AH Keycloak" to "FF AH"). I still had the k3d cluster named "unikube-ff-ah-keycloak", which was spun up by `project up`. However a `project...

Thank you for the fix! What's the state of it? Is there a timeline for its release?

> @tschale @jdgoettsch Hi everyone! I've just released 1.4.5 version with the fix from @jdgoettsch . Could you please check and report if everything works as expected now? Thank you!...

@protoroto This works now (django-cms 3.11.9, django 4.2.18). Thank you and also @jdgoettsch!

Hi @vitalik, thanks for your response! Do you mean by operation code, how the django app is run in Kubernetes? --- Here is the model: ``` from django_extensions.db.models import TimeStampedModel...