refine elasticsearch

This commit is contained in:
2022-03-03 19:29:47 +11:00
parent f86d8b1baa
commit 8ec516bebe
6 changed files with 174 additions and 64 deletions
+8
View File
@@ -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