You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@solr.apache.org by Houston Putman <ho...@apache.org> on 2021/11/11 22:26:21 UTC

[Operator] [VOTE] Release the Solr Operator v0.5.0 RC2

Please vote for release candidate 2 for the Solr Operator v0.5.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc

You can run the full smoke tester, with instructions below.
However, it is also encouraged to go and use the artifacts yourself in a
test Kubernetes cluster.
The smoke tester does not require you to download or install the RC
artifacts before running.
If you plan on just running the smoke tests, then ignore all other
instructions.

The artifacts are layed out in the following way:
  * solr-operator-v0.5.0.tgz - Contains the source release
  * crds/ - Contains the CRD files
  * helm/ - Contains the Helm release packages

The RC Docker image can be found at:
  apache/solr-operator:v0.5.0-rc2

The RC Helm repo can be added with:
  helm repo add apache-solr-rc
https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/helm-charts

You can install the RC Solr Operator and Solr CRDs and an example Solr
Cloud with:
  curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" | gpg
--import --quiet
  # This will export your public keys into a format that helm can
understand.
  # Skip verification by removing "--verify" in the helm command below.
  if ! (gpg --no-default-keyring --keyring=~/.gnupg/pubring.gpg --list-keys
"98F3F6EC"); then gpg --export >~/.gnupg/pubring.gpg; fi
  kubectl create -f
https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
|| \
    kubectl replace -f
https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
  helm install --verify solr-operator apache-solr-rc/solr-operator --set
image.tag=v0.5.0-rc2
  helm install --verify example apache-solr-rc/solr

You can run the full smoke tester directly with this command: (First
checkout the release-0.5 branch of the solr-operator)

./hack/release/smoke_test/smoke_test.sh -v "v0.5.0" -s "ef00f0a" -i
"apache/solr-operator:v0.5.0-rc2" -g "98F3F6EC" \
    -l '
https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
'

If you want to run the smoke test with a specific version of kubernetes,
use the -k option with a full version tag. (e.g. -k v1.19.3)
If you want to run the smoke test with a custom version of solr, use the -t
option with an official Solr image version. (e.g. -t 8.10.0)
  However, for this smoke test, you must use a solr version that supports
incremental backups. (i.e. 8.9+)

Make sure you have the following installed before running the smoke test:
  - Docker (Give it enough memory and CPU to run ~12 containers, 3 of which
are Solr nodes)
    More information on required resources can be found here:
https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop
  - Go 1.16
  - Kubectl
  - GnuPG
  - Helm v3.4.0+
  - Kustomize (v4.0.0+) This will be installed for you, but NOT upgraded if
a lower version is already installed.
  - yq
  - jq
  - coreutils (if using Mac OS)

The vote will be open for at least 72 hours i.e. until 2021-11-16 23:00
UTC. (Due to the weekend)

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

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

Posted by Anshum Gupta <an...@apache.org>.
Thanks Houston.

Smoketester is happy :)

+1 (binding)

On Mon, Nov 15, 2021 at 3:26 AM Jason Gerlowski <ge...@gmail.com>
wrote:

> Thanks Houston.
>
> Here's my +1 (binding).  I did some manual testing on docker-desktop -
> mostly focusing on the new backup syntax/features.
>
> Jason
>
> On Fri, Nov 12, 2021 at 4:43 PM Timothy Potter <th...@gmail.com>
> wrote:
> >
> > Thanks Houston! Looks like a great release
> >
> > +1 (binding)
> >
> > Smoketester passed and also ran through a number of tests with EKS and
> > Docker Desktop K8s!
> >
> > Cheers,
> > Tim
> >
> > On Thu, Nov 11, 2021 at 3:27 PM Houston Putman <ho...@apache.org>
> wrote:
> > >
> > > From first RC thread:
> > >
> > > Tim was very kind and created an 8.11.0 RC1 Solr docker image that you
> can test this out with:
> > > thelabdude/apache-solr-dev:8.11.0-rc1
> > >
> > > And I'll link the draft release notes in case anyone has comments on
> it:
> > >
> https://cwiki.apache.org/confluence/display/SOLR/Solr+Operator+Release+Notes+v0.5.0
> > >
> > > On Thu, Nov 11, 2021 at 5:26 PM Houston Putman <ho...@apache.org>
> wrote:
> > >>
> > >> Please vote for release candidate 2 for the Solr Operator v0.5.0
> > >>
> > >> The artifacts can be downloaded from:
> > >>
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
> > >>
> > >> You can run the full smoke tester, with instructions below.
> > >> However, it is also encouraged to go and use the artifacts yourself
> in a test Kubernetes cluster.
> > >> The smoke tester does not require you to download or install the RC
> artifacts before running.
> > >> If you plan on just running the smoke tests, then ignore all other
> instructions.
> > >>
> > >> The artifacts are layed out in the following way:
> > >>   * solr-operator-v0.5.0.tgz - Contains the source release
> > >>   * crds/ - Contains the CRD files
> > >>   * helm/ - Contains the Helm release packages
> > >>
> > >> The RC Docker image can be found at:
> > >>   apache/solr-operator:v0.5.0-rc2
> > >>
> > >> The RC Helm repo can be added with:
> > >>   helm repo add apache-solr-rc
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/helm-charts
> > >>
> > >> You can install the RC Solr Operator and Solr CRDs and an example
> Solr Cloud with:
> > >>   curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" |
> gpg --import --quiet
> > >>   # This will export your public keys into a format that helm can
> understand.
> > >>   # Skip verification by removing "--verify" in the helm command
> below.
> > >>   if ! (gpg --no-default-keyring --keyring=~/.gnupg/pubring.gpg
> --list-keys "98F3F6EC"); then gpg --export >~/.gnupg/pubring.gpg; fi
> > >>   kubectl create -f
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
> || \
> > >>     kubectl replace -f
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
> > >>   helm install --verify solr-operator apache-solr-rc/solr-operator
> --set image.tag=v0.5.0-rc2
> > >>   helm install --verify example apache-solr-rc/solr
> > >>
> > >> You can run the full smoke tester directly with this command: (First
> checkout the release-0.5 branch of the solr-operator)
> > >>
> > >> ./hack/release/smoke_test/smoke_test.sh -v "v0.5.0" -s "ef00f0a" -i
> "apache/solr-operator:v0.5.0-rc2" -g "98F3F6EC" \
> > >>     -l '
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
> '
> > >>
> > >> If you want to run the smoke test with a specific version of
> kubernetes, use the -k option with a full version tag. (e.g. -k v1.19.3)
> > >> If you want to run the smoke test with a custom version of solr, use
> the -t option with an official Solr image version. (e.g. -t 8.10.0)
> > >>   However, for this smoke test, you must use a solr version that
> supports incremental backups. (i.e. 8.9+)
> > >>
> > >> Make sure you have the following installed before running the smoke
> test:
> > >>   - Docker (Give it enough memory and CPU to run ~12 containers, 3 of
> which are Solr nodes)
> > >>     More information on required resources can be found here:
> https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop
> > >>   - Go 1.16
> > >>   - Kubectl
> > >>   - GnuPG
> > >>   - Helm v3.4.0+
> > >>   - Kustomize (v4.0.0+) This will be installed for you, but NOT
> upgraded if a lower version is already installed.
> > >>   - yq
> > >>   - jq
> > >>   - coreutils (if using Mac OS)
> > >>
> > >> The vote will be open for at least 72 hours i.e. until 2021-11-16
> 23:00 UTC. (Due to the weekend)
> > >>
> > >> [ ] +1  approve
> > >> [ ] +0  no opinion
> > >> [ ] -1  disapprove (and reason why)
> > >>
> > >> Here is my +1
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> > For additional commands, e-mail: dev-help@solr.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>
>

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

Posted by Jason Gerlowski <ge...@gmail.com>.
Thanks Houston.

Here's my +1 (binding).  I did some manual testing on docker-desktop -
mostly focusing on the new backup syntax/features.

Jason

On Fri, Nov 12, 2021 at 4:43 PM Timothy Potter <th...@gmail.com> wrote:
>
> Thanks Houston! Looks like a great release
>
> +1 (binding)
>
> Smoketester passed and also ran through a number of tests with EKS and
> Docker Desktop K8s!
>
> Cheers,
> Tim
>
> On Thu, Nov 11, 2021 at 3:27 PM Houston Putman <ho...@apache.org> wrote:
> >
> > From first RC thread:
> >
> > Tim was very kind and created an 8.11.0 RC1 Solr docker image that you can test this out with:
> > thelabdude/apache-solr-dev:8.11.0-rc1
> >
> > And I'll link the draft release notes in case anyone has comments on it:
> > https://cwiki.apache.org/confluence/display/SOLR/Solr+Operator+Release+Notes+v0.5.0
> >
> > On Thu, Nov 11, 2021 at 5:26 PM Houston Putman <ho...@apache.org> wrote:
> >>
> >> Please vote for release candidate 2 for the Solr Operator v0.5.0
> >>
> >> The artifacts can be downloaded from:
> >> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
> >>
> >> You can run the full smoke tester, with instructions below.
> >> However, it is also encouraged to go and use the artifacts yourself in a test Kubernetes cluster.
> >> The smoke tester does not require you to download or install the RC artifacts before running.
> >> If you plan on just running the smoke tests, then ignore all other instructions.
> >>
> >> The artifacts are layed out in the following way:
> >>   * solr-operator-v0.5.0.tgz - Contains the source release
> >>   * crds/ - Contains the CRD files
> >>   * helm/ - Contains the Helm release packages
> >>
> >> The RC Docker image can be found at:
> >>   apache/solr-operator:v0.5.0-rc2
> >>
> >> The RC Helm repo can be added with:
> >>   helm repo add apache-solr-rc https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/helm-charts
> >>
> >> You can install the RC Solr Operator and Solr CRDs and an example Solr Cloud with:
> >>   curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" | gpg --import --quiet
> >>   # This will export your public keys into a format that helm can understand.
> >>   # Skip verification by removing "--verify" in the helm command below.
> >>   if ! (gpg --no-default-keyring --keyring=~/.gnupg/pubring.gpg --list-keys "98F3F6EC"); then gpg --export >~/.gnupg/pubring.gpg; fi
> >>   kubectl create -f https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml || \
> >>     kubectl replace -f https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
> >>   helm install --verify solr-operator apache-solr-rc/solr-operator --set image.tag=v0.5.0-rc2
> >>   helm install --verify example apache-solr-rc/solr
> >>
> >> You can run the full smoke tester directly with this command: (First checkout the release-0.5 branch of the solr-operator)
> >>
> >> ./hack/release/smoke_test/smoke_test.sh -v "v0.5.0" -s "ef00f0a" -i "apache/solr-operator:v0.5.0-rc2" -g "98F3F6EC" \
> >>     -l 'https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc'
> >>
> >> If you want to run the smoke test with a specific version of kubernetes, use the -k option with a full version tag. (e.g. -k v1.19.3)
> >> If you want to run the smoke test with a custom version of solr, use the -t option with an official Solr image version. (e.g. -t 8.10.0)
> >>   However, for this smoke test, you must use a solr version that supports incremental backups. (i.e. 8.9+)
> >>
> >> Make sure you have the following installed before running the smoke test:
> >>   - Docker (Give it enough memory and CPU to run ~12 containers, 3 of which are Solr nodes)
> >>     More information on required resources can be found here: https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop
> >>   - Go 1.16
> >>   - Kubectl
> >>   - GnuPG
> >>   - Helm v3.4.0+
> >>   - Kustomize (v4.0.0+) This will be installed for you, but NOT upgraded if a lower version is already installed.
> >>   - yq
> >>   - jq
> >>   - coreutils (if using Mac OS)
> >>
> >> The vote will be open for at least 72 hours i.e. until 2021-11-16 23:00 UTC. (Due to the weekend)
> >>
> >> [ ] +1  approve
> >> [ ] +0  no opinion
> >> [ ] -1  disapprove (and reason why)
> >>
> >> Here is my +1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
> For additional commands, e-mail: dev-help@solr.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org


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

Posted by Timothy Potter <th...@gmail.com>.
Thanks Houston! Looks like a great release

+1 (binding)

Smoketester passed and also ran through a number of tests with EKS and
Docker Desktop K8s!

Cheers,
Tim

On Thu, Nov 11, 2021 at 3:27 PM Houston Putman <ho...@apache.org> wrote:
>
> From first RC thread:
>
> Tim was very kind and created an 8.11.0 RC1 Solr docker image that you can test this out with:
> thelabdude/apache-solr-dev:8.11.0-rc1
>
> And I'll link the draft release notes in case anyone has comments on it:
> https://cwiki.apache.org/confluence/display/SOLR/Solr+Operator+Release+Notes+v0.5.0
>
> On Thu, Nov 11, 2021 at 5:26 PM Houston Putman <ho...@apache.org> wrote:
>>
>> Please vote for release candidate 2 for the Solr Operator v0.5.0
>>
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
>>
>> You can run the full smoke tester, with instructions below.
>> However, it is also encouraged to go and use the artifacts yourself in a test Kubernetes cluster.
>> The smoke tester does not require you to download or install the RC artifacts before running.
>> If you plan on just running the smoke tests, then ignore all other instructions.
>>
>> The artifacts are layed out in the following way:
>>   * solr-operator-v0.5.0.tgz - Contains the source release
>>   * crds/ - Contains the CRD files
>>   * helm/ - Contains the Helm release packages
>>
>> The RC Docker image can be found at:
>>   apache/solr-operator:v0.5.0-rc2
>>
>> The RC Helm repo can be added with:
>>   helm repo add apache-solr-rc https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/helm-charts
>>
>> You can install the RC Solr Operator and Solr CRDs and an example Solr Cloud with:
>>   curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" | gpg --import --quiet
>>   # This will export your public keys into a format that helm can understand.
>>   # Skip verification by removing "--verify" in the helm command below.
>>   if ! (gpg --no-default-keyring --keyring=~/.gnupg/pubring.gpg --list-keys "98F3F6EC"); then gpg --export >~/.gnupg/pubring.gpg; fi
>>   kubectl create -f https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml || \
>>     kubectl replace -f https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
>>   helm install --verify solr-operator apache-solr-rc/solr-operator --set image.tag=v0.5.0-rc2
>>   helm install --verify example apache-solr-rc/solr
>>
>> You can run the full smoke tester directly with this command: (First checkout the release-0.5 branch of the solr-operator)
>>
>> ./hack/release/smoke_test/smoke_test.sh -v "v0.5.0" -s "ef00f0a" -i "apache/solr-operator:v0.5.0-rc2" -g "98F3F6EC" \
>>     -l 'https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc'
>>
>> If you want to run the smoke test with a specific version of kubernetes, use the -k option with a full version tag. (e.g. -k v1.19.3)
>> If you want to run the smoke test with a custom version of solr, use the -t option with an official Solr image version. (e.g. -t 8.10.0)
>>   However, for this smoke test, you must use a solr version that supports incremental backups. (i.e. 8.9+)
>>
>> Make sure you have the following installed before running the smoke test:
>>   - Docker (Give it enough memory and CPU to run ~12 containers, 3 of which are Solr nodes)
>>     More information on required resources can be found here: https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop
>>   - Go 1.16
>>   - Kubectl
>>   - GnuPG
>>   - Helm v3.4.0+
>>   - Kustomize (v4.0.0+) This will be installed for you, but NOT upgraded if a lower version is already installed.
>>   - yq
>>   - jq
>>   - coreutils (if using Mac OS)
>>
>> The vote will be open for at least 72 hours i.e. until 2021-11-16 23:00 UTC. (Due to the weekend)
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@solr.apache.org
For additional commands, e-mail: dev-help@solr.apache.org


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

Posted by Houston Putman <ho...@apache.org>.
From first RC thread:

Tim was very kind and created an 8.11.0 RC1 Solr docker image that you can
test this out with:
thelabdude/apache-solr-dev:8.11.0-rc1

And I'll link the draft release notes in case anyone has comments on it:
https://cwiki.apache.org/confluence/display/SOLR/Solr+Operator+Release+Notes+v0.5.0

On Thu, Nov 11, 2021 at 5:26 PM Houston Putman <ho...@apache.org> wrote:

> Please vote for release candidate 2 for the Solr Operator v0.5.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
>
> You can run the full smoke tester, with instructions below.
> However, it is also encouraged to go and use the artifacts yourself in a
> test Kubernetes cluster.
> The smoke tester does not require you to download or install the RC
> artifacts before running.
> If you plan on just running the smoke tests, then ignore all other
> instructions.
>
> The artifacts are layed out in the following way:
>   * solr-operator-v0.5.0.tgz - Contains the source release
>   * crds/ - Contains the CRD files
>   * helm/ - Contains the Helm release packages
>
> The RC Docker image can be found at:
>   apache/solr-operator:v0.5.0-rc2
>
> The RC Helm repo can be added with:
>   helm repo add apache-solr-rc
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/helm-charts
>
> You can install the RC Solr Operator and Solr CRDs and an example Solr
> Cloud with:
>   curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" | gpg
> --import --quiet
>   # This will export your public keys into a format that helm can
> understand.
>   # Skip verification by removing "--verify" in the helm command below.
>   if ! (gpg --no-default-keyring --keyring=~/.gnupg/pubring.gpg
> --list-keys "98F3F6EC"); then gpg --export >~/.gnupg/pubring.gpg; fi
>   kubectl create -f
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
> || \
>     kubectl replace -f
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc/crds/all-with-dependencies.yaml
>   helm install --verify solr-operator apache-solr-rc/solr-operator --set
> image.tag=v0.5.0-rc2
>   helm install --verify example apache-solr-rc/solr
>
> You can run the full smoke tester directly with this command: (First
> checkout the release-0.5 branch of the solr-operator)
>
> ./hack/release/smoke_test/smoke_test.sh -v "v0.5.0" -s "ef00f0a" -i
> "apache/solr-operator:v0.5.0-rc2" -g "98F3F6EC" \
>     -l '
> https://dist.apache.org/repos/dist/dev/solr/solr-operator/solr-operator-v0.5.0-RC2-revef00f0a2b6c8e3a5542c88ea575423b6fe194ddc
> '
>
> If you want to run the smoke test with a specific version of kubernetes,
> use the -k option with a full version tag. (e.g. -k v1.19.3)
> If you want to run the smoke test with a custom version of solr, use the
> -t option with an official Solr image version. (e.g. -t 8.10.0)
>   However, for this smoke test, you must use a solr version that supports
> incremental backups. (i.e. 8.9+)
>
> Make sure you have the following installed before running the smoke test:
>   - Docker (Give it enough memory and CPU to run ~12 containers, 3 of
> which are Solr nodes)
>     More information on required resources can be found here:
> https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop
>   - Go 1.16
>   - Kubectl
>   - GnuPG
>   - Helm v3.4.0+
>   - Kustomize (v4.0.0+) This will be installed for you, but NOT upgraded
> if a lower version is already installed.
>   - yq
>   - jq
>   - coreutils (if using Mac OS)
>
> The vote will be open for at least 72 hours i.e. until 2021-11-16 23:00
> UTC. (Due to the weekend)
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>