-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Is this a BUG REPORT or FEATURE REQUEST?:
I am deployed CFCR cluster on huawei cloud. Now, i need to attach sfs volume to it. Manually by using mount command on each worker i am able to mount voulme. but, when i am trying to deploy staefulset.yaml i am facing issue
What happened:
Events:
Type Reason Age From Message
Normal Scheduled 6m10s default-scheduler Successfully assigned default/sfs-provisioner-0 to vm-b24a5d70-158c-4667-9cbd-3744844e010b
Warning Failed 85s kubelet, vm-b24a5d70-158c-4667-9cbd-3744844e010b Failed to pull image "quay.io/huaweicloud/sfs-provisioner:latest": rpc error: code = Unknown desc = context canceled
Warning Failed 85s kubelet, vm-b24a5d70-158c-4667-9cbd-3744844e010b Error: ErrImagePull
Normal BackOff 85s kubelet, vm-b24a5d70-158c-4667-9cbd-3744844e010b Back-off pulling image "quay.io/huaweicloud/sfs-provisioner:latest"
Warning Failed 85s kubelet, vm-b24a5d70-158c-4667-9cbd-3744844e010b Error: ImagePullBackOff
Normal Pulling 71s (x2 over 6m8s) kubelet, vm-b24a5d70-158c-4667-9cbd-3744844e010b Pulling image "quay.io/huaweicloud/sfs-provisioner:latest"
and ultimately container goes in CrashLoopBackOff state.
What you expected to happen:
Generally Pod needs to be created and running.
Is there anything extra i need to do?