mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
refine elasticsearch
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#! /bin/bash -eu
|
||||
|
||||
# deploy NFS Subdir External Provisioner to your cluster
|
||||
# https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
|
||||
|
||||
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
|
||||
|
||||
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
|
||||
--set nfs.server=192.168.1.4 --set nfs.path=/k8s
|
||||
|
||||
# namespaces
|
||||
kubectl create namespace longhorn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user