File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Tips
7
7
- make controller only run on master node: ` --set controller.runOnMaster=true `
8
- - set replica of controller as ` 1 ` : ` --set controller.replicas=1 `
8
+ - set replica of controller as ` 2 ` : ` --set controller.replicas=2 `
9
9
10
10
### install a specific version
11
11
``` console
@@ -55,7 +55,7 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
55
55
| ` imagePullSecrets ` | Specify docker-registry secret names as an array | [ ] (does not add image pull secrets to deployed pods) |
56
56
| ` serviceAccount.create ` | whether create service account of csi-nfs-controller | ` true ` |
57
57
| ` rbac.create ` | whether create rbac of csi-nfs-controller | ` true ` |
58
- | ` controller.replicas ` | the replicas of csi-nfs-controller | ` 2 ` |
58
+ | ` controller.replicas ` | replica number of csi-nfs-controller | ` 1 ` |
59
59
| ` controller.runOnMaster ` | run controller on master node | ` false ` |
60
60
| ` controller.logLevel ` | controller driver log level | ` 5 ` |
61
61
| ` controller.workingMountDir ` | working directory for provisioner to mount nfs shares temporarily | ` /tmp ` |
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ feature:
34
34
35
35
controller :
36
36
name : csi-nfs-controller
37
- replicas : 2
37
+ replicas : 1
38
38
runOnMaster : false
39
39
livenessProbe :
40
40
healthPort : 29652
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : csi-nfs-controller
6
6
namespace : kube-system
7
7
spec :
8
- replicas : 2
8
+ replicas : 1
9
9
selector :
10
10
matchLabels :
11
11
app : csi-nfs-controller
You can’t perform that action at this time.
0 commit comments