Re: Accessing Remote Files via SSHFS

2018-03-28 Thread Jamie Jackson
Okay, thanks for the reference (and it's heads up to the k8s GitHub ticket about supporting fuse volumes). On Wed, Mar 28, 2018 at 4:38 PM, Joel Pearson wrote: > A quick google found this: > > https://karlstoney.com/2017/03/01/fuse-mount-in-kubernetes/ > > It

Re: Accessing Remote Files via SSHFS

2018-03-28 Thread Joel Pearson
A quick google found this: https://karlstoney.com/2017/03/01/fuse-mount-in-kubernetes/ It looks like the approach would work for you too. But it’s worth mentioning that he’s doing the mount from within the container, so he needs the pod to start as a privileged pod. You can do that in open shift

CentOS PaaS SIG meeting (2018-03-28)

2018-03-28 Thread Troy Dawson
Hello, It's time for our weekly PaaS SIG sync-up meeting This week will be a bit different because we are going to devote alot of the time to training new committee members. Time: 1700 UTC - Wedensdays (date -d "1700 UTC") Date: Today Wedensday, 28 March 2018 Where: IRC- Freenode - #centos-devel

Accessing Remote Files via SSHFS

2018-03-28 Thread Jamie Jackson
Hi Folks, I'm in the process of containerizing my stack. One of the pieces of the legacy stack accesses a remote file system over SSHFS (autofs manages the access). What would be the best way to handle this kind of requirement on OpenShift? FYI, I'm currently using straight docker for the stack

Re: glusterfs setup

2018-03-28 Thread Joel Pearson
You’d have to run your Gluster cluster separate from OpenShift if you want a different volume type I’m guessing. On Thu, 29 Mar 2018 at 12:15 am, Tim Dudgeon wrote: > Ah!, that's a shame. > > Tim > > On 28/03/18 14:11, Joel Pearson wrote: > > “Distributed-Three-way

Re: glusterfs setup

2018-03-28 Thread Tim Dudgeon
Ah!, that's a shame. Tim On 28/03/18 14:11, Joel Pearson wrote: “Distributed-Three-way replication is the only supported volume type.” https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.2/html/container-native_storage_for_openshift_container_platform/ch03s02 On Thu, 29

Re: glusterfs setup

2018-03-28 Thread Joel Pearson
“Distributed-Three-way replication is the only supported volume type.” https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.2/html/container-native_storage_for_openshift_container_platform/ch03s02 On Thu, 29 Mar 2018 at 12:00 am, Tim Dudgeon wrote: >

glusterfs setup

2018-03-28 Thread Tim Dudgeon
When using native glusterfs its not clear to me how to configure the types of storage. As described in the glusterfs docs [1] there are multiple types of volume that can be created (Distributed, Replicated, Distributed Replicated, Striped, Distributed Striped). In the example ansible

Re: How to debug the openid auth plugin ?

2018-03-28 Thread Fabio Martinelli
Thank you Larry I'll keep your experience as a precious reference ; I assume you're using OpenShift -> LDAP -> AD because you don't have OpenShift -> OpenID Connect -> AD like me in my IT environment all the applications use OpenID Connect to authenticate our users and I preferably should

Re: Not able to route to services

2018-03-28 Thread Tim Dudgeon
A little more on this. I have two systems, installed in an identical manner as is possible. One works fine, on the other I can't connect to services. For instance, from the master node I try to connect the docker-registry service on the infrastructure node. If I try: curl -I