operator-nxrm3 icon indicating copy to clipboard operation
operator-nxrm3 copied to clipboard

IBM Operator for Nexus Repo Manager 3

Results 11 operator-nxrm3 issues
Sort by recently updated
recently updated
newest added

I want to use NodeSelctor to specify the Node on which the Nexus Repo (instance) will run. I checked Yaml on the screen of the created instance and specified NodeSelector...

When I'm trying to create an instance for Nexus Repo Manager, and enable statefulset with true value. A warning message appear saying that the default serviceaccount (that the operator create)...

repository registry.connect.redhat.com/sonatype/nexus-repository-manager not found: name unknown: Image not found Failed to pull image "registry.connect.redhat.com/sonatype/nexus-repositor eac96a0815cb0920aa9b": rpc error: code = Unknown desc = reading manifest sha256:4965872d251958699b762a0107fa89ad484636bb2ef4eac96a0815cb0920aa9b in r name unknown: Image...

Installing the operator I have seen how I'm not able to create a route using the NexusRepo resource. This will fix the error.

Getting below errors..I used the operator.yaml file as is kubectl logs example-nexusrepo-sonatype-nexus-659bf8b554-9bff6 mkdir: cannot create directory '../sonatype-work/nexus3/log': Permission denied mkdir: cannot create directory '../sonatype-work/nexus3/tmp': Permission denied OpenJDK 64-Bit Server VM...

After an automatic update of the operator to the latest version our NexusRepo PVC was deleted. Is it possible that the operator did this? While trying to do a restore...

# Purpose possible solution for issue #26. # possible issues * this defaults to always creating any additional service ports as pod ports - could keep this as is, i...

OpenShift 4.7.7, SonaType Nexus Operator v3.32.0-1 **Steps:** 1. Create Docker repository. 2. Under Repository Connectors, Select HTTPS w/ any port. I tried 5001 .. 5005 3. Click Save. 4. Check...

Setting nexus.securityContext to {} has no effect. The deployment still gets created with fsGroup: 200. The deployment resource doesn't specify a ServiceAccount to run the pods as so my only...

# issue Currently there is only two ports hard coded in the `Deployment`, (https://github.com/sonatype/operator-nxrm3/blob/21c56820c3dc6d938f53e7c2256e333893414d28/helm-charts/sonatype-nexus/templates/deployment-statefulset.yaml#L80) and http and a docker port. The problem is what if I have mutliple docker instances...