apiVersion:ceph.rook.io/v1kind:CephClustermetadata:name:rook-cephnamespace:rook-cephspec:cephVersion:image:ceph/ceph:v15.2.11dataDirHostPath:/var/lib/rookmon:count:3allowMultiplePerNode:falsedashboard:enabled:true# cluster level storage configuration and selectionstorage:useAllNodes:falseuseAllDevices:...
3.7 配置ceph dashboard 默认的ceph 已经安装的ceph-dashboard,但是其svc地址为service clusterIP,并不能被外部访问 kubectl apply -f dashboard-external-https.yaml 创建NodePort类型就可以被外部访问了 [root@k8s-master01 ~]# kubectl get svc -n rook-ceph|grep dashboardrook-ceph-mgr-dashboard ClusterIP ...
15.已创建dashboard,但仅使用clusterIP暴露服务,用官方提供的默认yaml可部署外部nodePort方式暴露服务的dashboard。 kubectl apply-fdashboard-external-https.yaml 1. dashboard-external-https.yaml: apiVersion: v1 kind: Service metadata: name: rook-ceph-mgr-dashboard-external-https namespace: rook-ceph lab...
Is this a bug report or feature request? Bug Report Expected behavior: Dashboard home page should work,and not restart once and once again How to reproduce it (minimal and precise): install ceph with rook-1.9.12 Log on the mgr pod: debug...
cephVersion: image: ceph/ceph:v17 dataDirHostPath: /var/lib/rook mon: count: 3 allowMultiplePerNode: false storage: useAllNodes: true useAllDevices: true deviceFilter: "" volumeMode: block config: osdsPerDevice: "1" dashboard: enabled: true ...
1.4 配置ceph dashboard 1.5 获取dashboard登陆账号、密码 1.6 部署 ceph toolbox 二、k8s使用 rook-ceph 的块存储 2.1 rook提供RBD服务 2.2 使用rook-ceph的块存储 2.2.1 使用CSI驱动程序 2.2.2 创建pool 2.2.3 创建对应的storageclass 2.2.4 创建pvc测试 ...
获取svc,在平台上使用第三方组件的形式代理,开启对外服务地址后,即可经过网关访问 dashboard。 访问到仪表板后,默认用户为admin,在服务器执行以下命令获取密码: kubectl -n rook-ceph get secret rook-ceph-dashboard-password -ojsonpath="{['data']['password']}" | base64 --decode && echo ...
创建Ceph 集群 “ 现在Rook Operator已经运行起来了,接下来我们可以创建 Ceph 集群。 ” Rook允许通过自定义资源定义(CephCluster CRD)创建和自定义存储集群,创建群集的主要模式有四种不同的模式,关于模式以及关于cluster.yaml所有可用的字段和说明请仔细阅读和参考:https://rook.io/docs/rook/v1.11/CRDs/Cluster/ce...
ceph dashboard ac-role-create admin-no-iscsi for scope in dashboard-settings log rgw prometheus grafana nfs-ganesha manager hosts rbd-image config-opt rbd-mirroring cephfs user osd pool monitor; do ceph dashboard ac-role-add-scope-perms admin-no-iscsi ${scope} create delete read update; ...
由于Kubernetes 本身的松耦合设计,绝大多数存储项目,比如 Ceph、GlusterFS、NFS 等,都可以为 Kubernetes 提供持久化存储能力。 1 Rook 简介 Rook 是一个开源的cloud-native storage编排, 提供平台和框架;为各种存储解决方案提供平台、框架和支持,以便与云原生环境本地集成。