Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Houston Putman
That is necessary when using the default Solr docker image, because that is the Solr group id. But in general if we wanted to make that configurable, it would be a v0.4.0 feature, since v0.3.0 is no longer accepting new features. Also to not overflow the vote thread, let's move any non-error rela

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
Is there any possibility to configure the group used in the generated statefulset template? securityContext: fsGroup: 8983 On Wed, Apr 21, 2021 at 11:55 PM Houston Putman wrote: > Please vote for release candidate 2 for the Solr Operator v0.3.0 > > The artifacts can be downloaded

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
I finally found the missing rule - verbs: - '*' apiGroups: - solr.apache.org resources: - solrclouds/finalizers I did not specify any action for the moment. I will create another issue for that On Thu, Apr 22, 2021 at 5:52 PM Houston Putman wrote: > Yes, please cr

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Houston Putman
Yes, please create an issue for that. We can discuss it further there. On Thu, Apr 22, 2021 at 10:39 AM Thomas Wöckinger < thomas.woeckin...@gmail.com> wrote: > Should I create an issue for that? > > On Thu, Apr 22, 2021 at 5:02 PM Houston Putman wrote: > >> Thomas, >> >> zookeeper-operator: >>>

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
Should I create an issue for that? On Thu, Apr 22, 2021 at 5:02 PM Houston Putman wrote: > Thomas, > > zookeeper-operator: >> crd: >> create: false >> install: false >> use: false >> >> This configuration leads to following error log: >> >> 2021-04-22T10:03:25.816Z ERROR controller-run

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
I think there is a rbac rule missing, i am trying to create following solrcloud: apiVersion: solr.apache.org/v1beta1 kind: SolrCloud metadata: name: solr-cloud spec: replicas: 3 solrImage: tag: 8.6.3 solrJavaMem: "-Xms4g -Xmx6g" solrOpts: "-Dsolr.autoSoftCommit.maxTime=1" solrG

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Houston Putman
Thomas, zookeeper-operator: > crd: > create: false > install: false > use: false > > This configuration leads to following error log: > > 2021-04-22T10:03:25.816Z ERROR controller-runtime.source if kind is a CRD, > it should be installed before calling Start {"kind": " > ZookeeperCluster

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
When using all-with-dependencies.yaml the error does not occur, but i think it should be not required to install CRDs which should not be used. Following warning shows up during installation: W0422 10:14:10.474780 1 warnings.go:70] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+,

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
I forgot to mention that i installed the all.yaml and not all-with-dependencies.yaml from the crds folder On Thu, Apr 22, 2021 at 12:08 PM Thomas Wöckinger < thomas.woeckin...@gmail.com> wrote: > I tried to install the operator with disabled zookeeper, because i want to > manage my own > > > zook

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
I tried to install the operator with disabled zookeeper, because i want to manage my own zookeeper-operator: crd: create: false install: false use: false This configuration leads to following error log: 2021-04-22T10:03:25.816Z ERROR controller-runtime.source if kind is a CRD, it shou

Re: [Operator] [VOTE] Release the Solr Operator v0.3.0 RC2

2021-04-22 Thread Thomas Wöckinger
Timothy can you provide an example yaml of your cluster, i am reading through the CRDs, but i am not sure about BASIC AUTH. The description says that two users will be created during bootstrap, but where can I find the generated passwords? Thx for your time! On Thu, Apr 22, 2021 at 1:08 AM Timo