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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: