You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NAME READY STATUS RESTARTS AGE
nebula-metad-0 0/1 Pending 0 63m
nebula-metad-1 0/1 Pending 0 63m
nebula-metad-2 0/1 Pending 0 63m
describe 相应pod提示
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 52m default-scheduler 0/28 nodes are available: 28 pod has unbound immediate PersistentVolumeClaims.
Warning FailedScheduling 52m default-scheduler 0/28 nodes are available: 28 pod has unbound immediate PersistentVolumeClaims.
Normal NotTriggerScaleUp 2s (x311 over 51m) cluster-autoscaler pod didn't trigger scale-up: 1 max node group size reached
@codingknees You can create a pvc with the annotations and labels to verify the problem caused by configuration lost, nebula-operator doesn't supports configure DataVolumeClaim with annotations and labels now.
Sophie-Xie
changed the title
在华为云部署storageClass无法正常制备PV
PV can‘t be prepared normally when storageClass is deployed on HUAWEI Cloud
Oct 11, 2022
@codingknees You can create a pvc with the annotations and labels to verify the problem caused by configuration lost, nebula-operator doesn't supports configure DataVolumeClaim with annotations and labels now.
General Question
按照文档https://docs.nebula-graph.com.cn/3.2.1/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm/ 在华为云集群上进行安装。替换scName=csi-disk,安装过程卡在metad进程启动阶段。pod状态一直处于pending:
describe 相应pod提示
猜测是sc无法正确地申请到pv导致的。对比以前以sc方式成功制备pv并且启动的statefulset服务,猜测可能是由于volumeClaimTemplates段缺少一些annotation和label导致的:
请问,有办法可以在nebulaclusters.apps.nebula-graph.io资源中给volumeClaimTemplates指定相应的label和annotation吗?
另外,我们对资源申请管控比较严格,可不可以支持使用非动态制备的方式创建集群?即,直接创建pvc,创建各个实例对象,待运维人员配置好需要的pv之后,完成绑定,集群启动。
The text was updated successfully, but these errors were encountered: