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
-
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.yaml
config-configmap.yaml
recon-public-service.yaml
recon-service.yaml
recon-statefulset.yaml
Beta Was this translation helpful? Give feedback.
All reactions