infinispan / infinispan-operator

Infinispan Operator
https://infinispan.org/docs/infinispan-operator/main/operator.html
Apache License 2.0
47 stars 52 forks source link

Remove Cache Service Support #2072 #2074

Closed rigazilla closed 1 month ago

rigazilla commented 1 month ago

This PR implements the following policy:

CacheService CR are no more allowed with Infinispan 15+

see #2072 and https://issues.redhat.com/browse/JDG-6191

openshift-ci[bot] commented 1 month ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

rigazilla commented 1 month ago

/test all

openshift-ci[bot] commented 1 month ago

@rigazilla: No presubmit jobs available for infinispan/infinispan-operator@main

In response to [this](https://github.com/infinispan/infinispan-operator/pull/2074#issuecomment-2109430848): >/test all Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
rigazilla commented 1 month ago

My understanding was that we were going to remove the Cache service implementation from the Operator itself, in which case we can also remove the various pipeline handler's associated with this service type.

uhm ok, let me see

ryanemerson commented 1 month ago

Thanks @rigazilla