-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated from v0.1.0-176-gf75d68b by 'update-gh-pages.sh'
- Loading branch information
Github
committed
Nov 24, 2023
1 parent
dad024d
commit b91c0d2
Showing
47 changed files
with
699 additions
and
489 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 6fe2fc55d7a1837b19aeac2f6220ff2a | ||
config: f376efd96ac3204afc0b9da30c81769f | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
94 changes: 0 additions & 94 deletions
94
devel/_downloads/03f2c5ae735a2d835f9815d87f3d9404/balloons-policy.cfg
This file was deleted.
Oops, something went wrong.
193 changes: 0 additions & 193 deletions
193
devel/_downloads/36c67ade35a837c924f87e006130752d/nri-resource-policy-configmap.example.yaml
This file was deleted.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
devel/_downloads/b8f809b362c39dfb9dc81a90261f6197/balloons-config.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,53 @@ | ||
# Default configuration | ||
# Used for all nodes without a node-specific or group-specific configuration. | ||
apiVersion: config.nri/v1alpha1 | ||
kind: BalloonsPolicy | ||
metadata: | ||
# The configuration object name also defines the scope of nodes the configuration | ||
# applies to. | ||
# | ||
# Use 'default' for the default configuration which applies to all nodes which do | ||
# not have a node-specific or a group-specific configuration. | ||
# | ||
# Use 'node.$NODE_NAME' for a node-specific configuration which only applies to | ||
# $NODE_NAME. For instance for 'node-0' you would use | ||
# name: node.node-0 | ||
# | ||
# Use 'group.$GROUP_NAME' for a group-specific configuration which applies to all | ||
# nodes which are labelled to belong t that configuration group and don't have a | ||
# node-specific configurations which then has the highest precedence. For instance, | ||
# to configure 'group-0' with nodes 'node-A', 'node-B' and 'node-C' use | ||
# name: group.group-0 | ||
# Then label the nodes and remove any node-specific configuration: | ||
# for node in node-{A,B,C}; do | ||
# kubectl label node $node group.config.nri=group-0 | ||
# kubectl delete -n $NAMESPACE balloonspolicies.config.nri/$node || : | ||
# done | ||
# | ||
name: default | ||
# Make sure you put the configuration in the same namespace than your plugin | ||
# which is kube-system by default. | ||
# namespace: kube-system | ||
spec: | ||
reservedResources: | ||
cpu: 750m | ||
pinCPU: true | ||
pinMemory: true | ||
idleCPUClass: normal | ||
allocatorTopologyBalancing: true | ||
balloonTypes: | ||
- name: default | ||
namespaces: | ||
- default | ||
minCPUs: 1 | ||
allocatorPriority: normal | ||
shareIdleCPUsInSame: system | ||
reservedPoolNamespaces: | ||
- kube-system | ||
log: | ||
debug: | ||
- policy | ||
# - '*' | ||
# source: true | ||
# klog: | ||
# skip_headers: true |
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
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,2 @@ | ||
```{include} ../../deployment/helm/template/README.md | ||
``` |
Oops, something went wrong.