MongoDB 代理 Openshift 问题

问题描述

我们在 openshift 4.7 上部署了 MongoDB Kubernetes Operator 和 opsmanager,它们运行良好,但是一旦我们尝试部署 mongoDB pod,我们就会遇到以下错误

{“logType”:“agent-launcher-script”,“contents”:“使用 Kubernetes CA 文件”} {“logType”:“agent-launcher-script”,“contents”:“创建的符号链接: /data/journal → /journal”} {“logType”:“agent-launcher-script”,“contents”:“下载一个Mongodb 来自 https://ops-manager-dev-svc-mtx-db-dev.apps.com 的代理} {“logType”:“agent-launcher-script”,“contents”:“下载时出错 Mongodb 代理”} {“logType”:“agent-launcher-script”,“contents”:”* 正在尝试 10.27.137.46..."} {“logType”:“agent-launcher-script”,“contents”:“* TCP_NODELAY 设置”} {“logType”:“agent-launcher-script”,“contents”:"* 连接到 ops-manager-dev-svc-mtx-db-dev.apps.com (10.27.137.46) 端口 443 (#0)"} {“logType”:“agent-launcher-script”,“contents”:“* ALPN,提供 h2”} {“logType”:“agent-launcher-script”,“contents”:"* ALPN,提供 http/1.1"} {“logType”:“agent-launcher-script”,“contents”:"* 成功设置证书验证位置:"} {“logType”:“agent-launcher-script”,“contents”:"* CAfile: /etc/pki/tls/certs/ca-bundle.crt"} {“logType”:“agent-launcher-script”,“contents”:“CApath:无”} {“logType”:“agent-launcher-script”,“contents”:"} [5 字节数据]"} {“logType”:“agent-launcher-script”,“contents”:"* TLSv1.3 (OUT),TLS 握手,客户端你好 (1):"} {“logType”:“agent-launcher-script”,“contents”:"} [512 字节数据]"} {“logType”:“agent-launcher-script”,“contents”:"* TLSv1.3 (IN),TLS 握手,服务器你好(2):"} {“logType”:“agent-launcher-script”,“contents”:"{ [122 字节数据]"} {“logType”:“agent-launcher-script”,TLS 握手,[无内容] (0):"} {“logType”:“agent-launcher-script”,“contents”:"{ [1 字节数据]"} {“logType”:“agent-launcher-script”,TLS 握手,加密扩展(8):"} {“logType”:“agent-launcher-script”,“contents”:"{ [10 字节数据]"} {“logType”:“agent-launcher-script”,TLS 握手,证书 (11):"} {“logType”:“agent-launcher-script”,“contents”:"{ [1416 字节数据]"} {“logType”:“agent-launcher-script”,TLS 警报,未知 CA (560):"} {“logType”:“agent-launcher-script”,“contents”:"} [2 字节数据]"} {“logType”:“agent-launcher-script”,“contents”:"* SSL 证书 问题:自签名证书"} {“logType”:“agent-launcher-script”,“contents”:"* 关闭连接 0"}

MongoDB Yaml:

apiVersion: mongodb.com/v1
kind: MongoDB
Metadata:
  name: mtx-mongodb-dev
spec:
  version: 4.4.6
  opsManager:
    configMapRef:
      name: mtx-dev-project-config
  credentials: mtx-dev-orga-api-key
  
  type: Standalone
  persistent: true
  volumes:
    - name: data
      persistentVolumeClaim:
        claimName: mongo-mtx-dev-pvc
  terminationGracePeriodSeconds: 10

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)