|
11 | 11 | - [RHEL, Fedora, Rockylinux](#rhel-centos-rockylinux-fedora) |
12 | 12 | - [Ubuntu](#ubuntu) |
13 | 13 | - [Debian](#debian) |
14 | | - - [macOS](#macosx) |
| 14 | + - [macOS](#macos) |
15 | 15 | - [Windows](#windows) |
16 | 16 | * [Usage guide](#usage-guide) |
17 | 17 | + [Inventory generation](#inventory-generation) |
@@ -155,9 +155,9 @@ curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.4.amd64. |
155 | 155 |
|
156 | 156 | --- |
157 | 157 |
|
158 | | -#### MacOSX |
| 158 | +#### macOS |
159 | 159 | Installing with the `homebrew` package manager is the easiest way to |
160 | | -install Genin on MacOSX family (10.10+). If this is the first product of |
| 160 | +install Genin on macOS family (10.10+). If this is the first product of |
161 | 161 | `picodata` which you pay to use then you first need to add our `Tap`. |
162 | 162 | ```shell |
163 | 163 | brew tap picodata/homebrew-tap |
@@ -740,11 +740,12 @@ genin build --quiet -s cluster.genin.yml |
740 | 740 | genin upgrade --quiet --old cluster.genin.yml --new cluster-new.genin.yml |
741 | 741 | ``` |
742 | 742 |
|
743 | | -Especially for cases when an idiomatic distribution is needed, an option has been added |
744 | | -`--idiomatic-merge`. Without it, `genin` considers replicasets with the same name are |
745 | | -equivalent. For example `api-1` and `api-1-1` will be considered replicas of the same |
746 | | -replicaset. With the addition of the option without an exact match of the replica name, |
747 | | -the replicas will never be merged to the replicaset. |
| 743 | +Especially for cases when an idiomatic distribution is needed, the |
| 744 | +`--idiomatic-merge` option has been added. Without it, `genin` considers |
| 745 | +replicasets with the same name are equivalent. For example `api-1` and |
| 746 | +`api-1-1` will be considered replicas of the same replicaset. With the |
| 747 | +addition of the option without an exact match of the replica name, the |
| 748 | +replicas will never be merged to the replicaset. |
748 | 749 | ```shell |
749 | 750 | genin upgrade --old cluster-old.genin.yml --new cluster-new.genin.yml |
750 | 751 |
|
|
0 commit comments