...
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
Problem
When installing the new Kubernetes cluster collector (Checkmk 2.1), the following error appears (in the Kubernetes event logs)
...
Tip |
---|
This problem is fixed in Docker 19.03 and containerd 1.4.5 |
Solution
Change in the values.yaml under nodeCollector.cadvisor.securityContext:
Code Block |
---|
|
capabilities:
drop:
- ALL
add: ["SYS_PTRACE"] |
(Remove the "CAP_")
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "kubernetes" , "k8s" , "troubleshooting" ) and type = "page" and space = "KB" |
---|
labels | kubernetes |
---|
|
...