Skip to content

Commit

Permalink
Merge pull request #939 from replicatedhq/clarify-rookShouldUseAllNodes
Browse files Browse the repository at this point in the history
fix: clarify ekco.rookShouldUseAllNodes kurl installer spec property
  • Loading branch information
emosbaugh authored Feb 22, 2023
2 parents 69846a1 + 8e2acdf commit b0490a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/versionDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
},
{
"flag": "rookShouldUseAllNodes",
"description": "This will disable management of nodes in the CephCluster resource. If false, ekco will add nodes to the storage list and remove them when a node is purged.",
"description": "Enabling this will configure Rook to use all nodes for storage rather than EKCO managing a list of nodes. Additionally, this will disable EKCO scaling of Ceph mgr and mon counts and pool replication levels when additional nodes are added to the cluster.",
"type": "boolean"
},
{
Expand Down

1 comment on commit b0490a2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.