wit-db and docker registery PVCs not bound
tenderitaf opened this issue · 0 comments
tenderitaf commented
Hi,
I deployed fabric8 on my on prem K8 using :
./gofabric8 deploy --insecure-skip-tls-verify --ingress=false --username kube --http=true --github-client-id=xxxx--github-client-secret=xxxx--tls-acme=false
I have a storageclass named glusterfs-storage and uses glusterfs and set as default
cat <<EOF | kubectl create -f - apiVersion: storage.k8s.io/v1beta1 kind: StorageClass metadata: name: glusterfs-storage provisioner: kubernetes.io/glusterfs parameters: resturl: "http://10.233.66.4:8080" EOF
only wit-db and docker register are not able to mount their volumes.
any hint ?
Thank you