squakez opened a new pull request, #4325:
URL: https://github.com/apache/camel-k/pull/4325
With this PR we are exposing some useful information by default int kube CLI:
```
squake:~/workspace/camel-k [main]$ k get it
NAME PHASE RUNTIME PROVIDER RUNTIME VERSION KIT
REPLICAS
test Running quarkus 3.20.1-SNAPSHOT
kit-ch596vsqgf4s73emsj6g 1
squake:~/workspace/camel-k [main]$ k get ik
NAME ALIAS PHASE TYPE LAYOUT
IMAGE
kit-ch596vsqgf4s73emsj6g my-awesome-kit Ready platform fast-jar
10.100.175.64/default/camel-k-kit-ch596vsqgf4s73emsj6g@sha256:33fe9888322e13543e62f8c2618772821d34a1899efaa80c25f2d98309ca3c2e
squake:~/workspace/camel-k [main]$ k get ip
NAME PHASE BUILD STRATEGY PUBLISH STRATEGY REGISTRY ADDRESS
DEFAULT RUNTIME
camel-k Ready pod Spectrum 10.100.175.64
2.16.0-SNAPSHOT
squake:~/workspace/camel-k [main]$ k get camelcatalog
NAME RUNTIME PROVIDER RUNTIME VERSION RUNTIME
CAMEL VERSION PHASE
camel-catalog-2.16.0-snapshot quarkus 2.16.0-SNAPSHOT 3.20.1
Ready
```
Alias in kit is an annotation that the end user can customize updating the
CR with any value he choose.
Closes #4205
Closes #4172
<!-- Description -->
<!--
Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE".
You can (optionally) mark this PR with labels "kind/bug" or "kind/feature"
to make sure
the text is added to the right section of the release notes.
-->
**Release Note**
```release-note
NONE
```
--
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]