Skip to content

Commit ee9ec62

Browse files
committed
docs: update README to include helm to deploy operator
Signed-off-by: vprashar2929 <[email protected]>
1 parent d837761 commit ee9ec62

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,23 @@ make deploy
5454
kubectl apply -k config/samples/
5555
```
5656

57+
### 📦 Using Helm Chart
58+
59+
Install the Kepler Operator using Helm:
60+
61+
```sh
62+
# Install cert-manager (if not already installed)
63+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.yaml
64+
65+
# Install Kepler Operator from OCI registry
66+
helm install kepler-operator \
67+
oci://quay.io/sustainable_computing_io/charts/kepler-operator \
68+
--namespace kepler-operator \
69+
--create-namespace
70+
```
71+
72+
For detailed Helm installation options and configuration, see [Kepler Operator Helm Chart](manifests/helm/kepler-operator/README.md).
73+
5774
### 📦 Using Pre-published Image
5875

5976
You can use the pre-built image from quay.io:

0 commit comments

Comments
 (0)