John Strunk

Results 181 comments of John Strunk

@amarts In the CSI driver, we have defined (but not implemented) the following parameters: ```yaml parameters: # Type of arbiter for replicate volumes. default=none  arbiterType: none # (none |...

Does `gluster-kube1-0.glusterd2.gcs` vs `gluster-kube1-0.glusterd2.gcs.svc.cluster.local` make a difference?

It appears gd2 is using `.gcs` as opposed to `.gcs.svc.cluster.local`. Does the init container fix the problem if we wait on the same DNS name as gd2? (hence my initial...

g-k uses kubeadm directly whereas kubespray uses kubeadm internally. I also have a repo that brings up a cluster w/ kubeadm and I find keeping up w/ the changes to...

Do you have a sense of what additional components are needed or how they should be deployed?

The current plan is to containerize the yaml files via a CI job. GCS scripts would be enhanced to deploy that container as a v1/Job to insert them into the...

I ran into this as well. The fix I went with was continuing to use the 1808.01 version of the centos/atomic-host Vagrant box. The 1811.01 version is the one that...

I have seen this in Vagrant as well. The problem I had was that I overloaded the nodes (VMs) and various processes were getting oom-killed. Is that a possibility here?...

This needs a good bit of justification. It greatly increases the dependencies on the host environment. In order to run a gd2 pod on a given host, one must ensure...

The refactoring here may also contribute toward #7