Skip to content

Commit 9589b3f

Browse files
committed
fix typo
1 parent 5e983d0 commit 9589b3f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

charts/kpow-aws-annual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This Helm chart is for the [Kpow Annual](https://aws.amazon.com/marketplace/pp/p
2323

2424
## Prerequisites
2525

26-
The minimum information Flex requires to operate is:
26+
The minimum information Kpow requires to operate is:
2727

2828
- **License Details**: No license required—billing is handled automatically through your AWS account.
2929
- **Kafka Bootstrap URL**

charts/kpow-aws-hourly/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Helm chart is for the [Kpow Hourly](https://aws.amazon.com/marketplace/pp/p
2222

2323
## Prerequisites
2424

25-
The minimum information Flex requires to operate is:
25+
The minimum information Kpow requires to operate is:
2626

2727
- **License Details**: No license required—billing is handled automatically through your AWS account.
2828
- **Kafka Bootstrap URL**
@@ -67,6 +67,7 @@ ip-192-168-...-21.ec2.internal Ready <none> 2m15s v1.32.9-eks-113cf36
6767
...
6868
```
6969

70+
7071
## Run Kpow in Kubernetes
7172

7273
### Configure the Kpow Helm Repository
@@ -83,6 +84,7 @@ Update Helm repositories to ensure you install the latest version of Kpow.
8384
helm repo update
8485
```
8586

87+
8688
### Start a Kpow Instance
8789

8890
#### Start Kpow with config from '--set env.XYZ'
@@ -175,6 +177,7 @@ kubectl logs $POD_NAME --namespace factorhouse
175177
helm delete kpow --namespace factorhouse
176178
```
177179

180+
178181
### Start Kpow with Local Changes
179182

180183
You can run Kpow with local edits to chart files to provide custom configuration.
@@ -260,6 +263,7 @@ See the Kubernetes documentation
260263
on [configuring all key value pairs in a secret as environment variables](https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables)
261264
for more information.
262265

266+
263267
```bash
264268
helm install kpow ./kpow-aws-hourly/ \
265269
--set envFromSecret=kpow-secrets \
@@ -280,6 +284,7 @@ regard.
280284

281285
You may find the Kubernetes documentation on [injecting data into applications](https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#create-a-pod-that-has-access-to-the-secret-data-through-a-volume) useful.
282286

287+
283288
### Kpow Memory and CPU Requirements
284289

285290
The chart runs Kpow with Guaranteed QoS, having resource request and limit set to these values by default:
@@ -310,6 +315,7 @@ resources:
310315
memory: 2Gi
311316
```
312317
318+
313319
Adjust these values from the command line like so:
314320
315321
```bash
@@ -337,6 +343,7 @@ ephemeralTmp:
337343
sizeLimit: "100Mi" # Configurable size
338344
```
339345
346+
340347
---
341348
342349
### Get Help!
@@ -346,3 +353,4 @@ If you have any issues or errors, please contact [email protected].
346353
### Licensing and Modifications
347354
348355
This repository is Apache 2.0 licensed, you are welcome to clone and modify as required.
356+

0 commit comments

Comments
 (0)