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
The pods enter a crash loop due to an incorrect mongo-init container image (cr.l5d.io/linkerd/proxy instead of percona-server-mongodb-operator).
Versions
Kubernetes: v1.30.6-gke.1125000
Operator: 1.18.0
Database: 7
Linkerd: 2.14.10
Anything else?
Workaround:
To resolve the issue, patch the operator Deployment to disable Linkerd injection:
kubectl -n myapp-dev patch deployment percona-server-mongodb-operator -p '{"spec": {"template": {"metadata": {"annotations": {"linkerd.io/inject": "disabled"}}}}}'
Then, delete the PerconaServerMongoDB CR and apply it again. The pods should come up correctly.
The text was updated successfully, but these errors were encountered:
Report
I am experiencing a compatibility issue between the Percona MongoDB Operator and Linkerd.
More about the problem
The MongoDB instance should deploy successfully with Linkerd injection enabled.
Steps to reproduce
Create a namespace with Linkerd injection enabled:
Install the operator following the documentation:
Deploy a minimal MongoDB instance:
The pods enter a crash loop due to an incorrect mongo-init container image (cr.l5d.io/linkerd/proxy instead of percona-server-mongodb-operator).
Versions
Anything else?
Workaround:
To resolve the issue, patch the operator Deployment to disable Linkerd injection:
kubectl -n myapp-dev patch deployment percona-server-mongodb-operator -p '{"spec": {"template": {"metadata": {"annotations": {"linkerd.io/inject": "disabled"}}}}}' Then, delete the PerconaServerMongoDB CR and apply it again. The pods should come up correctly.
The text was updated successfully, but these errors were encountered: