Eric Smalling
Eric Smalling
Thank you for this info - my Hugo based site has same problem. Change link ref as follows and works fine now! ```html ```
Apparently I need to update an admission controller? ``` validatingwebhookconfiguration.admissionregistration.k8s.io/k8ssandra-operator-validating-webhook-configuration serverside-applied Error from server: failed to create typed patch object (/k8ssandraclusters.k8ssandra.io; apiextensions.k8s.io/v1, Kind=CustomResourceDefinition): .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.medusa.properties.purgeBackups: expected map, got &{false} suite_test.go:563: failed...
> > Apparently I need to update an admission controller? > > No, but did you forget to run `make manifests generate` ? As after running it the CRD yaml...
Any advice on troubleshooting the remaining failures?
Looks like a rebase fixed the failing test. The only check failing now is related to the lack of a "fixed" issue. I did mention #1278 but this is more...
Thanks for the guidance - I'll get back to this ASAP
This patch against main / v1.15.0 will add a `purgeBackups:` field to `k8ssandraCluster` CRD: ``` medusa: purgeBackups: false ``` Set to false, the cronjob will not be created Set to...
Text of the patch (for those not wanting to dl the file): ``` diff --git a/apis/medusa/v1alpha1/medusa_types.go b/apis/medusa/v1alpha1/medusa_types.go index 1dc2d63..d709940 100644 --- a/apis/medusa/v1alpha1/medusa_types.go +++ b/apis/medusa/v1alpha1/medusa_types.go @@ -181,11 +181,4 @@ type MedusaClusterTemplate...
Per discussion on the k8ssandra project discord, it appears that DataStax made `riptano/collectd` private at some time in the last few months due to an problematic push. This means that...
/sig security architecture /area dependency