Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo Readiness / Liveliness probe commands need updating #316

Open
rossclouddev opened this issue Nov 16, 2022 · 0 comments
Open

Mongo Readiness / Liveliness probe commands need updating #316

rossclouddev opened this issue Nov 16, 2022 · 0 comments

Comments

@rossclouddev
Copy link

As per https://www.mongodb.com/docs/manual/release-notes/6.0-compatibility/#legacy-mongo-shell-removed the 'mongo' shell has been replaced by 'mongosh'

In charts/mongodb-deployment.yaml,

          - mongo
          - --disableImplicitSessions
          - --eval
          - "db.adminCommand('ping')"

should be

          - mongosh
          - --eval
          - "db.adminCommand('ping')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant