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
Is this a BUG REPORT or FEATURE REQUEST?:
kind bug
What happened:
I have installed OpenSDS Cluster on VM-1 (LVM as backend) and Kubernetes Cluster on VM-2(master)
Using OpenSDS CSI installation related yamls I have installed OpenSDS CSI Plugin on kubernetes cluster(VM-2) and have configured OpenSDS endpoint (VM-1).
Then I deployed "nginx.yaml" have given profileID which was created on OpenSDS cluster. It went on ContainerCreating state as shown below
After describing pod by kubectl describe pod nginx-block ,volume is attached successfully but was not able to Mount as shown here
What you expected to happen:
Volume should be Mount properly for any application. How to reproduce it (as minimally and precisely as possible):
Install OpenSDS on VM-1 using Ansible
Install Kubernetes Cluster on VM-2
Install CSI plugin on Kubernetes cluster
Deploy nginx application on Kubernetes cluster, by configuring PorfileID in storageClass section.
Check pod kubectl get po
Check nginx pod details kubectl describe pod nginx-block
Anything else we need to know?:
Environment:
NBP version: v10.1
OS (e.g. from /etc/os-release): Ubuntu 16.04.5 LTS
Kernel (e.g. uname -a): Linux k8s-master 4.4.0-131-generic Update service broker dockerfile #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
kind bug
What happened:
I have installed OpenSDS Cluster on VM-1 (
LVM
as backend) and Kubernetes Cluster on VM-2(master)Using OpenSDS CSI installation related yamls I have installed OpenSDS CSI Plugin on kubernetes cluster(VM-2) and have configured OpenSDS endpoint (VM-1).
Then I deployed "nginx.yaml" have given
profileID
which was created on OpenSDS cluster. It went on ContainerCreating state as shown belowAfter describing pod by
kubectl describe pod nginx-block
,volume is attached successfully but was not able to Mount as shown hereWhat you expected to happen:
Volume should be Mount properly for any application.
How to reproduce it (as minimally and precisely as possible):
kubectl get po
kubectl describe pod nginx-block
Anything else we need to know?:
Environment:
uname -a
): Linux k8s-master 4.4.0-131-generic Update service broker dockerfile #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: