chore: set replica of controller as 1 by default
This commit is contained in:
parent
56f1dfc8bf
commit
695f8c8204
@ -5,7 +5,7 @@
|
||||
|
||||
### Tips
|
||||
- make controller only run on master node: `--set controller.runOnMaster=true`
|
||||
- set replica of controller as `1`: `--set controller.replicas=1`
|
||||
- set replica of controller as `2`: `--set controller.replicas=2`
|
||||
|
||||
### install a specific version
|
||||
```console
|
||||
@ -55,7 +55,7 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
|
||||
| `imagePullSecrets` | Specify docker-registry secret names as an array | [] (does not add image pull secrets to deployed pods) |
|
||||
| `serviceAccount.create` | whether create service account of csi-nfs-controller | `true` |
|
||||
| `rbac.create` | whether create rbac of csi-nfs-controller | `true` |
|
||||
| `controller.replicas` | the replicas of csi-nfs-controller | `2` |
|
||||
| `controller.replicas` | replica number of csi-nfs-controller | `1` |
|
||||
| `controller.runOnMaster` | run controller on master node | `false` |
|
||||
| `controller.logLevel` | controller driver log level |`5` |
|
||||
| `controller.workingMountDir` | working directory for provisioner to mount nfs shares temporarily | `/tmp` |
|
||||
|
||||
Binary file not shown.
@ -34,7 +34,7 @@ feature:
|
||||
|
||||
controller:
|
||||
name: csi-nfs-controller
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
runOnMaster: false
|
||||
livenessProbe:
|
||||
healthPort: 29652
|
||||
|
||||
@ -5,7 +5,7 @@ metadata:
|
||||
name: csi-nfs-controller
|
||||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: csi-nfs-controller
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user