I am using minikube and helm and i want to install odoo from this repo: https://artifacthub.io/packages/helm/bitnami/odoo
So far i have run the following command according to documentation: helm install my-release oci://registry-1.docker.io/bitnamicharts/odoo
Everything seems to work well (except some warnings: see below)
Now how do i access the app from my browser (i.e through which ip:port) ?
I have tried many combinations of ip:port
-
I have first tried the command
kubectl get all
, then looked at the lineservice/my-release-odoo
from where i took the ip and port and put it to the browser. But nothing shows up (This site can’t be reached). -
I have also tried to run
minikube ip
(as suggested somewhere else..) and use the output ip with combination of many ports like 8069, 30300, or the one shown at step 1 above. Still nothing shows up.
I am a starter on kubernetes devops and i may miss something but i don’t know.
Warnings after install command:
`WARNING: There are “resources” sections in the chart not set. Using “resourcesPreset” is not recommended for production. For production installations, please set the following values according to your workload needs:
- resources
+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/`
Warnings after running command minikube ip
:
W0612 18:39:14.957390 2960 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:Usershp.dockercontextsmeta37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688fmeta.json: The system cannot find the path specified. 192.168.49.2