From 0df7e1fc80a0835d7a10c98712895c55a6aaa450 Mon Sep 17 00:00:00 2001 From: adakisme Date: Tue, 8 Jun 2021 18:12:23 +0800 Subject: [PATCH] Update wording Signed-off-by: adakisme --- .../install-kubesphere-on-vmware-vsphere.md | 2 +- .../storage-system-installation/glusterfs-server.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index e4e5385a8..a8c3bc13f 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md @@ -25,7 +25,7 @@ This tutorial walks you through an example of how to create Keepalived and HAPro ## Prepare Linux Hosts -This tutorial creates 8 virtual machines of **CentOS Linux release 7.6.1810 (Core)** for the default minimal installation. Every machine has 2 Cores, 4 GB memory and 40 G disk space. +This tutorial creates 8 virtual machines of **CentOS Linux release 7.6.1810 (Core)** for the default minimal installation. Every machine has 2 Cores, 4 GB of memory and 40 G disk space. | Host IP | Host Name | Role | | --- | --- | --- | diff --git a/content/en/docs/reference/storage-system-installation/glusterfs-server.md b/content/en/docs/reference/storage-system-installation/glusterfs-server.md index 581dca3c4..3a2a6acc5 100644 --- a/content/en/docs/reference/storage-system-installation/glusterfs-server.md +++ b/content/en/docs/reference/storage-system-installation/glusterfs-server.md @@ -16,11 +16,11 @@ Once you have GlusterFS and Heketi set up, you can install GlusterFS on your cli There are three server machines of Ubuntu 16.04 in this example with each having one attached disk. -| Hostname | IP Address | Operating System | Device | -| -------- | ----------- | ---------------------------------- | --------------- | -| server1 | 192.168.0.2 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB | -| server2 | 192.168.0.3 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB | -| server3 | 192.168.0.4 | Ubuntu 16.04, 4 Cores, 4 GB Memory | /dev/vdd 300 GB | +| Hostname | IP Address | Operating System | Device | +| -------- | ----------- | ------------------------------------- | --------------- | +| server1 | 192.168.0.2 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB | +| server2 | 192.168.0.3 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB | +| server3 | 192.168.0.4 | Ubuntu 16.04, 4 Cores, 4 GB of Memory | /dev/vdd 300 GB | {{< notice note >}} @@ -48,7 +48,6 @@ There are three server machines of Ubuntu 16.04 in this example with each having ``` {{< notice note >}} - Make sure password authentication is enabled in the file `/etc/ssh/sshd_config` (the value of `PasswordAuthentication` should be `yes`).