Remove helm status from deployment scripts for elastic-beats

With the move to helm v3, helm status requires a namespace to be specified, but doing so breaks helm v2 compatability. This change removes the usage of helm serve in openstack-helm-infra's deployment scripts.

Change-Id: I5c6dc5ea826c57b8c442ee0e876010a9ab726612
This commit is contained in:
jayonlau 2021-10-13 12:17:49 -04:00
parent 4df5e23c06
commit 2ef1d9b7ed
5 changed files with 0 additions and 15 deletions

View File

@ -60,6 +60,3 @@ helm upgrade --install elasticsearch ./elasticsearch \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status elasticsearch

View File

@ -53,6 +53,3 @@ helm upgrade --install kibana ./kibana \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status kibana

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-metricbeat ./elastic-metricbeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-metricbeat

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-filebeat ./elastic-filebeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-filebeat

View File

@ -40,6 +40,3 @@ helm upgrade --install elastic-packetbeat ./elastic-packetbeat \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status elastic-packetbeat