Skip to content

Commit

Permalink
Update documentation for devel
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 47 changed files with 699 additions and 489 deletions.
2 changes: 1 addition & 1 deletion devel/.buildinfo
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

This file was deleted.

This file was deleted.

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
1 change: 1 addition & 0 deletions devel/_sources/docs/deployment/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ caption: Contents
---
balloons.md
topology-aware.md
template.md
memory-qos.md
memtierd.md
sgx-epc.md
Expand Down
2 changes: 2 additions & 0 deletions devel/_sources/docs/deployment/template.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../deployment/helm/template/README.md
```
Loading

0 comments on commit b91c0d2

Please sign in to comment.