lsergio opened a new issue, #5706:
URL: https://github.com/apache/camel-k/issues/5706
### What happened?
Create a Rest Integration with knative trait enabled, like below:
```
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
name: deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-381
spec:
sources:
- name: main.yaml
content: |-
- from:
uri: rest:get:/demo
steps:
- setBody:
constant: "It worked"
traits:
knative-service:
minScale: 1
camel:
runtimeVersion: 3.8.1
```
After the integration is running, check its status:
```
kubectl get it deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323 -oyaml
```
and look at the conditions to find:
```
- lastTransitionTime: "2024-07-24T17:30:52Z"
lastUpdateTime: "2024-07-24T17:30:52Z"
message: 'controller strategy: knative-service'
reason: DeploymentAvailable
status: "False"
type: DeploymentDeploymentAvailable
```
In Camel K 2.2, `type` used to be `DeploymentAvailable` only, whereas now it
is `DeploymentDeploymentAvailable`.
I could not find any related change on the release notes, so I'm assuming
this was not intentional. If this is by design, please just close it.
### Steps to reproduce
_No response_
### Relevant log output
_No response_
### Camel K version
2.3.3
--
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]