Ángel Luis López Monterroso

Results 10 comments of Ángel Luis López Monterroso

`public class Main { private SimpleAttribute codAttribute = attribute(HotelRate::getCod); private Attribute nameAttribute = attribute(HotelRate::getName); private Attribute desAttribute = attribute(HotelRate::getDes); private Index uniqueIndex = HashIndex.onAttribute(codAttribute); private Index nameIndex = HashIndex.onAttribute(nameAttribute); private...

`public class Main { private SimpleAttribute codAttribute = attribute(HotelRate::getCod); private Attribute nameAttribute = attribute(HotelRate::getName); private Attribute desAttribute = attribute(HotelRate::getDes); private Index uniqueIndex = UniqueIndex.onAttribute(codAttribute); private Index nameIndex = HashIndex.onAttribute(nameAttribute); private...

it's seems to be not ever maintained , and with high risk on compatibility issues with the kuberentes 1.22 version and the CRD version: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122

> is it possible choose different port for redis deployment. we are planning to use multiple redis clusters and setting host network true requires lot of nodes. So, we are...

> @angel9484 Thanks for your interest on the redis-cluster-operator! > The redis exporter container also need to set the port HostPort. gotcha! I hope to work on this soon :)

> @angel9484 Thanks for your interest on the redis-cluster-operator! > The redis exporter container also need to set the port HostPort. @polefishu why to expose the exporter with a host...

> is it possible choose different port for redis deployment. we are planning to use multiple redis clusters and setting host network true requires lot of nodes. So, we are...

> > > @angel9484 Thanks for your interest on the redis-cluster-operator! > > > The redis exporter container also need to set the port HostPort. > > > > >...

> @angel9484 is there any way we can connect to redis cluster exposing externally? we tried creating type LoadBalancer on service and trying to reach redis cluster from outside k8s...