Skip to content

Commit

Permalink
minimumNodeCount not minimumnodecount (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jul 7, 2023
1 parent 2dc3b73 commit 7e49d04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/markdown-pages/install-with-kurl/migrating-csi.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ To migrate to a new CSI provisioner in a kURL cluster:

## Automated Local to Distributed Storage Migrations

You can use the `minimumnodecount` field to configure kURL to automatically migrate clusters from local (non-HA) storage to distributed (HA) storage when the node count increases to a minimum of _three_ nodes.
You can use the `minimumNodeCount` field to configure kURL to automatically migrate clusters from local (non-HA) storage to distributed (HA) storage when the node count increases to a minimum of _three_ nodes.

When you include the `minimumnodecount` field and the cluster meets the minimum node count specified, one of the following must occur for kURL to migrate to distributed storage:
When you include the `minimumNodeCount` field and the cluster meets the minimum node count specified, one of the following must occur for kURL to migrate to distributed storage:

- The user joins the third(+) node to the cluster using the kURL join script, and accepts a prompt to migrate storage.

Expand All @@ -195,12 +195,12 @@ When you include the `minimumnodecount` field and the cluster meets the minimum

### Implementation

The following example spec uses the `minimumnodecount` field to configure kURL to run local storage with OpenEBS until the cluster increases to three nodes. When the cluster increases to three nodes, kURL automatically migrates to distributed storage with Rook:
The following example spec uses the `minimumNodeCount` field to configure kURL to run local storage with OpenEBS until the cluster increases to three nodes. When the cluster increases to three nodes, kURL automatically migrates to distributed storage with Rook:

```
 rook: 
    version: "1.11.x"
minimumnodecount: 3
minimumNodeCount: 3
  openebs: 
    version: "3.7.x"
    isLocalPVEnabled: true
Expand All @@ -209,9 +209,9 @@ The following example spec uses the `minimumnodecount` field to configure kURL t

### Requirements

The `minimumnodecount` field has the following requirements:
The `minimumNodeCount` field has the following requirements:

* Distributed storage requires a node count equal to or greater than three. This means that you can set the `minimumnodecount` field to `3` or greater.
* Distributed storage requires a node count equal to or greater than three. This means that you can set the `minimumNodeCount` field to `3` or greater.

* Automated local to distributed storage migrations require the following:

Expand Down

2 comments on commit 7e49d04

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

🎉 Published on https://kurlsh.netlify.app as production
🚀 Deployed on https://64a82f6d0587ca0c56016ec5--kurlsh.netlify.app

Please sign in to comment.