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