You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason after working without problems on GCP, our sidecar instance now fails with the following error:
> [email protected] start /opt/cvallance/mongo-k8s-sidecar
> forever src/index.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
Using mongo port: 27017
Starting up mongo-k8s-sidecar
The cluster domain 'cluster.local' was successfully verified.
Error in workloop { MongoError: connection 0 to 127.0.0.1:27017 timed out
at Function.MongoError.create (/opt/cvallance/mongo-k8s-sidecar/node_modules/mongodb-core/lib/error.js:29:11)
at Socket.<anonymous> (/opt/cvallance/mongo-k8s-sidecar/node_modules/mongodb-core/lib/connection/connection.js:200:20)
at Object.onceWrapper (events.js:273:13)
at Socket.emit (events.js:182:13)
at Socket._onTimeout (net.js:452:8)
at listOnTimeout (timers.js:324:15)
at processTimers (timers.js:268:5)
name: 'MongoError',
message: 'connection 0 to 127.0.0.1:27017 timed out' }
For some reason after working without problems on GCP, our sidecar instance now fails with the following error:
Complete log is here: sidecar.txt
Our statefulset.yml is the following:
The text was updated successfully, but these errors were encountered: