Skip to content

Commit ad44f90

Browse files
authored
remove the unsupported option on v1.1 (#570)
Signed-off-by: Jian Wang <[email protected]>
1 parent 00b0afa commit ad44f90

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

versioned_docs/version-v1.1/install/harvester-configuration.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -537,31 +537,6 @@ install:
537537
data_disk: /dev/sdb
538538
```
539539

540-
### `install.harvester.storage_class.replica_count`
541-
542-
_Available as of v1.1.2_
543-
544-
#### Definition
545-
546-
Sets the replica count of Harvester's default storage class `harvester-longhorn`.
547-
548-
Default: 3
549-
550-
Supported values: 1, 2, 3. All other values are considered 3.
551-
552-
In edge scenarios where users may deploy single-node Harvester clusters, they can set this value to 1. In most scenarios, it is recommended to keep the default value 3 for storage high availability.
553-
554-
Please refer to [longhorn-replica-count](https://longhorn.io/docs/1.4.1/references/settings/#default-replica-count) for more details.
555-
556-
#### Example
557-
558-
```yaml
559-
install:
560-
harvester:
561-
storage_class:
562-
replica_count: 1
563-
```
564-
565540
### `system_settings`
566541

567542
#### Definition

0 commit comments

Comments
 (0)