Skip to content

Commit

Permalink
Upgrade CRD reference (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski authored Nov 22, 2024
1 parent 2a10e38 commit b053bf8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/content/en/reference/crd/cass-operator-crds-latest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ that an update to the secret will trigger an update of the StatefulSets.<br/>
<td><b>datacenterName</b></td>
<td>string</td>
<td>
DatacenterName allows to override the name of the Cassandra datacenter. Kubernetes objects will be named after a sanitized version of it if set, and if not metadata.name. In Cassandra the DC name will be overridden by this value.
It may generate some confusion as objects created for the DC will have a different name than the CasandraDatacenter object itself.
DatacenterName allows to override the name of the Cassandra datacenter. In Cassandra the DC name will be overridden by this value.
This setting can create conflicts if multiple DCs coexist in the same namespace if metadata.name for a DC with no override is set to the same value as the override name of another DC.
Use cautiously.<br/>
</td>
Expand Down Expand Up @@ -22687,6 +22686,15 @@ with the management API<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>metadataVersion</b></td>
<td>integer</td>
<td>
<br/>
<br/>
<i>Format</i>: int64<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>nodeReplacements</b></td>
<td>[]string</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54855,6 +54855,18 @@ the secrets into the necessary resources<br/>
SecurityContext applied to the Reaper main container.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>skipSchemaMigration</b></td>
<td>boolean</td>
<td>
Whether to skip schema migration. Schema migration is done in an init container on every Reaper deployment and
can slow down Reaper's startup time. Besides, schema migration requires reading data at QUORUM. It can be skipped
if you know that the schema is already up-to-date, or if you know upfront that QUORUM cannot be achieved (for
example, because a DC is down).<br/>
<br/>
<i>Default</i>: false<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspecreaperstorageconfig">storageConfig</a></b></td>
<td>object</td>
Expand Down

0 comments on commit b053bf8

Please sign in to comment.