-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95…
…b1296c219.tgz vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/values.schema.json
- Loading branch information
1 parent
fa94b6d
commit 4f83ea9
Showing
5 changed files
with
606 additions
and
1 deletion.
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
Binary file added
BIN
+45.1 KB
vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
...utoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md
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,38 @@ | ||
[![CircleCI](https://circleci.com/gh/giantswarm/vertical-pod-autoscaler-app.svg?style=shield)](https://circleci.com/gh/giantswarm/vertical-pod-autoscaler-app) | ||
|
||
# Vertical Pod Autoscaler | ||
|
||
Giant Swarm offers a Vertical Pod Autoscaler managed app which can be installed in workload clusters. Here we define the chart with its templates and default configuration. | ||
|
||
Additional reading can be found in our [public documentation](https://docs.giantswarm.io/getting-started/operations/autoscaling/vertical-pod-autoscaler). | ||
|
||
## Example | ||
|
||
You can create a `VerticalPodAutoscaler` resource that will monitor and update other resources in the same namespace: | ||
|
||
``` | ||
apiVersion: autoscaling.k8s.io/v1 | ||
kind: VerticalPodAutoscaler | ||
metadata: | ||
name: fluent-logshipping | ||
namespace: monitoring | ||
spec: | ||
targetRef: | ||
apiVersion: apps/v1 | ||
kind: DaemonSet | ||
name: fluent-logshipping | ||
resourcePolicy: | ||
containerPolicies: | ||
- containerName: fluent-bit | ||
controlledResources: | ||
- memory | ||
mode: Auto | ||
minAllowed: | ||
memory: 100Mi | ||
maxAllowed: | ||
memory: 500Mi | ||
updatePolicy: | ||
updateMode: Auto | ||
``` | ||
|
||
This will look for `fluent-bit` containers of the `fluent-logshipping` DaemonSet and manage their memory requests. It will automatically adjust it between `100Mi` and `500Mi`. |
12 changes: 12 additions & 0 deletions
12
...ical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml
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,12 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md | ||
application.giantswarm.io/team: turtles | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/values.schema.json | ||
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg | ||
chartApiVersion: v2 | ||
chartFile: vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz | ||
dateCreated: '2025-01-29T13:45:41.538376Z' | ||
digest: 9d462fd220f8f6b5c606fa2a36be193622fdce4a73d12ac2dfa448f517f65c68 | ||
home: https://github.com/giantswarm/vertical-pod-autoscaler-app | ||
icon: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg |
Oops, something went wrong.