Skip to content

Add chart installation notes#305

Merged
mittal-ishaan merged 1 commit intoopencost:mainfrom
dejanu:feat/add_chart_notes
Sep 28, 2025
Merged

Add chart installation notes#305
mittal-ishaan merged 1 commit intoopencost:mainfrom
dejanu:feat/add_chart_notes

Conversation

@dejanu
Copy link
Contributor

@dejanu dejanu commented Sep 11, 2025

Fix #304

Adding installation notes for users concerning accessing the OpenCost UI

Screenshot 2025-09-11 at 16 39 00

Signed-off-by: dejanualex <dejanualexandru@gmail.com>
@dejanu dejanu force-pushed the feat/add_chart_notes branch from 786182d to 55373aa Compare September 13, 2025 08:38
To verify that OpenCost is running, execute the following commands:

1. Check the status of the pods:
kubectl get pods -l app.kubernetes.io/instance={{ .Release.Name }} -n {{ .Release.Namespace }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using something like:

kubectl wait -n {{ .Release.Namespace }} --for=condition=ready pod --selector app.kubernetes.io/instance={{ .Release.Name }} --timeout=120s

Though upto you.

Copy link
Member

@mittal-ishaan mittal-ishaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @dejanu

@mittal-ishaan mittal-ishaan merged commit 0cc1d64 into opencost:main Sep 28, 2025
1 check passed
mittal-ishaan added a commit that referenced this pull request Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chart does not provide instructions to users

2 participants