domhanak commented on issue #541:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/541#issuecomment-2373475209
+1 most probably we should add something like, during or right after
cluster setup:
```
// Install eventing
kubectl apply -f
https://github.com/knative/eventing/releases/download/knative-v1.15.1/eventing-crds.yaml
kubectl apply -f
https://github.com/knative/eventing/releases/download/knative-v1.15.1/eventing-core.yaml
// Install serving
kubectl apply -f
https://github.com/knative/serving/releases/download/knative-v1.15.2/serving-crds.yaml
kubectl apply -f
https://github.com/knative/serving/releases/download/knative-v1.15.2/serving-core.yaml
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]