Skip to content

Commit

Permalink
feat(nodeanalyzer): add tolerations for rke2 master nodes (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
divacvl authored Jul 25, 2024
1 parent a35fdb0 commit 2c527dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.29.12
version: 1.30.0
appVersion: 12.9.0
keywords:
- monitoring
Expand Down
4 changes: 4 additions & 0 deletions charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ nodeAnalyzer:
key: node-role.kubernetes.io/etcd
operator: Equal
value: "true"
- effect: NoExecute
key: CriticalAddonsOnly
operator: Equal
value: "true"

# Specify if the Priority Class needs to be created
createPriorityClass: false
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.60.4
version: 1.61.0
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.29.12
version: ~1.30.0
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
Expand Down

0 comments on commit 2c527dd

Please sign in to comment.