Kubernetes: mount: special device does not exist when attaching AWS EBS volume
问题 dear Kubernetes guru's! I have spinned kube 1.4.1 cluster on manually created AWS hosts using 'contrib' Ansible playbook (https://github.com/kubernetes/contrib/tree/master/ansible). My problem is that Kube doesn't attach EBS drives to minion hosts. If I define the pod as follows: apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kafka1 spec: replicas: 1 template: spec: containers: - name: kafka1 image: daniilyar/kafka ports: - containerPort: 9092 name: clientconnct protocol: TCP