Fabian Gruber

Results 6 comments of Fabian Gruber

Hey, is there any update when NFS support is added for Bottlerocket? We try to migrate from Amazon Linux 2 to Bottlerocket, but some of our pods require NFS server...

In our usecase, multiple legacy deployments are using the same EFS share to access files. We tried getting this working with the efs-csi driver, but failed, because we need to...

Now that I think about this a bit, I'm not sure we did everything correct when trying to migrate to the efs-csi driver. Logic wise it should work just fine....

Hey, sorry for the late reply. Here's how our ReloadingEngineFactory looks like: ``` package com.eslgaming.util.thrift import com.eslgaming.util.Config import com.twitter.finagle.Address import com.twitter.finagle.ssl.{Engine, KeyCredentials, TrustCredentials} import com.twitter.finagle.ssl.KeyCredentials.{CertAndKey, CertsAndKey, KeyManagerFactory} import com.twitter.finagle.ssl.client.{SslClientConfiguration, SslClientEngineFactory}...

I tested and a few things are not working anymore: * currently, when executing [Cntrl] + [Shift] + [A] and run "Refresh pants project", it triggers an export which will...

I guess Travis CI is the most popular one and it's free for OSS projects. It's also pretty easy to setup.