cockroachdb / cockroachdb/cockroach-operator

Istio Installed on GKE - Error: TLS: Bad Certificate Error from Operator

オープン
#280 コメント 41 件 リアクション 0 件 担当者 3 名 @chrisseto が担当を希望しています GitHub で見る
bug
主要言語
Go
スター
318
フォーク
104
平均マージ
1日 6時間
マージ済み PR(30日)
1

説明

Two people from our community found the Operator to result in this error when running: **E210108 09:12:13.337166 4999 (gostd) net/http/server.go:3083 `http: TLS handshake error from 10.24.2.23:60814: remote error: tls: bad certificate`**

**Full Message:**
Hi guys I’m trying out cockroachdb deployment on k8s with the cockroachdb operator with the following configuration:
apiVersion: crdb.cockroachlabs.com/v1alpha1
```
kind: CrdbCluster
metadata:
name: cockroachdb
spec:
tlsEnabled: true
dataStore:
pvc:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: standard
volumeMode: Filesystem
image:
name: cockroachdb/cockroach:v20.2.3
nodes: 3
```
But the pod logs are showing continously the following errors:
E210108 09:12:13.337166 4999 (gostd) net/http/server.go:3083 http: TLS handshake error from 10.24.2.23:60814: remote error: tls: bad certificate
E210108 09:12:18.319390 5125 (gostd) net/http/server.go:3083 http: TLS handshake error from 10.24.2.23:60988: remote error: tls: bad certificate
I210108 09:12:19.614459 233 server/status/runtime.go:522 ⋮ [n2] runtime stats: 218 MiB RSS, 224 goroutines, 30 MiB/90 MiB/58 MiB GO alloc/idle/total, 47 MiB/64 MiB CGO alloc/total, 0.1 CGO/sec, 4.2/1.0 %(u/s)time, 0.0 %gc (1x), 211 KiB/201 KiB (r/w)net
E210108 09:12:23.314892 5206 (gostd) net/http/server.go:3083 http: TLS handshake error from 10.24.2.23:32938: remote error: tls: bad certificate
E210108 09:12:28.315608 5315 (gostd) net/http/server.go:3083 http: TLS handshake error from 10.24.2.23:33128: remote error: tls: bad certificate
Is this normal or I’m missing something?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。