Olivier Michallat

Results 32 issues of Olivier Michallat

The [Docs API README](https://github.com/stargate/stargate/blob/v2.0.0/apis/sgv2-docsapi/README.md) contains useful information about running the application and integration tests. This will (hopefully) be similar for the REST and GraphQL APIs once they are migrated to...

stargate-v2

I followed the [v2 install docs](https://docs-v2.k8ssandra.io/install) to test the Helm charts. Here are a few suggestions: Prerequisites: * in "setup-kind-multicluster": > The `setup-kind-mulitcluster.sh` script takes care of this requirement for...

documentation

I've been trying to use a variadic config item in a `HelmChart` manifest, unsuccessfully. Looking at the implementation in `renderKotsKinds`, Helm charts are handled in a [special case](https://github.com/replicatedhq/kots/blob/main/pkg/base/replicated.go#L198-L203), that is...

**What happened?** When a `CassandraTask` is scheduled but not yet started, if the DC gets deleted, the task is not deleted. **Did you expect to see something different?** The task...

bug
product-backlog

(Encountered on MacOS, this might be system-dependent.) `NettyTlsClientAuthTest` requires a local distribution of Cassandra, that gets downloaded and untarred by the Maven build. However, there seems to be an issue...

(this assumes that #1252 is fixed first) DC names can contain non-ASCII unicode characters, for example `Cql_DåtåCenter1`. But a `K8ssandraCluster` with such a DC name gets stuck waiting for the...

bug
ready
naming

The fix for #1119 parses the Cassandra version during a cluster update: ```golang cassVersion, err := semver.NewVersion(oldCluster.Spec.Cassandra.ServerVersion) ``` ([source](https://github.com/k8ssandra/k8ssandra-operator/commit/554225264dd328aaf70b55666f71fd5187ba20ad#diff-b45565c4bbd47954036865bbbb5d48b9fb5adba73a07d68945196335fe65c3f0R123)) However, our CRD allows that version to be omitted, if it...

bug
ready

**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Checklist** - [x] Changes manually tested - [x] Automated Tests added/updated - [ ] Documentation added/updated - [ ]...

**What this PR does**: Set an ownership reference to the CassandraDatacenter for remote resources. This avoids having to clean up manually. **Which issue(s) this PR fixes**: Fixes #961 Fixes #992...

### What is missing? Currently, `CassandraDatacenterStatus.NodeStatuses` only contains host ids. We could add other information such as the node's IP and rack. ### Why is this needed? This is useful...

enhancement
in-progress