You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/02/22 18:08:20 UTC

[GitHub] [lucene-solr-operator] sylus opened a new issue #223: Solr Operator compatibility with Istio

sylus opened a new issue #223:
URL: https://github.com/apache/lucene-solr-operator/issues/223


   I ended up getting this to mostly work doing the following:
   
   ```sh
   			Conf: zk.ZookeeperConfig{
   				InitLimit:            10,
   				TickTime:             2000,
   				SyncLimit:            5,
   				QuorumListenOnAllIPs: true,
   			},
   ```
   
   And updating the go.mod to:
   
   ```sh
   module github.com/apache/lucene-solr-operator
   
   go 1.14
   
   require (
   	github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
   	github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
   	github.com/go-logr/logr v0.2.1
   	github.com/go-logr/zapr v0.2.0 // indirect
   	github.com/google/go-cmp v0.4.1 // indirect
   	github.com/google/gofuzz v1.2.0 // indirect
   	github.com/kr/pretty v0.2.1 // indirect
   	github.com/onsi/gomega v1.10.1
   	github.com/pravega/zookeeper-operator v0.2.9
   	github.com/stretchr/testify v1.6.1
   	golang.org/x/net v0.0.0-20200822124328-c89045814202
   	golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
   	golang.org/x/tools v0.0.0-20200616195046-dc31b401abb5 // indirect
   	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
   	k8s.io/api v0.19.0
   	k8s.io/apiextensions-apiserver v0.19.0 // indirect
   	k8s.io/apimachinery v0.19.0
   	k8s.io/client-go v12.0.0+incompatible
   	k8s.io/klog/v2 v2.3.0 // indirect
   	sigs.k8s.io/controller-runtime v0.6.2
   )
   
   replace k8s.io/client-go => k8s.io/client-go v0.19.0
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org