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
I'm trying to have a statefulset mongo pod but after I apply my current configuration and then check for master I don't see anything. I need to call initialize manually.
When I run kubectl exec -ti auth-mongo-0 -- mongosh
Defaulted container "auth-mongo" out of: auth-mongo, auth-mongo-sidecar
Current Mongosh Log ID: 6397c0522be19845836930ec
Connecting to: mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.6.1
Using MongoDB: 6.0.3
Using Mongosh: 1.6.1
For mongosh info see: https://docs.mongodb.com/mongodb-shell/
To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy).
You can opt-out by running the disableTelemetry() command.
------
The server generated these startup warnings when booting
2022-12-12T23:53:31.012+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem
2022-12-12T23:53:31.149+00:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
2022-12-12T23:53:31.149+00:00: You are running this process as the root user, which is not recommended
2022-12-12T23:53:31.149+00:00: vm.max_map_count is too low
------
------
Enable MongoDB's free cloud-based monitoring service, which will then receive and display
metrics about your deployment (disk utilization, CPU, operation statistics, etc).
The monitoring data will be available on a MongoDB website with a unique URL accessible to you
and anyone you share the URL with. MongoDB may use this information to make product
improvements and to suggest MongoDB products and deployment options to you.
To enable free monitoring, run the following command: db.enableFreeMonitoring()
To permanently disable this reminder, run the following command: db.disableFreeMonitoring()
------
test>
I don't know what's going on and where did I miss the point
The text was updated successfully, but these errors were encountered:
I'm trying to have a statefulset mongo pod but after I apply my current configuration and then check for master I don't see anything. I need to call initialize manually.
Current configuration:
When I run
kubectl exec -ti auth-mongo-0 -- mongosh
I don't know what's going on and where did I miss the point
The text was updated successfully, but these errors were encountered: