Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CRD reference 5e68e3e9-7312fe3b #1373

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ they will join together in a multi-datacenter cluster.<br/>
<td><b>serverType</b></td>
<td>enum</td>
<td>
Server type: "cassandra" or "dse"<br/>
Server type: "cassandra", "dse" or "hcd"<br/>
<br/>
<i>Enum</i>: cassandra, dse<br/>
<i>Enum</i>: cassandra, dse, hcd<br/>
</td>
<td>true</td>
</tr><tr>
Expand Down Expand Up @@ -291,6 +291,16 @@ roll out.<br/>
Config for the Management API certificates<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
MinReadySeconds sets the minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. Defaults to 5 seconds and is set in the StatefulSet spec.
Setting to 0 might cause multiple Cassandra pods to restart at the same time despite PodDisruptionBudget settings.<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#cassandradatacenterspecnetworking">networking</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -330,6 +340,14 @@ number of racks should match the replication factor in the keyspaces you plan to
the number of racks cannot easily be changed once a datacenter is deployed.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>readOnlyRootFilesystem</b></td>
<td>boolean</td>
<td>
ReadOnlyRootFilesystem makes the cassandra container to be run with a read-only root filesystem. Currently only functional when used with the
new k8ssandra-client config builder (Cassandra 4.1 and newer and HCD)<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>replaceNodes</b></td>
<td>[]string</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ on ServerVersion.<br/>
<td>
Server type: "cassandra" or "dse".<br/>
<br/>
<i>Enum</i>: cassandra, dse<br/>
<i>Enum</i>: cassandra, dse, hcd<br/>
<i>Default</i>: cassandra<br/>
</td>
<td>false</td>
Expand All @@ -1285,7 +1285,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -5537,7 +5538,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -52977,6 +52979,16 @@ The purpose is to allow shared default settings across several clusters.
StorageProperties override the settings from MedusaConfiguration object to allow customization.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>purgeBackups</b></td>
<td>boolean</td>
<td>
PurgeBackups toggles if the medusa backups should be purged nightly or not
Defaults to true.<br/>
<br/>
<i>Default</i>: true<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspecmedusareadinessprobe">readinessProbe</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -54688,10 +54700,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.1]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -56624,7 +56636,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.

<table>
Expand Down Expand Up @@ -82430,6 +82442,16 @@ The "Allow" property is only valid if all the other active Tasks have "Allow" as
Disabled if set ensures this job is not scheduling anything<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>operationType</b></td>
<td>enum</td>
<td>
Specifies the type of operation to be performed<br/>
<br/>
<i>Enum</i>: backup, purge<br/>
<i>Default</i>: backup<br/>
</td>
<td>false</td>
</tr></tbody>
</table>

Expand Down Expand Up @@ -84150,10 +84172,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.1]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -86343,7 +86365,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:3.6.1".
TODO: update with real release version.

<table>
Expand Down
Loading
Loading