[ Agent ] [ App ] - fix middlewares bugs
This commit is contained in:
@@ -545,10 +545,10 @@ func (op *AgentOsOperator) deployMiddlewares(funcArgs []string) (bool, []string)
|
||||
|
||||
// check status
|
||||
podNameList := []string{
|
||||
"helm-rabbitmq",
|
||||
"helm-mongo",
|
||||
"helm-emqxs",
|
||||
"helm-nacos",
|
||||
"helm-rabbitmq-0",
|
||||
"helm-mongo-0",
|
||||
"helm-emqxs-0",
|
||||
"helm-nacos-0",
|
||||
}
|
||||
for _, podName := range podNameList {
|
||||
if !K8sCheckPodStatusTimeout(podName, funcArgs[1], 180) {
|
||||
|
||||
Reference in New Issue
Block a user