release 3.5.0
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl -n imxc wait --for=condition=ready pod/elasticsearch-1 --timeout=600s
|
||||
|
||||
namespace=$1
|
||||
|
||||
kubectl -n ${namespace} wait --for=condition=ready pod/elasticsearch-1 --timeout=600s
|
||||
|
||||
export ES_NODEPORT=`kubectl -n ${namespace} get svc elasticsearch -o jsonpath='{.spec.ports[*].nodePort}'`
|
||||
|
||||
export MASTER_IP=`kubectl get node -o wide | grep control-plane | awk '{print $6}'`
|
||||
|
||||
Reference in New Issue
Block a user