Re: Running sshd in a Docker Container on Openshift

2017-07-13 Thread Tobias Florek
Hi! > Where do you read OpenSSH is dropping that mode? I forget to include the list. See https://www.openssh.com/txt/release-7.5, UsePrivilegeSeparation. I understand that that will kill using it as non-root. Cheers, Tobias Florek ___ users mailing

Re: oc rsh or oc get pod -w disconnection after few minutes

2017-07-13 Thread Philippe Lafoucrière
We have achieved a lot of tests, and the connection is dropped somewhere in Openshift, not by the firewall. As we don't have any proxy, except haproxy. We've seen

Re: Why openshift requires DNS server

2017-07-13 Thread Clayton Coleman
We've discussed it, there are other near term priorities. On Jul 13, 2017, at 10:36 AM, Fox, Kevin M wrote: Is there any intention to contribute it to k8s? Thanks, Kevin -- *From:* dev-boun...@lists.openshift.redhat.com [

Re: Why openshift requires DNS server

2017-07-13 Thread Jordan Liggitt
> Why does separate dns server need? Could kube-dns be used? kube-dns is actually a separate dns server as well. Openshift's DNS implementation resolves some of the scalability issues kube-dns has and is preferred On Jul 13, 2017, at 6:20 AM, Haoran Wang wrote: Hi, 1. when

Re: Why openshift requires DNS server

2017-07-13 Thread bmeng
AFAIK, the kube-dns resolve the service-names inside the cluster. The dns server required by OpenShift gives the applications external accessibility. With the dns resolution and the route you created for your application, you can access your web application anywhere. On 07/13/2017 05:09

Why openshift requires DNS server

2017-07-13 Thread Yu Wei
Hi, I'm learning OpenShift by setting up cluster with VMs. From the document, some content about DNS is as below, OpenShift Origin requires a fully functional DNS server in the environment. This is ideally a separate host running DNS software and can provide name resolution to hosts and