瀏覽代碼

HPCC-23679 Remove WSL PV references

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 5 年之前
父節點
當前提交
25952faed7
共有 2 個文件被更改,包括 0 次插入17 次删除
  1. 0 12
      dockerfiles/README.md
  2. 0 5
      dockerfiles/hpcc/templates/thor.yaml

+ 0 - 12
dockerfiles/README.md

@@ -118,15 +118,3 @@ When running under K8s, Roxie has 3 fundamental modes of operation:
   
      This mode is somewhat experimental at present!
   
-Thor under K8s on WSL
----------------------
-
-To expose host storage to containers running under WSL, it is necessary to do the following:
-1) Within WSL, bind an arbitary directory (e.g. "k8smountpoint") to a directory under /mnt/wsl:
-
-sudo mount --bind k8smountpoint /mnt/wsl/hostmount
-
-2) When starting helm, set global.hostMountPath to point to "/run/desktop/mnt/host/wsl/hostmount", e.g.:
-
-helm install mycluster hpcc/ --set global.image.version=<image-name>,global.hostMountPath=/run/desktop/mnt/host/wsl/hostmount
-

+ 0 - 5
dockerfiles/hpcc/templates/thor.yaml

@@ -119,14 +119,9 @@ spec:
                     %args
                   ]
 {{ include "hpcc.addVolumeMounts" . | indent 12 }}
-            - name: wsl-pv
-              mountPath: "/var/lib/HPCCSystems/thor/logs"
           volumes:
 {{ include "hpcc.addConfigVolume" . | indent 10 }}
 {{ include "hpcc.addVolumes" $ | indent 10 }}
-          - name: wsl-pv
-            persistentVolumeClaim:
-              claimName: "wsl-pv-claim"
           restartPolicy: Never
       backoffLimit: 0
 ---