Merge pull request #54 from TeoZosa/fix-smb-helm-chart-and-instructions

Fix smb helm chart and instructions
This commit is contained in:
Andy Zhang 2020-11-09 21:30:46 +08:00 коммит произвёл GitHub
Родитель 345942dbb0 f3cfc1d34b
Коммит 4a45aad628
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -32,9 +32,11 @@ on each node in your K8S cluster.
We recommend experimenting with your smbVolume and smbVolumeClaim in the testPod
until everything is working how you want.
Note: the below commands require kubectl version >=v1.15
3. Check if your smbVolume mounted to testPod.mountPath (/data by default):
```
kubectl exec $(kubectl get pod -l "role=testpod" -o name) -- ls /data`
kubectl exec $(kubectl get pod -l "role=testpod" -o name) -- ls /data
```
4. Debug interactively on the testPod if necessary:

Просмотреть файл

@ -7,10 +7,6 @@ metadata:
labels:
{{ include "smb-flexvol.labels" . | indent 4 }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ include "smb-flexvol.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
capacity:
storage: {{ .Values.smbVolume.capacity }}
accessModes: