Michael Burman

Results 285 comments of Michael Burman

The pod should have the mgmt-api already running (the address it tries to call) as seen here: https://github.com/k8ssandra/cass-operator/blob/ab95ae12b97cfdad334c071ee2ea112dea7b39bc/pkg/reconciliation/reconcile_racks.go#L2048 The function that determines it is here: https://github.com/k8ssandra/cass-operator/blob/ab95ae12b97cfdad334c071ee2ea112dea7b39bc/pkg/reconciliation/reconcile_racks.go#L2086 It seems that the...

Hey, that looks like a correct log (as it should look) with the mgmt-api responding to the /start call. ``` INFO [nioEventLoopGroup-2-2] 2025-02-13 18:11:39,531 Cli.java:672 - address=/172.20.60.6:43684 url=/api/v0/lifecycle/start status=201 Create...

Some clarifications from the chat to this. While namespace deletion should go through, we can't skip these errors. The process has to go through own its own to correctly delete...

CassandraTasks get deleted by default after 24 hours, so it's not that short (and one can modify the time obviously).

I think it would require to remove the ``rc.CheckDcPodDisruptionBudget()`` entirely from the reconcile_racks.go reconciliation process and it would be a part of the "CheckRackScale()" and ``DecommissionNodes``. The scale down and...