Cory Schwartz

Results 14 comments of Cory Schwartz

Hi @leseb, These values are used to create a VolumeClaimTemplates which will create a PersistentVolumeClaim for the each instance. The PVC template is generated here: https://github.com/ipfs-cluster/ipfs-operator/blob/main/controllers/statefulset.go#L297 Currently, we're just asking...

@RobotSail can you check this out when you get the chance?

This is running in the test cluster, you can find the gateway with `kubectl get services` and this can be used as a gateway just like ipfs.io. i.e. you can...

So as discussed before, This adds the ability to expose ports outside the cluster. At the moment, it supports only "LoadBalancer" strategy, but I expect we will want to add...