Skip to content

Commit

Permalink
feat: Add kiali rock (#334)
Browse files Browse the repository at this point in the history
* adding kiali rock

* chore (contacts.yaml):  add newline for EOF

* chore (documentation.yaml):  add newline for EOF

---------

Co-authored-by: Adrian Clay Lake <[email protected]>
  • Loading branch information
IbraAoad and clay-lake authored Jan 22, 2025
1 parent 86bf937 commit ee22c13
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oci/kiali/contacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notify:
emails:
- [email protected]
mattermost-channels:
- 1ayd5kim67bbing34i3h1x9uac
33 changes: 33 additions & 0 deletions oci/kiali/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 1
# --- OVERVIEW INFORMATION ---
application: kiali
description: >
Kiali is a management console for Istio service mesh. It provides observability,
monitoring, and troubleshooting capabilities for Istio-based microservices.
Read more on the [project repo](https://github.com/kiali/kiali).
# --- USAGE INFORMATION ---
docker:
parameters:
- -p 20001:20001
access: Access Kiali UI at `http://localhost:20001`.

parameters:
- type: -e
value: 'TZ=UTC'
description: Timezone setting for the container.
- type: -p
value: '20001:20001'
description: Port mapping for accessing the Kiali UI.

debug:
text: |
### Debugging
To debug the container:
```bash
docker exec -it kiali-container pebble logs -f kiali
```
To get an interactive shell:
```bash
docker exec -it kiali-container /bin/bash
```
18 changes: 18 additions & 0 deletions oci/kiali/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 1
upload:
- source: canonical/kiali-rock
commit: 1659ef765b3e21dd1938a9d97df73cdab3b678ee
directory: 2.3.0
release:
2-24.04:
end-of-life: '2026-01-22T00:00:00Z'
risks:
- stable
2.3-24.04:
end-of-life: '2026-01-22T00:00:00Z'
risks:
- stable
2.3.0-24.04:
end-of-life: '2026-01-22T00:00:00Z'
risks:
- stable

0 comments on commit ee22c13

Please sign in to comment.