[ Agent ] [ App ] - fix mysql bugs
This commit is contained in:
@@ -467,7 +467,7 @@ func (op *AgentOsOperator) deployMySQL(funcArgs []string) (bool, []string) {
|
||||
}
|
||||
|
||||
// check mysql
|
||||
if !K8sCheckPodStatusTimeout("helm-mysql-0", funcArgs[0], 180) {
|
||||
if !K8sCheckPodStatusTimeout("helm-mysql-0", funcArgs[1], 180) {
|
||||
return false, []string{
|
||||
"helm-mysql-0 启动失败!",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user