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:
parent
4df5e23c06
commit
2ef1d9b7ed
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user