cockroachdb / cockroachdb/cockroach-operator
Istio Installed on GKE - Error: TLS: Bad Certificate Error from Operator
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.