Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion utilities/collectl/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ spec:
labels:
app: collectl
spec:
# these toleration are to have the daemonset runnable on control plane nodes
# Uncomment them if you want control plane nodes to run DS pods
#tolerations:
#- key: node-role.kubernetes.io/master
# operator: Exists
# effect: NoSchedule
nodeSelector:
collectl: "true"
containers:
Expand Down Expand Up @@ -53,4 +59,4 @@ spec:
hostNetwork: true
hostIPC: true
serviceAccount: openshift4-debug
serviceAccountName: openshift4-debug
serviceAccountName: openshift4-debug