-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
notify: | ||
emails: | ||
- [email protected] | ||
mattermost-channels: | ||
- 1ayd5kim67bbing34i3h1x9uac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |