sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
17 stars 23 forks source link

Nexus3-ha installation failed on RKE Kubernetes #69

Open subhankar-banerjee opened 6 months ago

subhankar-banerjee commented 6 months ago

I was trying to install the Nexus on RKE Kubernetes cluster on-prem using Helm with the below command --

helm installs my-nxrm-ha sonatype/nxrm-ha --version 66.0.0 without any custom values.yaml file ....

RKE Kubernetes details --

image

installation is done but the pod has an error status ---

image

when I describe the pod I can see the secret is missing , I hope that should be created as part of Helm installation --

image

not sure if this is a bug on that version or not can someone please confirm ...