Skip to content

Instantly share code, notes, and snippets.

@yankay
Created February 23, 2022 12:05
Show Gist options
  • Save yankay/1df83f25bb8a6711f65d909d8af20480 to your computer and use it in GitHub Desktop.
Save yankay/1df83f25bb8a6711f65d909d8af20480 to your computer and use it in GitHub Desktop.
快速安装 elasticsearch
helm repo add bitnami https://charts.bitnami.com/bitnami
helm upgrade --install --create-namespace \
elasticsearch bitnami/elasticsearch \
--set global.imageRegistry=docker.m.daocloud.io \
-n elasticsearch
kubectl get pods -n elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment