с сторону которого нужно компнуть? Разворачиваю поды (redis, postgres), которым нужны ресурсы жесткого диска. Поды не стартуют, находятся в состоянии Waiting\ContainerCreating. Describe по подам, возвращает такую ошибку
Warning FailedAttachVolume 3m33s (x721 over 37h) attachdetach-controller AttachVolume.Attach failed for volume "pvc-371ca699-0315-11ea-8ebc-fa163ecc7270" : Volume "05a06261-5871-45f7-a026-f8b70619fd89" failed to be attached within the alloted time
Warning FailedMount 3m1s (x987 over 37h) kubelet, kubernetes-cluster-dev-test-minion-0 Unable to mount volumes for pod "postgres-697767dfdf-jj8gs_eve-stage(641eaf93-031f-11ea-8ebc-fa163ecc7270)": timeout expired waiting for volumes to attach or mount for pod "eve-stage"/"postgres-697767dfdf-jj8gs". list of unmounted volumes=[postgres-persistent-storage]. list of unattached volumes=[postgres-persistent-storage default-token-gmfg9]
Конфиг создания хранилища:
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: postgres-pvc-hdd
annotations:
volume.beta.kubernetes.io/storage-class: hdd
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
Так у тебя есть кому клеймы обрабатывать? Где k8s развернут вообще?
Обсуждают сегодня