@@ -21,29 +21,6 @@ Some basic software needs to be installed before installing drycc workflow.
2121K8s requires a large number of ports. If you are not sure what they are, please close the local firewall or open these ports.
2222At the same time, because k8s you need system time, you need to ensure that the system time is correct.
2323
24- ### Installing open-iscsi
25-
26- The command used to install open-iscsi differs depending on the Linux distribution.
27- We recommend using Ubuntu as the guest OS image since it contains open-iscsi already.
28- You may need to edit the cluster security group to allow SSH access.
29- For SUSE and openSUSE, use this command:
30-
31- ```
32- $ zypper install open-iscsi
33- ```
34-
35- For Debian and Ubuntu, use this command:
36-
37- ```
38- $ apt-get install open-iscsi
39- ```
40-
41- For RHEL, CentOS, and EKS with EKS Kubernetes Worker AMI with AmazonLinux2 image, use this command:
42-
43- ```
44- $ yum install iscsi-initiator-utils
45- ```
46-
4724### Installing NFSv4 client
4825
4926The command used to install a NFSv4 client differs depending on the Linux distribution.
@@ -74,20 +51,6 @@ For RHEL, CentOS, and EKS with EKS Kubernetes Worker AMI with AmazonLinux2 image
7451$ yum install curl
7552```
7653
77- ### Installing bc
78-
79- For Debian and Ubuntu, use this command:
80-
81- ```
82- $ apt-get install bc
83- ```
84-
85- For RHEL, CentOS, and EKS with EKS Kubernetes Worker AMI with AmazonLinux2 image, use this command:
86-
87- ```
88- $ yum install bc
89- ```
90-
9154## Hardware
9255
9356Hardware requirements scale based on the size of your deployments. Minimum recommendations are outlined here.
@@ -210,6 +173,7 @@ STORAGE_MAINNODE_TIPD_REPLICAS | Number of storage mainode tipd
210173STORAGE_MAINNODE_TIPD_PERSISTENCE_SIZE | The size of the persistence space allocated to ` mainnode tipd ` , which is ` 10Gi ` by default
211174STORAGE_MAINNODE_TIPD_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` mainnode tipd ` ; default storangeclass is used by default
212175STORAGE_MAINNODE_WEED_REPLICAS | Number of storage mainode weed replicas to deploy
176+ STORAGE_MAINNODE_WEED_DEFAULT_REPLICATION | default replication type if not specified, which is ` 000 ` by default
213177STORAGE_MAINNODE_WEED_PERSISTENCE_SIZE | The size of the persistence space allocated to ` mainnode weed ` , which is ` 10Gi ` by default
214178STORAGE_MAINNODE_WEED_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` mainnode weed ` ; default storangeclass is used by default
215179STORAGE_METANODE_TIKV_REPLICAS | Number of storage metanode tikv replicas to deploy
0 commit comments