change netmaker pvc to readwritemany

This commit is contained in:
Abhishek Kondur
2023-08-08 14:28:10 +05:30
parent 881bad1c33
commit 854e2e5fec
3 changed files with 2 additions and 6 deletions

View File

@@ -66,10 +66,6 @@ If you are not using Nginx and LetsEncrypt, we recommend leaving ingress.enabled
You can find example ingress objects in the kube/example folder.
#### Kernel WireGuard
If you have control of the Kubernetes worker node servers, we recommend **first** installing WireGuard on the hosts, and then installing HA Netmaker in Kernel mode. By default, Netmaker will install with userspace WireGuard (wireguard-go) for maximum compatibility, and to avoid needing permissions at the host level. If you have installed WireGuard on your hosts, you should install Netmaker's helm chart with the following option:
`--set wireguard.kernel=true`
#### DNS
By Default, the helm chart will deploy without DNS enabled. To enable DNS, specify with:
`--set dns.enabled=true`

View File

@@ -50,7 +50,7 @@ metadata:
spec:
storageClassName: {{ .Values.server.RWX.storageClassName }}
accessModes:
- ReadWriteOnce
- ReadWriteMany
resources:
requests:
storage: {{ .Values.server.storageSize }}

View File

@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
baseDomain: "146.190.9.68.nip.io"
baseDomain: "" # required value
image:
# -- The image repo to pull Netmaker image from
repository: gravitl/netmaker