sunhuaxu
sunhuaxu
TASK [Update the trusted ca-certificates] ***************************************************************************** changed: [192.168.1.62] changed: [192.168.1.63] changed: [192.168.1.64] TASK [restart containerd] ********************************************************************************************* changed: [192.168.1.62] changed: [192.168.1.64] changed: [192.168.1.63] TASK [Adding an '/etc/hosts' entry for the HARBOR...
使用dashboard 1.10.1版本,k8s版本 1.15.3。 [root@lygx-hnwy-app01 ansible]# kubectl cluster-info Kubernetes master is running at https://192.168.123.141:6443 CoreDNS is running at https://192.168.123.141:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy kubernetes-dashboard is running at https://192.168.123.141:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy Metrics-server is running at https://192.168.123.141:6443/api/v1/namespaces/kube-system/services/https:metrics-server:/proxy To further...
需要新部署一个FastDFS集群,FastDFS数据盘的磁盘格式使用xfs还是ext4,哪个更改好些?
使用python的版本是什么,我这边import tensorflow as tf提示ImportError: DLL load failed: 动态链接库(DLL)初始化例程失败。
com.mongodb.util.JSONParseException: {'UpdateDate':{$ gt:{$date:'2017-12-12 07:14:38'}}} ^ at com.mongodb.util.JSONParser.read(JSON.java:302) at com.mongodb.util.JSONParser.parseObject(JSON.java:263) at com.mongodb.util.JSONParser.parse(JSON.java:228) at com.mongodb.util.JSONParser.parseObject(JSON.java:264) at com.mongodb.util.JSONParser.parse(JSON.java:228) at com.mongodb.util.JSONParser.parse(JSON.java:156) at com.mongodb.util.JSON.parse(JSON.java:98) at com.mongodb.util.JSON.parse(JSON.java:79) at org.apache.solr.handler.dataimport.MongoDataSource.getData(MongoDataSource.java:72) at org.apache.solr.handler.dataimport.MongoDataSource.getData(MongoDataSource.java:86) at org.apache.solr.handler.dataimport.MongoEntityProcessor.initQuery(MongoEntityProcessor.java:39) at org.apache.solr.handler.dataimport.MongoEntityProcessor.nextModifiedRowKey(MongoEntityProcessor.java:65) at...
use solr-mongo-importer-1.1.0.jar need mongo-java-drive version?
docker version:25.0.3 docker-compose version:v2.24.6 flowci-core is error: exec ./wait_for_it.sh: exec format error
目前使用环境,对安全性要求比较高,MySQL数据库对安全性不是很友好。 能否参照MySQL数据库连接配置样例,提供最新的PostgreSQL数据库连接配置样本,目前使用docker-compose部署方式。 powerjob-server: environment: JVMOPTIONS: "-Xmx512m" PARAMS: "--oms.mongodb.enable=false --spring.datasource.core.jdbc-url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai"