Merge "Remove helm status from deployment scripts for elastic-beats"
This commit is contained in:
commit
49e4b091fb
@ -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