Kacper Rzetelski

Results 53 issues of Kacper Rzetelski

`AggregateStatusConditions` helper func can produce invalid conditions. There are two reasons: 1. `condition.Reason` is constructed by concatenating Type and Reason of aggregated conditions: https://github.com/scylladb/scylla-operator/blob/fe5d18cafb48ec111add7d30df99103f63ce20f3/pkg/controllerhelpers/core.go#L64 Valid `condition.Type` needs to match `(dns1123SubdomainFmt/)?(qualifiedNameFmt)`....

kind/bug
priority/important-longterm
lifecycle/stale

### What should the feature do? Scylla Manager controller should set up a finalizer for cluster deletion from Scylla Manager state on ScyllaCluster object deletion. /kind feature /priority important-longterm ###...

kind/feature
triage/accepted
priority/important-longterm

Currently our test runner passes raw command line arguments to the children processes, only modifying them accordingly. This has led to https://github.com/scylladb/scylla-operator/issues/1245. We should pass validated and completed arguments instead....

kind/cleanup
triage/accepted
priority/backlog