monocular
monocular copied to clipboard
⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
I am trying to install monocular into v3.11 OpenShift. After running the helm install, I am seeing the following message for the monocular-mongodb deployment. Of course, other deployments are failing...
When i try to install monocular i get the following error. ``` helm install monocular/monocular ``` ``` Error: release measly-seal failed: secrets is forbidden: User "system:serviceaccount:tiller:tiller" cannot create secrets in...
Hello, maybe someone can help me ? - I run a Kubernetes Cluster on bare metal. I also installed helm as a k8s package manager. - For access from the...
I had installed monocular, The monocular-api has 2 replica. If the mongodb and monocular-api is in the same node, monocular-api isn't not connect to mongodb. who can help me?
Cant start mongodb container... kubectl logs is below: ```console Welcome to the Bitnami mongodb container Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mongodb Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mongodb/issues nami...
After deploying monocular to my cluster, I navigated to the ui, which subsequently invoked the ```/v1/charts``` endpoint. That endpoint returned the payload below: ```go PANIC: runtime error: invalid memory address...
In stalled monocular with nginx ingress controller. Also followed #422 (very helpful!) and verified API works for charts and individual chart. `helm install -n mn monocular/monocular -f monocular-values.yaml` /charts/repo UI...
feature request : now the dashboard give only the version of the product. Could you also give the last version of the chart of the product ? example for kube-obs-view...
HI , I am trying to run the monocular API in development mode. I am using the docker-compose you provide. Everything looks fine , but the dep ensure seems to...