Replies: 1 comment 1 reply
-
|
Thanks @jcasse for sharing the configs. For datanodes to be able to report to Recon, they need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying out Ozone in Minikube using
ozone-1.3.0/kubernetes/examples/minikube.The Minikube example does not include Recon, so I added it by creating the corresponding Kubernetes manifests similar to the other components.
After deploying Ozone, I accessed the Recon UI by executing
minikube service recon-public.After adding some data, Recon shows DiskUsage (image attached), but zero DataNodes (image attached).


I have attached an archive file with my Kubernetes manifests.
minikube.zip
My added/modified files look like this:
kustomization.yamlconfig-configmap.yamlrecon-public-service.yamlrecon-service.yamlrecon-statefulset.yamlBeta Was this translation helpful? Give feedback.
All reactions