https://rancher.com/ logo
#longhorn-storage
Title
# longhorn-storage
f

flaky-coat-75909

05/26/2022, 11:50 AM
it is possible to schedule specific set of node with taint and tollerations instead of nodeSelector like in this example https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/
Copy code
kind: StorageClass
apiVersion: <http://storage.k8s.io/v1|storage.k8s.io/v1>
metadata:
  name: my-longhorn-sc
...
parameters:
...
  nodeSelector: "storage"
?
f

famous-journalist-11332

06/01/2022, 12:37 AM
Could you elaborate more about your goal?
f

flaky-coat-75909

06/03/2022, 8:28 AM
I want to create a 3xnode for just storage with taints without any running pods (except system pods like CNI/kube-proxy) to avoid inacessible data I just have 3 nodes with large disks and the rest of nodes have a quite small disks mayby longhorn can be do it in simpler way? @famous-journalist-11332
7 Views