Devendranathashok
Devendranathashok
@Alan-Vlc , Please add docker secret to your Service account (litmus-admin). ex: kind: ServiceAccount apiVersion: v1 metadata: name: litmus-admin namespace: litmus labels: name: litmus-admin imagePullSecrets: - name: regcred
More logs : {"error":"(NamespaceExists) a collection 'litmus.chaosExperimentRuns' already exists","file":"/gql-server/pkg/database/mongodb/init.go:178","func":"github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/database/mongodb.(*MongoClient).initAllCollection","level":"error","msg":"failed to create chaosExperimentRuns collection","time":"2024-04-22T08:46:49Z"} {"error":"(NamespaceExists) a collection 'litmus.chaosHubs' already exists","file":"/gql-server/pkg/database/mongodb/init.go:196","func":"github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/database/mongodb.(*MongoClient).initAllCollection","level":"error","msg":"failed to create chaosHubs collection","time":"2024-04-22T08:46:49Z"} {"error":"(NamespaceExists) a collection 'litmus.chaosProbes' already exists","file":"/gql-server/pkg/database/mongodb/init.go:273","func":"github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/database/mongodb.(*MongoClient).initAllCollection","level":"error","msg":"failed to...
Yes, we have also deployed in Openshift 4.14.21. All our services are up and running as well. For mongo we have used our image.
Yes, It was looking for replicaset and we were able to solve the issue and now our litmus is up and running Thank you @dariolstella .