Skip to content

Commit

Permalink
More documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Feb 14, 2025
1 parent 2d818ba commit 226285f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ YMMW.
You may need to customize these queries for your setup.
For that purpose, Prometheus Poller uses Go Templates to receive queries from user as templates.
Go Templates are bound with Sprig set of functions: https://masterminds.github.io/sprig/.
See some examples in the [./config/default-scaling-strategy/poll.yaml](./config/default-scaling-strategy/poll.yaml).
See some examples in the [./config/default-scaling-strategy/poll.yaml](./config/02-default-scaling-strategy/02-poll.yaml).

Combined, these metrics should give a good idea of how busy each cluster is, therefore - how much load it generates.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ And, scale the App Controllers accordingly, too. You can install it using kustom

1. Grab CRDs from [./config/crd](./config/crd)
1. Grab autoscaler from [./config/default](./config/default)
1. Grab our default opinionated scaling strategy from [./config/default-scaling-strategy](./default-scaling-strategy)
1. Grab our default opinionated scaling strategy from [./config/default-scaling-strategy](./config/default-scaling-strategy)

Sample `kustomization.yaml` that you may want to use:

Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions config/default-scaling-strategy/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resources:
- shard-manager.yaml
- poll.yaml
- normalizer.yaml
- load-index.yaml
- partition.yaml
- evaluation.yaml
- scaler.yaml
- 01-shard-manager.yaml
- 02-poll.yaml
- 03-normalizer.yaml
- 04-load-index.yaml
- 05-partition.yaml
- 06-evaluation.yaml
- 07-scaler.yaml
# +kubebuilder:scaffold:manifestskustomizesamples

0 comments on commit 226285f

Please sign in to comment.