This replica is not primary.Only the primary replica can be updated or deleted.|{"translateStatus":"translation_accepted","cnDescription":"此复制副本不是主复制副本,只能更新或删除主副本。enTranslateStatus":true,...
Indexes without replicas are found.Configure replicas for these indexes first.|{"translateStatus":"translation_accepted","jpTranslateStatus":false,"enTranslateStatus":true,"cnDescription":"存在无副本的索引,请先增加副本",...
The specified parameter"AccountPassword"is not...账户密码规则:大写、小写、数字、特殊字符占三种,长度为8-32位;特殊字符为!()_+-=。translateStatus":"translation_accepted","enTranslateStatus":true,"jpTranslateStatus":false}
The Specified parameter \”Password\”is not valid.”|{"enDescription":"The specified Password parameter is invalid.Specify a valid password.The password must be 8...大写字母、小写字母、数字、特殊字符占三种,特殊字符为!()_+"}
下面我们将部署三副本的服务,镜像使用 httpd:2.2.31,然后将其更新到 httpd:2.2.32。创建服务: docker service create-name my_web-replicas=3 httpd:2.2.31 将 service 更新到 httpd:2.2.32: docker service ...