最近学了K8S,为了测试方便测试搭了一个K3S集群,然后使用helm运行一下Easysearch。
参考文档:https://docs.infinilabs.com/easysearch/main/docs/deployment/install-guide/helm/
首先添加helm仓库并更新。
1 | helm repo add infinilabs https://helm.infinilabs.com |
然后新建命名空间,我这里叫做es(下同),也可以使用其他名字。
1 | kubectl create namespace es |

