[skip ci] add helm full status plugin for better debug (#13099)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13112/head
Jenny Li 2021-12-09 19:37:07 +08:00 committed by GitHub
parent 7113f23214
commit 3a349a3703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 \