Hi,
I was planning to use my proxmox ceph cluster as source cluster for an external storage cluster, with my k8s cluster as a consumer cluster, but when i run the scripts suggested on https://rook.io/docs/rook/v1.10/CRDs/Cluster/external-cluster/#supported-features
i get some error codes the main one seems to be that prometheus is not installed?
Seeing as the script tries to find and show the following values:
I wonder if there is an alternative way to create/find these variables?
I was planning to use my proxmox ceph cluster as source cluster for an external storage cluster, with my k8s cluster as a consumer cluster, but when i run the scripts suggested on https://rook.io/docs/rook/v1.10/CRDs/Cluster/external-cluster/#supported-features
i get some error codes the main one seems to be that prometheus is not installed?
Seeing as the script tries to find and show the following values:
Code:
export ROOK_EXTERNAL_FSID=797f411a-aafe-11ec-a254-fa163e1539f5
export ROOK_EXTERNAL_USERNAME=client.healthchecker
export ROOK_EXTERNAL_CEPH_MON_DATA=ceph-rados-upstream-w4pdvq-node1-installer=10.0.210.83:6789
export ROOK_EXTERNAL_USER_SECRET=AQAdm0FilZDSJxAAMucfuu/j0ZYYP4Bia8Us+w==
export ROOK_EXTERNAL_DASHBOARD_LINK=https://10.0.210.83:8443/
export CSI_RBD_NODE_SECRET=AQC1iDxip45JDRAAVahaBhKz1z0WW98+ACLqMQ==
export CSI_RBD_PROVISIONER_SECRET=AQC1iDxiMM+LLhAA0PucjNZI8sG9Eh+pcvnWhQ==
export MONITORING_ENDPOINT=10.0.210.83
export MONITORING_ENDPOINT_PORT=9283
export RBD_POOL_NAME=replicated_2g
export RGW_POOL_PREFIX=default
I wonder if there is an alternative way to create/find these variables?