mirror of https://github.com/milvus-io/milvus.git
[skip ci] add helm full status plugin for better debug (#13099)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13112/head
parent
7113f23214
commit
3a349a3703
|
@ -69,6 +69,7 @@ RUN echo "Installing Packages ..." \
|
|||
&& chmod 700 get_helm.sh \
|
||||
&& ./get_helm.sh \
|
||||
&& rm ./get_helm.sh \
|
||||
&& helm plugin install https://github.com/marckhouzam/helm-fullstatus \
|
||||
&& echo "Installing Docker ..." \
|
||||
&& curl -fsSL "https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg" | apt-key add - \
|
||||
&& add-apt-repository \
|
||||
|
|
Loading…
Reference in New Issue