TerraTech

Results 23 comments of TerraTech

@p3lim I believe this patch is relevant and will fix the errant behavior you are experiencing: https://github.com/TerraTech/apk-file/commit/71f0c5297329333ccaa3b49c7f9f6bb5b76e0b75

@blink69 A somewhat new Kubernetes feature that may ease implementing native LizardFS volume support is FlexVolume. A good starting point article: https://www.diamanti.com/blog/flexvolume-explored/

@lowet84 What was your reasoning for passing "_-o enablefilelocks=0_" to mfsmount? I'm working on a stripped down mfsmount (lizardfs-client) container that will run under a Kubernetes rkt or docker runtime....

@lowet84 FYI, _FlexVolume_ https://github.com/kubernetes/kubernetes/issues/32543 has been superceded by: _CSI_ (Container Storage Interface) - https://github.com/moby/moby/issues/31923 - https://github.com/kubernetes/features/issues/178

@M0nsieurChat I have updated the lizardfs FlexVolume plugin for >= k8s 1.7.x https://github.com/TerraTech/lizardfs-flexvolume For 1.7.x, it will require a custom hardwired hyperkube that forces SELinux Relabeling to false For 1.8.x,...

Given the following issue #155, I believe `Tooltips` should be implemented, however they are not working for me in version: **1.8.0.103** Can anyone confirm if tooltips for long message lines...

@mischief currently, I am ripping out the Calico bits and testing with just cni + flannel. Looking at @jelis cluster.yaml.txt, I see that 'useCalico' is set to true (same for...

Ripping out Calico did not fix the connectivity problem. However, it did remove an unneeded layer (at this point) and made the iptables output easier to grok and follow the...

@mischief I would surmise this could now make a turn into the **'why'** does adding that option allow this to work. I'm hoping that someone that knows kube-proxy better than...

rebased to master and ready to merge