similar to: Are linux distros redundant?

Displaying 20 results from an estimated 11000 matches similar to: "Are linux distros redundant?"

2019 Apr 24
5
Are linux distros redundant?
> Andrew Holway wrote: >> I just realised that I haven't touched a centos/redhat machine in more >> than a couple of years. Everything I do now is Kubernetes based or using >> cloud services (or k8s cloud services). >> >> What about it listeroons? Is your fleet of centos boxes ever expanding >> or >> are you just taking care of a single java 6
2019 Apr 24
3
Are linux distros redundant?
> What OS are your k8s clusters running on? How about your cloud > providers? Mine are on RHEL and CentOS. > I don't know. We use fully managed services from Google. I think its coreOS. > -- > Jonathan Billings <billings at negate.org> > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2019 Apr 24
0
Are linux distros redundant?
Andrew Holway wrote: > I just realised that I haven't touched a centos/redhat machine in more > than a couple of years. Everything I do now is Kubernetes based or using > cloud services (or k8s cloud services). > > What about it listeroons? Is your fleet of centos boxes ever expanding or > are you just taking care of a single java 6 jboss application that takes > care of
2019 Apr 24
0
Are linux distros redundant?
Simon Matter via CentOS wrote: >> Andrew Holway wrote: >> >>> I just realised that I haven't touched a centos/redhat machine in >>> more than a couple of years. Everything I do now is Kubernetes based >>> or using cloud services (or k8s cloud services). >>> >>> What about it listeroons? Is your fleet of centos boxes ever >>>
2019 Apr 24
0
Are linux distros redundant?
On Wed, Apr 24, 2019 at 02:42:19PM +0200, Andrew Holway wrote: > I just realised that I haven't touched a centos/redhat machine in more than > a couple of years. Everything I do now is Kubernetes based or using cloud > services (or k8s cloud services). > > What about it listeroons? Is your fleet of centos boxes ever expanding or > are you just taking care of a single java 6
2019 Apr 24
0
Are linux distros redundant?
Kubernetes isn't really a general-purpose UNIX operating system and so the question seems like it's comparing apples with oranges, at least, unless you're doing a very narrow and specific thing with certain automation and scalability requirements. I don't think the fundamental raison d'?tre for a UNIX workstation or server operating environment has changed in four decades,
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
short copy from a kubectl describe pod... Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning FailedMount (combined from similar events): MountVolume.SetUp failed for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs:
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Just created the container from here: https://github.com/gluster/gluster-containers/tree/master/CentOS And used stock Kubernetes 1.7.3, hence the included volume plugin and Heketi version 4. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 18:49: > ?Thanks .. Its the same option. Can you let me know your glusterfs client > package version ?? >
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Hi all, I am testing K8s 1.7.3 together with GlusterFS and have some issues is this correct? - Kubernetes v1.7.3 ships with a GlusterFS Plugin that depends on GlusterFS 3.11 - GlusterFS 3.11 is not recommended for production. So 3.10 should be used This actually means no K8s 1.7.x version, right? Or is there anything else I could do? best Christopher -------------- next part -------------- An
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Ok, thanks. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 19:04: > On Thu, Aug 10, 2017 at 10:25 PM, Christopher Schmidt <fakod666 at gmail.com> > wrote: > >> Just created the container from here: >> https://github.com/gluster/gluster-containers/tree/master/CentOS >> >> And used stock Kubernetes 1.7.3, hence the
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
Are you seeing issue or error message which says auto_unmount option is not valid ? Can you please let me the issue you are seeing with 1.7.3 ? --Humble On Thu, Aug 10, 2017 at 3:33 PM, Christopher Schmidt <fakod666 at gmail.com> wrote: > Hi all, > > I am testing K8s 1.7.3 together with GlusterFS and have some issues > > is this correct? > - Kubernetes v1.7.3 ships
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
?Thanks .. Its the same option. Can you let me know your glusterfs client package version ?? On Thu, Aug 10, 2017 at 8:34 PM, Christopher Schmidt <fakod666 at gmail.com> wrote: > > short copy from a kubectl describe pod... > > Events: > FirstSeen LastSeen Count From SubObjectPath Type Reason Message > --------- -------- ----- ---- ------------- -------- ------
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
On Thu, Aug 10, 2017 at 10:25 PM, Christopher Schmidt <fakod666 at gmail.com> wrote: > Just created the container from here: https://github.com/gluster/ > gluster-containers/tree/master/CentOS > > And used stock Kubernetes 1.7.3, hence the included volume plugin and > Heketi version 4. > > ? Regardless of the glusterfs client version this is supposed to work. One patch
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
As an another solution, if you are updating the system where you run application container to latest glusterfs ( 3.11) , this will be fixed as well as it support this mount option. --Humble On Thu, Aug 10, 2017 at 10:39 PM, Christopher Schmidt <fakod666 at gmail.com> wrote: > Ok, thanks. > > Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. >
2017 Aug 10
1
Kubernetes v1.7.3 and GlusterFS Plugin
Yes, I tried to, but I didn't find a 3.11 centos-release-gluster package for CentOS. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 19:17: > As an another solution, if you are updating the system where you run > application container to latest glusterfs ( 3.11) , this will be fixed as > well as it support this mount option. > >
2017 Jul 27
2
gluster-heketi-kubernetes
Hi Talur, I've successfully got Gluster deployed as a DaemonSet using k8s spec file glusterfs-daemonset.json from https://github.com/heketi/heketi/tree/master/extras/kubernetes but then when I try deploying heketi using heketi-deployment.json spec file, I end up with a CrashLoopBackOff pod. # kubectl get pods NAME READY STATUS RESTARTS AGE
2017 Jul 31
0
gluster-heketi-kubernetes
Adding more people to the thread. I am currently not able to analyze the logs. On Thu, Jul 27, 2017 at 5:58 AM, Bishoy Mikhael <b.s.mikhael at gmail.com> wrote: > Hi Talur, > > I've successfully got Gluster deployed as a DaemonSet using k8s spec file > glusterfs-daemonset.json from > https://github.com/heketi/heketi/tree/master/extras/kubernetes > > but then when I
2019 Apr 24
2
Are linux distros redundant?
> > Btw, right now, we've just built a new server as Ubuntu, because my > manager wants to use it to test zfs, including its ability to a) act as a > RAID, directly, without an underlying RAID, and b) encrypt the whole thing > natively. > ZFS on linux was originally an EL project. Ubuntu support came later.
2017 Jul 24
0
gluster-heketi-kubernetes
Hi Bishoy, Adding Talur who can help address your queries on Heketi. @wattsteve's github repo on glusterfs-kubernetes is a bit dated. You can either refer to gluster/gluster-kubernetes or heketi/heketi for current documentation and operational procedures. Regards, Vijay On Fri, Jul 21, 2017 at 2:19 AM, Bishoy Mikhael <b.s.mikhael at gmail.com> wrote: > Hi, > > I'm
2017 Jul 21
2
gluster-heketi-kubernetes
Hi, I'm trying to deploy Gluster and Heketi on a Kubernetes cluster I'm following the guide at https://github.com/gluster/gluster-kubernetes/ but the video referenced in the page is showing json files used while the git repo has only yaml files, they are quiet similar though, but Gluster is a deployment not a DaemonSet. I deploy Gluster DaemonSet successfully, but heketi is giving me the