Skip to content

failed to watch file "/var/log/pods/...*57c7c0d33/docker-build/0.log": no space left on device #1868

Answered by ImperrattoR
ImperrattoR asked this question in Q&A
Discussion options

You must be logged in to vote

Later on the new OKD version, I have applied the tuned file below, and it worked.

apiVersion: tuned.openshift.io/v1
kind: Tuned
metadata:
  name: openshift-node-custom
  namespace: openshift-cluster-node-tuning-operator
spec:
  profile:
  - data: |
      [main]
      summary=Custom OpenShift node profile with an additional kernel parameter
      [sysctl]
      fs.inotify.max_user_watches=655360
    name: openshift-node-custom
  recommend:
  - machineConfigLabels:
      machineconfiguration.openshift.io/role: "worker"
    priority: 20
    profile: openshift-node-custom
    operand:
      tunedConfig:
        reapply_sysctl: false
      debug: false

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ALL-SPACE-Anas
Comment options

@ImperrattoR
Comment options

Answer selected by JaimeMagiera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants