This file contains hidden or 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
# edit via `kubectl edit configmap sysdig-agent -n monitoring` | |
apiVersion: v1 | |
data: | |
dragent.yaml: | | |
new_k8s: true | |
k8s_cluster_name: XXXXXX # i.e: foo-cluster | |
security: | |
enabled: true | |
commandlines_capture: |
This file contains hidden or 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
server: | |
persistentVolume: | |
mountPath: /opt/ibm/data | |
storagePath: /home/cfgstore/icn/data | |
nodeExporter: | |
podAnnotations: { | |
prometheus.io/scrape: "true" # delete to disable Sysdig auto discovery service. | |
} | |
# helm install prometheus prometheus-community/prometheus -n prometheus -f values.yaml |
OlderNewer