This commit is contained in:
marsal wang
2022-02-23 17:54:20 +08:00
parent 3cb2867c4d
commit 8c5d144e49

View File

@ -196,7 +196,7 @@ extraVolumeMounts: []
initScripts:
my_init_script.sh: |
#!/bin/sh
echo 140.82.113.4 github.com >> /etc/hosts
sudo echo 140.82.113.4 github.com >> /etc/hosts
/opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip
# initScripts: {}