Displaying 4 results from an estimated 4 matches for "crashloopbackoff".
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
deploy-heketi-930916695-tq4ks 0/1 CrashLoopBackOff 11 35m
kubectl describe gives me the following error:
Warning FailedSync Error syncing pod, skipping: failed to "Sta...
2017 Jul 31
0
gluster-heketi-kubernetes
...>
> 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
>
> deploy-heketi-930916695-tq4ks 0/1 CrashLoopBackOff 11 35m
>
>
>
> kubectl describe gives me the following error:
>
>
> Warnin...
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